Trait nlp_annotations::pos::PosTag [] [src]

pub trait PosTag: AsRef<str> + FromStr { }

Trait for part-of-speech tags

Implementors