use crateUPOS;
pub use BrillChunker;
pub use ;
pub use CachedChunker;
pub use UPOSFreqDict;
/// An implementer of this trait is capable of identifying the noun phrases in a provided sentence.
/// [See here](https://en.wikipedia.org/wiki/Shallow_parsing) for more details on what this is and how it can work.