Named Entity Recognition for NLTK in Python. Identifying the NE

前端 未结 5 491
野趣味
野趣味 2021-01-30 18:25

I need to classify words into their parts of speech. Like a verb, a noun, an adverb etc.. I used the

nltk.word_tokenize() #to identify word in a sentence 
nltk.         


        
5条回答
提交回复
热议问题