Show HN: We've developed a Natural Language API
dev.maluuba.com
Show HN: We've developed a Natural Language API
1–10 of 18 posts
Re: Show HN: We've developed a Natural Language API
#2Re: Show HN: We've developed a Natural Language API
#3NLP requires a lot of computation, how fast does your API run?
Re: Show HN: We've developed a Natural Language API
#4Re: Show HN: We've developed a Natural Language API
#5Wow, this is pretty cool! Could you give a few more examples to get a feel for what kind of results you get (and inputs you can give)?
Re: Show HN: We've developed a Natural Language API
#6Wow, this is pretty cool! Could you give a few more examples to get a feel for what kind of results you get (and inputs you can give)?
Take a look at our ruby specs: https://github.com/Maluuba/napi-ruby/blob/master/maluuba_nap... There's nearly a hundred sample sentences and expected outputs -- and they all pass :)
Python: https://github.com/Maluuba/napi-python/blob/master/tests/tes...
Java: https://github.com/Maluuba/napi-java/blob/master/src/test/ja...
Here is an example of a sentence and response:
>> client.interpret phrase: 'Set up a meeting with Bob tomorrow night at 7 PM to discuss the TPS reports'
response:
{:entities=> { :daterange=> [{ :start=>"2012-11-15", :end=>"2012-11-16" }], :title=> ["meeting to discuss the tps reports"], :timerange=> [{ :start=>"12:00:00AM", :end=>"12:00:00AM" }], :contacts=>[{ :name=>"bob" }] }, :action=>:CALENDAR_CREATE_EVENT, :category=>:CALENDAR }
Re: Show HN: We've developed a Natural Language API
#7Re: Show HN: We've developed a Natural Language API
#8what are the limits? and I can't see any information about pricing.
Re: Show HN: We've developed a Natural Language API
#9Re: Show HN: We've developed a Natural Language API
#10Example URLs complain about OAuth errors. Don't provide an example if it doesn't work properly.
Sorry for the inconvenience!