Tagged Questions
15
votes
10answers
1k views
How to determine the (natural) language of a document?
I have a set of documents in two languages: English and German. There is no usable meta information about these documents, a program can look at the content only. Based on that, the program has to ...
10
votes
3answers
156 views
Algorithm (or C# library) for identifying 'keywords' in a set of messages?
I want to build a list of ~6 keywords (or even better: couple word keyphrases) for each message in a message forum.
The primary use of keywords is to replace subject lines in some instances. For ...
10
votes
6answers
614 views
Are there APIs for text analysis/mining in Java?
I want to know if there is an API to do text analysis in Java. Something that can extract all words in a text, separate words, expressions, etc. Something that can inform if a word found is a number, ...
8
votes
10answers
1k views
Crawling The Internet
I want to crawl for specific things. Specifically events that are taking place like concerts, movies, art gallery openings, etc, etc. Anything that one might spend time going to.
How do I implement a ...
5
votes
1answer
114 views
The relationship between latent Dirichlet allocation and documents clustering
I would like to clarify the relationship between latent Dirichlet allocation (LDA) and the generic task of document clustering.
The LDA analysis tends to output the topic proportions for each ...
5
votes
4answers
560 views
Python or Java for text processing (text mining, information retrieval, natural language processing)
I'm soon to start on a new project where I am going to do lots of text processing tasks like searching, categorization/classifying, clustering, and so on.
There's going to be a huge amount of ...
5
votes
2answers
271 views
What training data sources could be used for sentiment classification models?
I'm looking for ideas about data sources which have or could potentially be used. I'm not interested in pre-existing libraries or tools. Both annotated and unannotated data are of interest, for ...
5
votes
3answers
492 views
How to identify ideas and concepts in a given text
I'm working on a project at the moment where it would be really useful to be able to detect when a certain topic/idea is mentioned in a body of text. For instance, if the text contained:
Maybe if ...
5
votes
2answers
694 views
Text mining, fact extraction, semantic analysis using .Net
I'm looking for any free tools/components/libraries that allow me to take anvantage of text mining, fact extraction and semantic analysis in my .NET application.
The GATE project is what I need but ...
4
votes
2answers
192 views
Latent Semantic Analysis concepts
I've read about using Singular Value Decomposition (SVD) to do Latent Semantic Analysis (LSA) in corpus of texts. I've understood how to do that, also I understand mathematical concepts of SVD.
But ...
4
votes
3answers
207 views
Word Net - Word Synonyms & related word constructs - Java or Python
I am looking to use WordNet to look for a collection of like terms from a base set of terms.
For example, the word 'discouraged' - potential synonyms could be: daunted, glum, deterred, pessimistic.
...
4
votes
3answers
292 views
Indexing and Searching Over Word Level Annotation Layers in Lucene
I have a data set with multiple layers of annotation over the underlying text, such as part-of-tags, chunks from a shallow parser, name entities, and others from various natural language processing ...
4
votes
3answers
3k views
Which NLP toolkit to use in JAVA?
i'm working on a project that consists of a website that connects to the NCBI(National Center for Biotechnology Information) and searches for articles there. Thing is that I have to do some text ...
3
votes
1answer
362 views
How to classify words to their correspoding categories?
I've to implement text classification for a long list of words. I've some categories defined e.g. If the word "UK" is in the list, it will come under "Regions". If the word is "Pizza", it will come ...
2
votes
4answers
231 views
What language can be recommended for text mining/parsing? [closed]
I'm doing some text mining in web pages. Currently I'm working with Java, but maybe there is more appropriate languages to do what I want.
Example of some things I want to do:
Determine the char ...
2
votes
4answers
153 views
Pure statistical, or Natural Language Processing engine?
What are the statistical engines that yield better results than the OpenNLP suite of tools, if any? What I'm looking for is an engine that picks keywords from texts and provides stemming on those ...
2
votes
2answers
191 views
Full Text PDFs for PubMed Articles
While working on a project I need to download and process full text articles for PubMed abstracts, is there any implemented code or tool that allows the user to input a set of PubMed ids and downloads ...
2
votes
1answer
266 views
Paraphrase recognition using sentence level similarity
I'm a new entrant into the NLP(Natural Language processing.As a start up project i'm developing a paraphrase recognizer(a system which can recognize two similar sentences).For that recognizer i'm ...
1
vote
4answers
88 views
NLP for java, which toolkit should I use?
I'm working on a project that needs to count the occurrence of every word of a txt file.
For example, I have a text file like this:
What Silver Lake Looks For in IPO Candidates
3 Companies ...
1
vote
1answer
632 views
How to use OpenNLP? Please help!
I'm trying to use OpenNLP for tokenization. I don't know what's the problem. Following is the exception, please help:
opennlp.tools.util.InvalidFormatException: Missing the manifest.properties!
...
1
vote
2answers
204 views
How to extract words from text as per the context
I want to extract relevant words from a text statement provided by the user.
eg. For a question "How many sides are there in a rectangle?"
The words should be 'rectangles' , 'sides', 'many' , 'how'.
...
1
vote
1answer
397 views
Topic modeling using mallet
I'm trying to use topic modeling with Mallet but have a question.
How do I know when do I need to rebuild the model? For instance I have this amount of documents I crawled from the web, using topic ...
1
vote
3answers
483 views
Decision Trees For Document Classification
Hi I wanted to know that is it possible to use decision trees for document classification and if yes then how should be the data representation be?
I know the use of R package party for Decision ...
1
vote
3answers
476 views
Natural Language/Text Mining and Reddit/social news site
I think there is a wealth of natural language data associated with sites like reddit or digg or news.google.com.
I have done a little bit of research with text mining, but can't find how I could use ...
0
votes
1answer
28 views
There is an algorithm for determine the relevance of a text to a theme?
I want to know what can be used to determine the relevance of a page for a theme like games, movies, etc.
There is some research in this area or is only count the how much times some relevant words ...
0
votes
3answers
338 views
How I classify an word of a text in things like names, number, money, date,etc?
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.
The situation: I have a lot of download pages with HTML content. Some of then ...
0
votes
1answer
235 views
Antlr vs NLTK in Jython
I am currently writing an NLP project in java that tags and parses text. My main issue is with the parsing component, it is currently using Antlr to convert the tagged text into a parse tree. Since ...
0
votes
1answer
185 views
Text mining - extract name of band from unstructured text
I'm aware that this is kind of a general, open-ended question. I'm essentially looking for help in deciding a way forward, and perhaps for some reading material.
I'm working on an algorithm that ...
0
votes
0answers
41 views
association rules between all two consecutive rows in SSAS
How can get association rules between all two consecutive records of one table in SSAS?
-2
votes
3answers
161 views
What are the basic algorithms for text mining? [closed]
I'm trying to do an application for mining some texts from the web, but I'm not sure of what is the best way to perform text mining.
What I want with this question is know about what are the most ...