NLP
Building/Running a Streaming Weka Text Classifer in Java
We have been using the Weka Explorer GUI to build a few classifier models. Now Testing is complete we would like to implement this model within a Java application so it can take new messages.[详细]
2023-03-31 17:17 分类:问答c# tools for named entities recognizer
I am looking for a simple but \"good enough\" Named Entity Recognition tool (nlp tool) or library for C#, I am looking to process name entities inme开发者_StackOverflow中文版dical domains.[详细]
2023-03-31 00:20 分类:问答Need resources for Statistical Natural Language Processing
I\'m writing a program in Java that needs to parse natural language. I need this to be done using probability and statistics. Are there any开发者_如何学运维 resources that can easily explain Statistic[详细]
2023-03-30 10:31 分类:问答Applying SVD throws a Memory Error instantaneously?
I am trying to apply SVD on my matrix (3241 x 12596) that was obtained after som开发者_开发技巧e text processing (with the ultimate goal of performing Latent Semantic Analysis) and I am unable to unde[详细]
2023-03-29 22:43 分类:问答Fuzzy sentence search algorithms
Suppose I have a set of phrases - about 10 000 - of average length - 7-20 words in which I want to find some given phrase. The phrase I am looking for could have some errors - for example miss one or[详细]
2023-03-29 06:35 分类:问答Comparing two English strings for similarities
So here is my problem. I have two paragraphs of text and I need to see if they are similar. Not in the sense of string metrics but in meaning. The following two paragraphs are related but I need to fi[详细]
2023-03-29 02:18 分类:问答Build a Part-of-Speech Tagger (POS Tagger)
I need to build a POS tagger in Java and need to开发者_开发知识库 know how to get started. Are there code examples or other resources that help illustrate how POS taggers work?Try Apache OpenNLP. It i[详细]
2023-03-28 10:17 分类:问答Is there a library for splitting sentence into a list of words in it?
I\'m looking at nltk for python, but it splits(tokenize) won\'t as [\'wo\',\"n\'t\"]. Are there libraries that do this more robustly?[详细]
2023-03-27 22:59 分类:问答Convert plural nouns into singular nouns
How can plural nouns be converted into singular nouns using R? I use the the tagPOS function which tags each text and then extract all of plural nouns which were tagged as \"NNS\". But what to do in c[详细]
2023-03-27 20:20 分类:问答Regex to extract the words from other languages
I know that I can extract the English letters and numbers by using the A-Za-z0-9 regex. How can I extract the words from other languages such as Arabic and only allow the letters and开发者_开发技巧 n[详细]
2023-03-27 12:36 分类:问答