Milestone NLP Features
Add features which can aid in Natural Language Parsing functions.
Examples of this are:
- Corollary inverses for the numeric functions:
- Ordinal to cardinal
- Conjunction unwrapping:
"two dogs, three geese, and fifteen buffalo".en.disjunction => {"dog" => 2, "goose" => 3, "buffalo" => 15}
Note: See
TracRoadmap for help on using
the roadmap.
