3
votes
1answer
52 views
Background reading for parsing sloppy / quirky / “almost structured” data?
I'm maintaining a program that needs to parse out data that is present in an "almost structured" form in text. i.e. various programs that produce it use slightly different formats …
0
votes
2answers
89 views
(python) text-mine PDF files with Python?
Is there a package/library for python that would allow me to open a PDF, and search the text for certain words?
0
votes
2answers
61 views
Besides NLTK, what is the best information retrieval library for Python?
For use to analyze documents on the Internet!
3
votes
4answers
92 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 w …
10
votes
7answers
180 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, th …
2
votes
6answers
81 views
How to Predict if Function Name Follows Convention
Suppose you have a repository of 10,000 function names and possibly their frequency of use in a corpus of code which can be in C/C#/C++. (they have different conventions usually pr …
1
vote
1answer
27 views
automatic documents tagging related
I started working on a project in which i must tag documents with keywords, and it is really hard and time consuming if you do it manually (specially if you have thousands of docum …
6
votes
10answers
509 views
Crawling The Internet
Hi All,
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 go …
2
votes
1answer
388 views
Which NLP toolkit to use in JAVA ?
Hello there, 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 …
1
vote
1answer
114 views
Extracting meaning full content from web pages
I am doing some analysis by mining web content using my crawlers. Web pages often contain clutter (such as ads, unnecessary images and extraneous links) around the body of an artic …
0
votes
1answer
283 views
C# Sentiment Analysis
Does anyone know of a (preferably open source) C# library that can be implemented to calculate the overall sentiment of some given text?
2
votes
3answers
203 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 f …
