Simple voting for combined taggers

by: Getachew Emiru, 9 years ago

Last edited: 9 years ago

Thank you for your tutorials,  I have got a good understanding from your tutorials. I want to develop part of speech tagger using hybrid approaches  for local language, that means a combination of TBL(brills)  and HMM for better accuracy . Is it nltk support this simple voting system for combined approach



You must be logged in to post. Please login or register an account.



You really don't need the module to support voting, but IIRC NLTK does have a voting mechanism that we used in a tutorial.

-Harrison 9 years ago

You must be logged in to post. Please login or register an account.