use crateUPOS;
pub use BrillTagger;
pub use FreqDict;
pub use FreqDictBuilder;
/// An implementer of this trait is capable of assigned Part-of-Speech tags to a provided sentence.
/// This is widely useful for various applications. [See here.](https://en.wikipedia.org/wiki/Part-of-speech_tagging)