nltk pos_tag usage

后端 未结 3 1904
闹比i
闹比i 2021-01-12 04:41

I am trying to use speech tagging in NLTK and have used this command:

>>> text = nltk.word_tokenize(\"And now for something completely different\")
         


        
3条回答
  •  深忆病人
    2021-01-12 05:14

    Over 50 corpora and lexical resources such as WordNet: http://www.nltk.org/nltk_data/ for free. Use http://nltk.github.com/nltk_data/ as server index instead of googlecode Google code 401: Authorization Required

提交回复
热议问题