Milestone NLP Features

English

1 / 5

Framework

1 / 1

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.