gyarra / ingreedy

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Ruby 100.0%