source: _old/nawszelkiwypadek/tools/gue_dic/README @ 57728c1

Last change on this file since 57728c1 was 57728c1, checked in by Mateusz Hromada <ruanda@…>, 15 years ago

Move old files to _old dir.

  • Property mode set to 100644
File size: 653 bytes
Line 
1How to prepare gue dictionary?
2
31. Preparing input file.
4
5Lines in input file should look like this:
6
7prefix*suffix~weight;description
8
9where:
10prefix - is the prefix of a word
11suffix - is the suffix of a word
12weight - is the weight saying how importand information in this line is
13description - is a description of the word
14        (in any format - description will be in output of gue)
15
16
172. Compiling a dictionary.
18
19Let's say we have input file named "dict.in".
20Commands compiling dictionary:
21
22prep_user_dict.pl < dict.in > dict.temp
23compile_user_dict.pl dict.temp
24
25Those should create file called "gue.bin" which is dictionary
26for gue component.
27
28Good luck.
Note: See TracBrowser for help on using the repository browser.