[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=all

[The name of the input file to analyze ]
INPUT_FILE=test.txt

[The name of the output file]
OUTPUT_FILE=test.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=space

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


