Package edu.northwestern.at.morphadorner.corpuslinguistics.adornedword

Adorned Word.

See: Description

Package edu.northwestern.at.morphadorner.corpuslinguistics.adornedword Description

Adorned Word.

An AdornedWord represents a single word spelling, symbol, or punctuation mark in text. In addition to its original textual representation, the adorned word provides a corrected spelling which records a form corrected for transcription errors or "gaps". This is the form of the word used for subsequent morphological processing, which can add a standardized spelling, a lemma, a part of speech, a token type, and possibly other morphological adornments to each word.

MorphAdorner's part of speech taggers produce a list of adorned words as the output of the tagging process, collected into a list of AdornedWords. MorphAdorner adds other adornments in subsequent processing.

An AdornedWordFilter provides an interface for filtering the contents of an AdornedWord list.