I\'m looking for a Java library that can do Named entity recognition (NER) with a custom controlled vocabulary, without needing labeled training data first. I searched some on SE, but most questions a
Ok, I have the following code to train the NER Identifier from OpenNLP FileReader fileReader = new FileReader(\"train.txt\");
I did some questions about text-mining a week ago, but I was a bit confused and still, but now I know wgat I want to do.
need some help! I\'m trying to write some code in objective-c that requires part-of-speech tagging, and ideally also named entity recognition.I don\'t have much interest in \"rolling my own\", so I\'
I have tried using OpenNLP Tools 1.5 from SourceForge for getting the Named Entites from a text. I did find a JWNL file in the OpenNLP download. Does that imply that OpenNLP in turn is using WordNet f
There are se开发者_如何学Crvices 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
How can I tag collocations in Stanford NER? Currently it tags Federal Reserve Bank of New York as <wi num=\"11\" entity=\"ORGANIZATION\">Federal</wi> <wi num=\"12\" entity=\"ORGANIZATI
Is it possible to count how ma开发者_JAVA百科ny times an entity has been mentioned in an article? For example
I need to classify words into their parts of speech. Like a verb, a noun, an adver开发者_StackOverflow中文版b etc..
I have text file开发者_如何学Pythons which are tagged using NER and I need to link them to a Google map.