nlp_annotations::pos
pub trait PosTag: AsRef<str> + FromStr { }
Trait for part-of-speech tags
impl PosTag for PtbTag
impl PosTag for UdTag