source: nawszelkiwypadek/tools/gue_dic/README @ f1563c0

help
Last change on this file since f1563c0 was f1563c0, checked in by obrebski <obrebski@…>, 16 years ago

git-svn-id: svn://atos.wmid.amu.edu.pl/utt@3 e293616e-ec6a-49c2-aa92-f4a8b91c5d16

  • 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.