fixed bug with coding

git-svn-id: https://russianmorphology.googlecode.com/svn/trunk@59 d817d54c-26ab-11de-abc9-2f7d1455ff7a
This commit is contained in:
alexander.a.kuznetsov
2009-10-16 09:56:46 +00:00
parent ad3c9f7ccc
commit 68fd53baff
5 changed files with 236949 additions and 28466 deletions

File diff suppressed because it is too large Load Diff

View File

@ -21,7 +21,7 @@ import org.junit.Test;
import java.io.IOException;
public class RussianLuceneMorphTest {
public class EnglishLuceneMorphTest {
private LuceneMorph luceneMorph;
@Before
@ -34,5 +34,8 @@ public class RussianLuceneMorphTest {
System.out.println(luceneMorph.getMorhInfo("purchases"));
System.out.println(luceneMorph.getMorhInfo("existing"));
System.out.println(luceneMorph.getMorhInfo("was"));
System.out.println(luceneMorph.getMorhInfo("men"));
System.out.println(luceneMorph.getMorhInfo("bore"));
System.out.println(luceneMorph.getMorhInfo("came"));
}
}