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

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

See: Description

Package edu.northwestern.at.morphadorner.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.