项目作者: jpthanga
项目描述 :
Viterbi Algorithm for POS tagging of sentences using Brown corpus
高级语言: Python
项目地址: git://github.com/jpthanga/Viterbi-Algorithm.git
Visterbi Algorithm
This is an implementation of the viterbi algorithm to tag sentences.
The algorithm uses the Brown corpus and NLTK to produce tag and transition probabilities.