Skip to content

natural language parsing of recipe ingredients, making sense of amounts, units, and ingredients

Notifications You must be signed in to change notification settings

vjaykoogu/ngred

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

result = Ingreedy.parse('1 lb. potatoes')
print result.amount
  #=> 1.0
print result.unit
  #=> :pound
print result.ingredient
  #=> "potatoes"

Build Status Build Status

About

natural language parsing of recipe ingredients, making sense of amounts, units, and ingredients

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published