[MODE = one|all|fill]  
[one=analyze the input file and return the one most frequent tag for each word]
[all=analyze the input file and return all tags for each word]
[fill=fill in missing tags in the input file (dictionary)]
MODE=fill

[The name of the dictionary for which additional tags should be generated]
INPUT_FILE=test.dict

[The name of the output dictionary]
OUTPUT_FILE=test.dict.out

[LOG_FILE is either a file name or empty if no log (debug info) is desired]
LOG_FILE=

[SEPARATOR = space|equal. Controls the character between the word and its tags]
SEPARATOR=equal

[TAGSEPARATOR = space|underscore. Controls the character between the tags
TAGSEPARATOR=underscore



