
** Please read the copyright file before using the software. **

The simplest way to run the plain tagger is to use the command in the
following form.

tagger LEXICON YOUR-CORPUS BIGRAMS LEXICALRULEFILE CONTEXTUALRULEFILE
               -----------
                ^---- input your corpus's name.
                    
such as,

tagger LEXICON Example/sentence_example BIGRAMS LEXICALRULEFILE CONTEXTUALRULEFILE 

and if you want to kept the result in a file, type

tagger LEXICON Example/example_sentences BIGRAMS LEXICALRULEFILE CONTEXTUALRULEFILE > Example/example_sentences.re

Other information can be found in directory '../Docs/README.FIRST'.


----
Thanaruk Theeramunkong
