There are services like Open Calais and Alchemy API that generate RDF from unstructured text. Are there tools that do that offline ? Has anyone tried WebCAT or can OpenCyc be useful for such a use-case ?

link|improve this question

48% accept rate
feedback

1 Answer

Gate is maybe one of the most popular Java frameworks for text analysis and entity recognition, it also contains components that can generate RDF based on ontologies.

link|improve this answer
Thanks for this information. From the docs it appears there is a component called ANNIE that can generate RDF from unstructured text. Will give it a try. Just wondering if this would require some sort of trainer / learner before working on some text ? – Arun R Apr 28 '11 at 5:49
Extractors get plugged into a pipeline. There are many types of different extractors already in GATE that you can reuse, you can also develop your own extractors and plug them in. It your decision if you want to use a Machine Learning algorithm see gate.ac.uk/gate/doc/plugins.html#Machine_Learning – msalvadores Apr 28 '11 at 8:00
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.