简体   繁体   中英

POS tagging in spanish with NLTK?

Im new with NLTK library and i was wonder if it´s possible to make a POS-tag task with a spanish corpus with NLTK. Making some reasearch at the web i found spaghetti-tagger but it only has bigram and unigram taggers. Is it possible to use NLTK in order to POS-tagging a spanish corpus?.

you can try using a native Python implementation of TnT or a wrapper of Hunpos : both should work well.

However, there is another tool called PurePos , which I develop, written in JAVA and it has a Python interface as well. There is a demo which can help you to start with tool.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM