nltk
How to remove stop words using nltk or python
I have a dataset from which I would like to remove 开发者_Python百科stop words. I used NLTK to get a list of stop words:[详细]
2023-02-21 07:51 分类:问答Adding words to nltk stoplist
I have some code that removes stop words from my data set, as the stop list doesn\'t seem to remove a majority of the words I would like it too, I\'m looking to add words to this stop list so that it[详细]
2023-02-21 01:14 分类:问答Creating ARFF from word frequencies
I have some code that gives me a list of words with their frequencies that they occur in the text, I\'m looking to make it so the code converts the top 10 words automatically into an ARFF with[详细]
2023-02-20 20:21 分类:问答Stop words nltk/python problem
I have some code that processes a dataset for later use, the code i\'m using for the stop words seems to be ok, however I think the problem lies within the rest of my code as it seems to only开发者_St[详细]
2023-02-20 19:48 分类:问答How to install NLTK on my webserver
Ok I edited my question since I now have a host that does support ssh. How can i install the nltk module for python using ssh?[详细]
2023-02-17 06:26 分类:问答Using document length in the Naive Bayes Classifier of NLTK Python
I am building a spam filter using the NLTK in Python. I now check for the occurances of words and use the NaiveBayesClassifier resulting in an accuracy of .98 and F measure for spam of .92 and for non[详细]
2023-02-16 06:22 分类:问答Korean, Thai and Indonesian POS tagger
Can someone recommend an open source POS tagger for Korean, Indonesian, Thai and Vietnamese? That I can use to tag the corpus dat开发者_开发问答a that I currently have. (e.g. the stanford-postagger)[详细]
2023-02-16 04:08 分类:问答Iterate through different permutations of 4 functions in Python
OK I am using different taggers to tag a text. Default, unigram, bigram and trigram. I have to check which combination of three of those four taggers is the most accurate.[详细]
2023-02-15 00:18 分类:问答Replacing synonyms in a corpus using WordNet and NLTK - python
Trying to write simple python script which will use NLTK to find and replace synonyms in txt file. Following code gives me error:[详细]
2023-02-14 12:43 分类:问答code for counting number of sentences, words and characters in an input file
I have written the following code to count the number of sentences, words and characters in the input file sample.txt, which contains a paragraph of text. It works fine in giving the number of sentenc[详细]
2023-02-13 12:56 分类:问答
加载中,请稍侯......