diff options
author | b0ric <b0risov.alexandr@rambler.ru> | 2009-08-18 20:45:05 +0300 |
---|---|---|
committer | b0ric <b0risov.alexandr@rambler.ru> | 2009-08-18 20:45:05 +0300 |
commit | 7742a666d5ac98ea3a976336cf60a5530ab29e73 (patch) | |
tree | f985cda18f15f8a13feb5c10d17c5cc7a952f23a /README | |
parent | e5165d9838d03963284710e6b957fe9a3b0e267a (diff) |
Diffstat (limited to 'README')
-rw-r--r-- | README | 42 |
1 files changed, 42 insertions, 0 deletions
@@ -0,0 +1,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!
\ No newline at end of file |