qasta / russianmorphology

Automatically exported from code.google.com/p/russianmorphology
0 stars 0 forks source link

typing error on main page "russianmorphology" #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
__
Also if you need get a list of base forms of word, you can use following example
LuceneMorphology luceneMorph = new EnglishLuceneMorphology();
List<String> wordBaseForms = luceneMorph.getMorhInfo(word);
__

should be: luceneMorph.getMorphInfo(word);

Original issue reported on code.google.com by silenzio...@gmail.com on 26 May 2011 at 8:57

GoogleCodeExporter commented 9 years ago

Original comment by Alexander.A.Kuznetsov on 1 Jun 2011 at 10:18