3
votes
1answer
53 views
How to find common phrases in a large body of text
Hi,
I'm working on a project at the moment where I need to pick out the most common phrases in a huge body of text. For example say we have three sentences like the following:
The dog jumped over …
2
votes
3answers
35 views
Find HEX patterns and number of occurrences
Hi,
I'd like to find patterns and sort them by number of occurrences on an HEX file I have.
I am not looking for some specific pattern, just to make some statistics of the occurrences happening …
0
votes
2answers
53 views
Information mining, classification, modification
Any examples, tips, guidance for the following scenario?
I have retrieved updates from several different news websites. I then analyse that information to predict on current trend in the world.
I …
0
votes
1answer
62 views
Question About Using Weka, the maching learning tool
I'm using the explorer feature of Weka for classification.
So I have my .arff file, with 2 features of NUMERIC value, and my class is a binary 0 or 1 (eg {0,1}).
Sample:
@RELATION summary
…
0
votes
2answers
51 views
How do you detect outliers on multivariate data?
I am trying to do a regression problem but I have 3 independent variables and not 1 so it is hard to detect outliers from a scatter graph. Any suggestions?
2
votes
4answers
128 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.
5
votes
8answers
130 views
algorithms to evaluate user responses
I'm working on a web application which will be used for classifying photos of automobiles. The users will be presented with photos of various vehicles, and will be asked to answer a series of …
0
votes
1answer
18 views
Difference between input attribute and predictable attribute
Could anyone please clarify the difference between input attribute and predictable attribute for decision tree algorithm in Data mining.
Thanks.
1
vote
2answers
28 views
Grouping to extract common values in semi-structured data
I've got a 'somewhat' ugly field in a database which holds the names of locations. For instance, Madison Square Gardens which has also been entered as "The Madison Square Gardens", etc. etc.
I'm …
1
vote
3answers
61 views
What techniques/tools are there for discovering common phrases in chunks of text?
Lets say I have 100000 email bodies and 2000 of them contains an abitrary common string like "the quick brown fox jumps over the lazy dog" or "lorem ipsum dolor sit amet". What techniques could/should …
0
votes
2answers
82 views
Besides NLTK, what is the best information retrieval library for Python?
For use to analyze documents on the Internet!
1
vote
8answers
115 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, …
1
vote
5answers
202 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 …
0
votes
3answers
80 views
Set of books about Natural Language processing, Semantic Analysis and Data Mining.
So i´m starting to write my thesis of my master, next semester (should be done before june), i already have the theme, and i need to write the state of art till february.
The main areas are …
3
votes
1answer
71 views
categorizing friends in social networks
I'm facing tho following problem:
let's say u is a social network user and as such has a list of friends, F(u). a partition is a function F->G, where G is a set of groups such as High-school, …
