Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

Can you recommend a text mining package in R that can be used against large volumes of data?
Secondly, is there a GUI available for any of the text mining packages in R?
Thirdly, is there another open source text mining program that is easy and intuitive to use?

share|improve this question
2  
For a next time, it would be better to ask two questions. – mbq Feb 14 '11 at 21:44
@mbq: well, "is there an open source text mining package with a GUI?" would probably cover all three questions pretty well, it kind of already is one question... – naught101 May 4 '12 at 2:54

7 Answers

Please see the CRAN Task View on Natural Language Processing which includes, among others, the tm package already mentioned by Josh.

share|improve this answer

See the tm package and this presentation by Stefan Theussl given at the 2010 R/Finance conference.

share|improve this answer

Here are two further integrated projects:

  • Python Natural Language Toolkit (easy installation, good documentation)
  • Java MALLET (no experience with it, but looks promising; included in the link given by @Nick)

Both are open-source software.

share|improve this answer

Sure, RapidMiner with the text mining extension.

There are many videos that show how it is done.

share|improve this answer
2  
here is a 5-part video series: vancouverdata.blogspot.com/2010/11/… – Neil McGuigan Feb 21 '11 at 20:52

GATE is very comprehensive. It also allows you to work with different languages and has an ontology editor.

share|improve this answer

Andrew McCallum (UMass) has a few NLP related software projects available on his webpage. These are all in Java (I think) with source code available.

share|improve this answer

This just came out recently, and while it doesn't quite fit all the criteria you mentioned for text-mining software, might still be interesting in the future: http://textminr.com/

share|improve this answer
(-1) I smell advertising. Behind the link is just a thin cooperate site, while the OP asked for opensource software. – steffen Nov 6 '12 at 8:57

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.