I am currently going through Steven Bird's NLP with Python. I have a question. What is the function of nltk.TaggerI? It's in chapter 6, Example 6-5.
class ConsecutivePosTagger(nltk.TaggerI)
I hope to get a better idea about it. Thanks
I am currently going through Steven Bird's NLP with Python. I have a question. What is the function of nltk.TaggerI? It's in chapter 6, Example 6-5.
class ConsecutivePosTagger(nltk.TaggerI)
I hope to get a better idea about it. Thanks