I am looking for some guidance on using Gate and ANNIE in a .net enviornment.Has anyone converted GATE to a .NET DLL using IKVMC, and had much success running named entity recognition 开发者_StackOver
I have to analyze informal 开发者_高级运维english text with lots of short hands and local lingo. Hence I was thinking of creating the model for the stanford tagger.
I\'m trying to use TF-IDF to sort documents into categories.I\'ve calculated the tf_idf for some documents, but now when I try to calculate the Cosine Similarity between two of these documents I get a
I\'ve got about 300k documents stored in a Postgres database that are tagged with topic categories (there are about 150 categories in total).I have another 150k documents that don\'t yet have categori
I\'m building a NLP application and have been using the Stanford Parser for most of my parsing work, but I would like to start using Python.
I\'m doing a project on mining blog contents and I need help differentiating on which tool to uses. When do I use a parser, when do I use a tagger, and when do I need to use a NER tool?
I am looking for Natural language query processing libraries to convert plain english query to sql开发者_JAVA百科 like statements. For ex, show the list of employees whose age is 30 should be converte
Is there any way to use the Link Grammar or AbiSource grammar checker in PHP (or C# but I\'d prefer php)? I need to have a tree structure for English sentences. 开发者_开发问答Any ideas? The only thin
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
This question already has answers here: 开发者_运维技巧 Is there a good natural language processing library [closed]