Little Recipe Parser

A gem for parsing recipes


Usage

gem install 'little-recipe-parser'

result = LittleRecipeParser::Parse.new('1 pound of tomatoes')
print result.quantity
  #=> '1'
print result.measurement
  #=> 'pound'
print result.tag
  #=> "Tomato"

Visit the website at:

Live demo

== Copyright

Copyright (c) 2014 Meeka. See LICENSE.txt for further details.