Live data from Hacker News

Show HN: TextRazor, a scriptable text mining API

textrazor.com

1–10 of 46 posts

Re: Show HN: TextRazor, a scriptable text mining API

#6
Wow, this seems incredible, signed up immediately. My mind is already spinning with all of the cool apps I could make with this. How hard would it be to allow this functionality offline for paid users? You could have some sort of packaged library which phones home to count requests used, but does the processing offline to take network latency out of the equation. Not sure if that's feasible, but it would be great.

Re: Show HN: TextRazor, a scriptable text mining API

#9

This is just like stanford parser. http://nlp.stanford.edu:8080/parser/ Why use TextRazor and pay for it ?

The Stanford NLP tools are very good, and also GPLed, which works for a lot of projects. If the GPL doesn't work for you, the Apache OpenNLP project is also good.

Re: Show HN: TextRazor, a scriptable text mining API

#10

This is just like stanford parser. http://nlp.stanford.edu:8080/parser/ Why use TextRazor and pay for it ?

The Stanford NLP tools are very good, and also GPLed, which works for a lot of projects. If the GPL doesn't work for you, the Apache OpenNLP project is also good.

BTW, it is not just having software packages to use: it is a ton of work obtaining and preparing training data. That said, Stanford NLP and OpenNLP tools come out of the box with trained models for tagging, entity name recognition, etc. For lots of uses, these pre-trained models will work well for you.
Post reply on HN