nltk
Does anyone know how to configure the hunpos wrapper class on nltk?
i\'ve tried the following code and installed from http://code.google.com/p/hunpos/downloads/list english-wsj-1.0[详细]
2023-02-13 11:37 分类:问答How do the count the number of sentences, words and characters in a file?
I have written the following code to tokenize the input paragraph that comes from the file samp.txt. Can anybody help me out to find and print the number of sentences, words and characters in the file[详细]
2023-02-12 18:41 分类:问答How do I tag textfiles with hunpos in nltk?
Can someone help me with the syntax for hunpos tagging a corpus in nltk? What开发者_如何学C do I import for the hunpos.HunPosTagger module?[详细]
2023-02-12 15:31 分类:问答To find the number of syllables in a word
I need to find out the number of syllables in a word from the English language using NLTK. This is the code I have so far:[详细]
2023-02-12 14:50 分类:问答Named Entity Recognition from personal Gazetter using Python
I try to do named entity recognition in python using NLTK. I want to extract personal list of skills. I have the list of skills and would like to search them in requisition and tag the skills.[详细]
2023-02-12 13:16 分类:问答Python NLTK Tagging AssertionError
I\'m running into an odd assertion error when using NLTK to process around 5000 posts with the PlainTextCorpusReader. With some of our datasets we don\'t have any major issues. However, on开发者_运维问[详细]
2023-02-12 11:08 分类:问答How to build a IMS open source corpus workbench and NLTK readable corpus?
Currently i\'ve a bunch of .txtfiles. within each .txt files, each sentence is separated by newline. how do i change it to the IMS CWB format so that it\'s readable by CWB? and also to nltk format.[详细]
2023-02-12 07:25 分类:问答How do I find text features and print them?
I have just started using Natural Language Toolkit (NLTK) as a part of my Engineering college project. Can anybody please tell me how do I read an input paragraph text and[详细]
2023-02-10 09:54 分类:问答Advantages of creating own corpus in NLTK
I have a large amount of text in Mysql tables. I want to do some statistical analysis and later on some NLP on my text using the NLTK toolkit.[详细]
2023-02-10 08:16 分类:问答Dutch Grammar in python's NLTK
I am working on a Dutch corpus and I want to know if NLTK has dutch grammar embedded in it so I can parse my sentences? In general does NLTK only work on English? I know that it has the Alpino dutch c[详细]
2023-02-10 03:24 分类:问答
加载中,请稍侯......