Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 305 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 305 Bytes

Grammar-checker-HMM

A final project for CS182 AI

Run python master.py to use the grammar-checker

Run python test.py to train the AP tagger and get the information about the viterbi tagger.

Run python dataAP/buildTrainTestFiles.py to generate the .txt for training the AP tagger for next step.