All Questions
3 questions
-3
votes
1
answer
145
views
Is there any python library for searching specific words like "the", "is", "was", "am" .... and other similar words? [closed]
I want to exclude such words from a text file. Currently, my code just counts the occurrences of all the words in the text file, but I want to exclude such unwanted words as mentioned before and only ...
14
votes
2
answers
12k
views
Open Source Library for Linguistic Inquiry and Word Count (LIWC) [closed]
I am looking for an open source library for Linguistic Inquiry and Word Count (LIWC). Something in java or python will be good, though I am open to use other language.
Does anyone know where I can ...
89
votes
12
answers
52k
views
Sentiment analysis for Twitter in Python [closed]
I'm looking for an open source implementation, preferably in python, of Textual Sentiment Analysis (http://en.wikipedia.org/wiki/Sentiment_analysis). Is anyone familiar with such open source ...