Skip to content

jincute/Natural-Language-Process

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

- Analyze.py is in charge of reading file and parse the (lemma,form) pairs.
- try_models.py apply the models.
    - try_leqf_ngram(train_set, test_set)        :  Try the lemma == form prediction
    - try_simple_max_freq(train_set, test_set)   :  Try the MLE unigram prediction
    - try_naive_bayes_ngram(train_set, test_set) :  Try the NB ngram prediction

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages