Roadmap

Milestone: Bugfix/Update Release

No date set

0%

Number of tickets:
closed:
0
active:
2
Total:
2

I've allowed the LinkParser and WordNet? APIs to fall behind after converting all of their methods to a more Rubyish style. This will be a release to catch up and fix any other outstanding bugs.

Milestone: NLP Features

No date set

33%

Number of tickets:
closed:
2
active:
4
Total:
6

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.