Skip to content

Instantly share code, notes, and snippets.

@burke
Created May 20, 2009 01:21
Show Gist options
  • Save burke/114547 to your computer and use it in GitHub Desktop.
Save burke/114547 to your computer and use it in GitHub Desktop.
>> Grammar::parse("Three and a half hamburgers and a hotdog with ketchup and three pounds of relish")
=> [[3.5, Vocabulary::Serving, "hamburgers"], [1.0, Vocabulary::Serving, "hotdog"], [1.0, Vocabulary::Serving, "ketchup"], [1360.77711, Vocabulary::Gram, "relish"]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment