[Used by IceTagger]

INPUT_MODE=file

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

[The name of the output file]
OUTPUT_FILE=tags.out

[Input LINE_FORMAT = 1|2|3 ]
[ 1: one token per line. One empty line between sentences ]
[ 2: one sentence per line ]
[ 3: other]

LINE_FORMAT=3

[ OUTPUT_FORMAT = 1|2 ]
[ 1: one token/tag per line. One empty line between sentences ]
[ 2: one sentence per line ]

OUTPUT_FORMAT=2

[ SEPARATOR = space | underscore ]
[ Used OUTPUT_FORMAT=2 ]
[ Specifies the character used as a separator between a word and its tag]

SEPARATOR=space

[ SENTENCE_START = upper|lower ]
[ upper: Every sentence starts with an upper case letter ]
[ lower: Every sentence starts with a lower case letter, except when the first word is a proper noun ]

SENTENCE_START=upper

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

[The base dictionary used by IceTagger; should not be changed]
BASE_DICT=../../dict/icetagger/baseDict.dict

[The main dictionary]
DICT=../../dict/icetagger/otb.dict

[The idioms (phrases) dictionary
IDIOMS_DICT=../../dict/icetagger/idioms.dict

[FULL_DISAMBIGUATION = yes|no]
FULL_DISAMBIGUATION=yes

[The ngram model used for initial or full disambiguation]
[MODEL=../../ngrams/models/otb]
MODEL=
[ MODEL_TYPE = start|end ]
MODEL_TYPE=start


[FULL_OUTPUT = yes|no ]
[ yes: Subject-verb-object information is written to output file and detailed information for unknown words]
[ no: Unknown words are marked]
FULL_OUTPUT=no

[INITIAL_ASSIGNMENT_ONLY = yes|no. Only assign a single tag to each word based on maximum frequency]
INITIAL_ASSIGNMENT_ONLY=no

[Dictionary for verb-preposition info] 
VERB_PREP_DICT=../../dict/icetagger/otb.verbPrep.dict

[Dictionary for verb-object info] 
VERB_OBJ_DICT=../../dict/icetagger/otb.verbObj.dict

[Dictionary for verb-adverb info] 
VERB_ADVERB_DICT=../../dict/icetagger/otb.verbAdverb.dict

[Used by IceMorphy]

[Base endings used by IceMorphy; should not be changed]
ENDINGS_BASE=../../dict/icetagger/baseEndings.dict

[Dictionary of endings and corresponding tags]
ENDINGS_DICT=../../dict/icetagger/otb.endings.dict

[Dictionary of endings for proper names and corresponding tags]
ENDINGS_PROPER_DICT=../../dict/icetagger/otb.endingsProper.dict

[The prefixes dictionary
PREFIXES_DICT=../../dict/icetagger/prefixes.dict

[Tag frequency file]
TAG_FREQUENCY_FILE=../../dict/icetagger/otbTags.freq.dict

[Used by the Tokenizer]

[STRICT = yes|no . Strict tokenization or not]
STRICT=yes

[Lexicon used by the tokenizer]
TOKEN_DICT=../../dict/tokenizer/lexicon.txt

