Package edu.northwestern.at.morphadorner

MorphAdorner adorns texts with word-based morphological information such as parts of speech and lemmata.

See:
          Description

Interface Summary
MorphAdornerXMLWriter Interface for writing an adorned XML file with added ID fields.
 

Class Summary
AddWordAttributesFilter Filter to add word attributes to adorned file.
DefaultMorphAdornerXMLWriter Writes an adorned XML file with added ID fields.
IDFixerFilter XML filter which updates tag IDs and attributes.
MorphAdorner Morphological Adorner.
MorphAdornerLogger MorphAdorner log manager.
MorphAdornerSettings Global settings for MorphAdorner.
MorphAdornerXMLWriterFactory MorphAdornerXMLWriter factory.
PendingElement Holds an XML element whose output is pending.
PseudoPageAdderFilter Filter to add pseudopage milestones to an adorned file.
SentenceAndWordNumber Holds sentence and word number data for a word.
SentenceNumberAdder Add word numbers, sentence numbers, and sentence milestones to adorned text.
StripWordAttributesFilter Filter to strip word attributes in adorned file.
StripWordElementsFilter Filter to strip word elements for specified tags from adorned file.
WordAttributeNames MorphAdorner attribute names.
WordAttributePatterns MorphAdorner word attribute patterns.
XMLWriterState Saves XML writer state.
 

Enum Summary
MorphAdornerSettings.XMLIDType XML ID types.
 

Package edu.northwestern.at.morphadorner Description

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