Tagged Questions
-2
votes
1answer
79 views
Articles for text mining [closed]
I am looking for a news archive service, which can provide me news articles for last few years related to a specific company. It would be great if the articles are present in text files. I need the ...
2
votes
1answer
146 views
NLP text annotation storage and access
I have a large corpus of text (10 million sentences or so) which I'd like to preprocess with various NLP tools (POS tagger, Syntax parser, Dependency Parser, etc). I need to store the various ...
-2
votes
2answers
371 views
Text mining MS Word documents?
I have about 30 .docx documents (Résumés) with data about peoples' names, skills and so forth. I need to populate a spreadsheet with some of this information, and to reduce manual work I thought I ...
3
votes
1answer
91 views
List of Acronyms for Text Mining
I'm trying to do some text mining and my sample text has a lot of acronyms in it. I would like to try to flatten the acronyms into the phrases.
Does anyone know where I can get a list? ...
0
votes
1answer
378 views
Text classification categorisation pointers
i am trying to develop a very simple program for classifying and categorising documents using various algorithms. My problem, since i am a beginner is that i cannot find good articles or websites for ...
0
votes
1answer
641 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 ...
1
vote
2answers
372 views
extracting postal addresses from pdf files
Are there any libraries/toolkits that would help me in the task of extracting postal address information from unstructured PDF documents (e.g. letters)? If not, how would you approach this task?
I ...
0
votes
1answer
251 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
1answer
555 views
Building an Instapaper clone [closed]
I'm currently building a Instapaper clone and need some help designing the algorithm.
It has two components:
Extract the main text block from an HTML document
If the save article has more than 1 ...
0
votes
2answers
90 views
Data mining termin “fledged”?
Please tell what is termin "full fledged KI"? As i understand it is part of data mining for text analyzing. Am i right? Some interesting and useful links will be fine!
Thank you!!!
5
votes
9answers
362 views
Data mining engines and frameworks? [closed]
What opensource/free data mining engines and frameworks do you know and use for textual data?
Thank you for any advice!
1
vote
1answer
1k views
N-gram related question - C# algorithm
I am intending to use the n-gram part/algorithm of this code:
http://www.codeproject.com/KB/cs/tfidf.aspx
The algorithm produces these tri-gram results:
t
th
the
he
e q
qu
qui
uic
ick
ck
k r
re
...
2
votes
2answers
170 views
Techniques to display related content or articles
I've been trying to learn Text mining and other related things in Collective Intelligence field. I am interested to make an app which will scan thru the document and show related posts/articles on ...
1
vote
1answer
251 views
extracting useful data from arbitary html pages?
is there a library for ruby or php that is able to parse html pages and extract unique data by comparing it with other similar pages....should use some sort of text mining to identify which texts are ...
1
vote
1answer
86 views
What technique would you use to find similar people with the same social profile as you? (computer science)
Let's take your Facebook social profile. There are interests, activities, movies, music, and tv-shows.
You have these 5 things, in text, of course. Given your social profile and 10 other people, we ...
0
votes
4answers
760 views
text mining library or lingual library?
i have a bunch of data harvested from a forum I own, and would like to do some text mining or use some linguistic library to extract useful information.
any text mining, data mining library in any ...
19
votes
5answers
9k views
Can someone give an example of cosine similarity, in very simple, graphical way?
http://en.wikipedia.org/wiki/Cosine%5Fsimilarity
Can you show the vectors here (in a list or something)
And then do the math, and let us see how it works?
I'm a beginner.
19
votes
6answers
14k views
How do I extract keywords used in text?
How do I data mine a pile of text to get keywords by usage? ("Jacob Smith" or "fence")
And is there a software to do this already? even semi-automatically, and if it can filter out simple words like ...
1
vote
6answers
701 views
How do I data mine text?
Here's the problem. I have a bunch of large text files with paragraphs and paragraphs of written matter. Each para contains references to a few people (names), and documents a few topics (places, ...