Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 196 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 196 Bytes

Disambiguation

Bigrams - bigr.py

Brill algorithm - brill_code.py

Viterbi (states = full tags) - viterbi.py

Viterbi (states = pos tags) - viterbi-pos.py

Everything in one script - ultimate.py