Tagged Questions

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
4answers
629 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 ...
3
votes
3answers
254 views

term clustering library?

Does anybody know an open-source\free library that does term clustering? Thanks, yaniv
3
votes
4answers
639 views

Looking for an information retrival / text mining application or library

We extract various information from e-mails - flights, car rentals, hotels and more. the method is to extract the body of the mail, usually in HTML form but sometime it's text or we use the ...
2
votes
2answers
491 views

Text Retrieval using R

I have been using R's text mining package and its really a great tool. I have not found retrieval support or maybe there are functionalities I am missing. How can a simple VSM model be implemented ...
2
votes
1answer
158 views

How does Shingleprinting work in practice?

I'm trying to use shingleprinting to measure document similarity. The process involves the following steps: Create a 5-shingling of the two documents D1, D2 Hash each shingle with a 64-bit hash Pick ...
1
vote
2answers
106 views

unsupervised Named entity recognition (NER) with custom controlled vocabulary for crosslink-suggestions in Java

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 ...
1
vote
3answers
483 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
38 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
1answer
105 views

Converting data into information:Where to start?

We(my company) runs a website which have lots of data recorded like user registration,visits,clicks, what the stuff they post etc etc but so far we don't have a tool to find out how to monitor entire ...
0
votes
2answers
790 views

Besides NLTK, what is the best information retrieval library for Python?

For use to analyze documents on the Internet!
-2
votes
3answers
191 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 ...