Package edu.northwestern.at.utils.corpuslinguistics.partsofspeech.mapper

Classes and methods for mapping one part of speech tag set to another.

See:
          Description

Interface Summary
PartOfSpeechTagsMapper PartOfSpeechTagsMapper: Maps a part of speech tag from one tag set to another.
 

Class Summary
AbstractPartOfSpeechTagsMapper AbstractPartOfSpeechTagsMapper: Base class for PartOfSpeechTagsMapper implementations.
DefaultPartOfSpeechTagsMapper DefaultPartOfSpeechTagsMapper: default returns original tag unchanged.
NoopPartOfSpeechTagsMapper NoopPartOfSpeechTagsMapper: default returns original tag unchanged.
PartOfSpeechTagsMapperFactory PartOfSpeechTagsMapper factory.
 

Package edu.northwestern.at.utils.corpuslinguistics.partsofspeech.mapper Description

Classes and methods for mapping one part of speech tag set to another.

All MorphAdorner part of speech mappers must implement the PartOfSpeechTagsMapper interface. The PartOfSpeechTagsMapperFactory provides the mechanism for instantiating a default or specified instance of a PartOfSpeechTagsMapper implementation. The AbstractPartOfSpeechTagsMapper serves as a base class for deriving concrete implementations of part of speech tag mappers.