Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 443 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 443 Bytes

MorphoBabushka

Simple and Fast Baselines your Granny would use for POS-tagging of Russian

Code to reproduce results of MorphoBabushka team in MorphoRuEval-17 challenge: https://github.com/dialogue-evaluation/morphoRuEval-2017/

Run nbsvm.sh to train NB-SVM classifier, evaluate it on development set and runs on test set. Results are written to runs/ directory.

Requirements:

  • Python 3
  • scikit-learn, pandas, sklearn_pandas libraries