nltk
Extract different POS words for a given word in python nltk
Is t开发者_如何学编程here any package in python nltk that can produce all different parts of speech words for a given word. For example if i give add(verb) then it must produce addition(noun),additive[详细]
2023-01-24 06:00 分类:问答Can I identify intranet page content using Named Entity Recognition?
I am new to Natural Language Processing and I want to learn more by creating a simple project. NLTK was suggested to be 开发者_如何转开发popular in NLP so I will use it in my project.[详细]
2023-01-21 19:50 分类:问答Nltk installation
In want to setup python\'s nltk library including wordnet in such a way that it can be easily copied from development system to production server, without having requirement for downloading wordnet se[详细]
2023-01-20 14:10 分类:问答How do I count words in an nltk plaintextcorpus faster?
I have a set of documents, and I want to return a list of tuples where each tuple has the date of a given document and the number of times a given search term appears in that document.My code (below)[详细]
2023-01-19 16:06 分类:问答How can I make this Python2.6 function work with Unicode?
I\'ve got this function, which I modified from material in chapter 1 of the online NLTK book. It\'s been very useful to me but, despite reading the chapter on Unicode, I feel just as lost as before.[详细]
2023-01-17 07:15 分类:问答How to check if a word is an English word with Python?
I want to check in a Python program if a word is in the English dictionary. I believe nltk wordnet interface might be the way to go but I have no clue how to use it for such a simple task.[详细]
2023-01-17 06:22 分类:问答It's probably simpler in awk, but how can I say this in Python?
I have: Rutsch is for rutterman ramping his roe which开发者_高级运维 is a phrase from Finnegans Wake. The epic riddle book is full of leitmotives like this, such as \'take off that white hat,\' and[详细]
2023-01-15 05:43 分类:问答I have text files in multiple languages. How to selectively delete one language in NLTK?
Maybe this is just impossible and I should give up all hope. Or maybe there\'s 开发者_如何学运维a really clever way to do it that I haven\'t thought of.[详细]
2023-01-14 09:19 分类:问答How to make this random text generator more efficient in Python?
I\'m working on a random text generator -without using Markov chains开发者_开发问答- and currently it works without too many problems. Firstly, here is my code flow:[详细]
2023-01-14 07:50 分类:问答How can I randomize this text generator even further?
I\'m working on a random text generator -without using Markov chains- and currently it works without too many problems -actually generates a good amount of random sentences by my criteria but I want t[详细]
2023-01-13 08:16 分类:问答
加载中,请稍侯......