I\'ve finished gathering my data I plan to use for my corpus, but I\'开发者_JAVA百科m a bit confused about whether I should normalize the text. I plan to tag & chunk the corpus in the future. Some
开发者_StackOverflow中文版I have a plaintext corpora, that I want to tag and save, so I can use it further. What\'s the best way to do this?
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
I want to find word stems with Wordnet.Does wordnet have a function for stemming? I use this import for my stemming, but it doesn\'t work as expected.
I want to import wordnet dictionary but when i import Dictionary form wordnet i see this error : for l in open(WNSEARCHDIR+\'/lexnames\').readlines():
I\'m trying to use the nltk module in python to chunk together any instances where two to five nouns occur in sequence.
开发者_开发知识库Please Give Me am example That have all of attribute of synset of a word i know only this attribute: name , lemma_names , definition
I\'m looking to build a开发者_JS百科n algorithm that can join together sentence parts. So, for example, it would know that
I have been looking at the nlp tag on SO for the past couple of hours and am confident I did not miss anything but if I did, please do point me to the question.
Here is an online programming contest we are planning to have. What could be possible approaches to solving the same?