fixed bug with coding
git-svn-id: https://russianmorphology.googlecode.com/svn/trunk@59 d817d54c-26ab-11de-abc9-2f7d1455ff7a
This commit is contained in:
208473
english/src/main/resources/org/apache/lucene/morphology/english/morph.info
Normal file
208473
english/src/main/resources/org/apache/lucene/morphology/english/morph.info
Normal file
File diff suppressed because it is too large
Load Diff
@ -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"));
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user