There are several steps in text mining and many packages in R and Python. However, I am looking for some online (web-based tools) to conduct steps in text mining. Is there any suggestion ?
A tool which meets all requirements is not known to me. However, it is possible to combine known elements based on Python and to build a web interface to combine them. In our paper, which you can download for free from IEEE Xplore, we have made a relatively precise suggestion concerning the building blocks. Article The Application of Artificial Intelligence Technologies as a...
GATE (General Architecture for Text Engineering) is an on line open source software toolkit. It supports the main NLP and machine learning tasks (classification, regression, tagging, topic models, text mining, ...):
You can try using MALLET, that was developed at UMASS Amherst. In addition to topic modelling, the tool allows you to perform decision tree analysis, sequence tagging, regression, etc.). Removing stop words, stemming, and optimization are done together.
http://mallet.cs.umass.edu/topics.php
McCallum, Andrew Kachites. "MALLET: A Machine Learning for Language Toolkit." http://mallet.cs.umass.edu. 2002.