POS tagging in German

后端 未结 5 438
予麋鹿
予麋鹿 2020-12-12 21:28

I am using NLTK to extract nouns from a text-string starting with the following command:

tagged_text = nltk.pos_tag(nltk.Text(nltk.word_tokenize(some_string)         


        
5条回答
  •  甜味超标
    2020-12-12 22:26

    I have written a blog-post about how to convert the German annotated TIGER Corpus in order to use it with the NLTK. Have a look at it here.

提交回复
热议问题