I would like to construct Document x Word matrix from the list of documents stored in many folders. A particular entry x in the matrix refers that the word_j occurs x times in the document_i. List of words to consider is given in Vocabulary.txt file.
Is there any already existing package which scans through the document one by one, removes the stop words and construct a document vector?

link|improve this question

Yes. It would probably help if you suggest a programming language or environment you would like to use. See also en.wikipedia.org/wiki/Tf%E2%80%93idf – tripleee Jan 20 at 8:59
As an aside, tfidf doesn't need stop words; the algorithm by itself reduces the significance of common words towards zero. – tripleee Jan 20 at 9:01
Programming language could be java, python, C , PHP, or Perl. – Learner Jan 20 at 10:28
The Wikipedia article has links to Java, Python, and PHP implementations at least. – tripleee Jan 20 at 11:07
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.