MorphAdorner adorns texts with word-based morphological information such as parts of speech and lemmata.
Usage:
java -jar MorphAdorner.jar files-or-urls
where files-or-urls is a list of one or more input files or URLs containing text to tag.
For example, to tag text in the file mytext.txt, write:
java -jar MorphAdorner.jar mytext.txt
To tag a web page:
java -jar MorphAdorner.jar http://www.northwestern.edu
Adorned output files are written by default to the subdirectory adorned/ below your current directory.
To change the output directory:
java -jar MorphAdorner.jar /o=/myoutputdirectory/ mytext.txt