blob: 7b2eebc81af8bd93e604ce09e15c529eb31fbd2e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
Introduction
============
WOrdExtract is a program to pick up list of unique words
from any plain text or .srt file. Some words can be excluded
according to words in Your dictionary
Compilation
===========
To compile this package You should have
gtk+-2.0 >= 2.12.0
The latest version of GTK+ can be found at http://ftp.gnome.org
Executive summary:
./configure
make
make install
Running
=======
YOu can run application simply by typing
$wordextract
Before you can add words to your dictionary and/or process
files you want. Also you can savw processed text or/and
list of words (words saving options can be found in
Preferences manu item). After installation You also can
maintain basic dictionary which is in project root directory
by commands (assuming you are in project root dir)
$mkdir ~/.wordextract (*)
$cp dict ~/.wordextract/
* Note, that .wordextract directory will be created
at first run so, you maybe don't need to create it
Enjoy!
|