working on better interface
git-svn-id: https://russianmorphology.googlecode.com/svn/trunk@91 d817d54c-26ab-11de-abc9-2f7d1455ff7a
This commit is contained in:
@ -47,7 +47,7 @@ public class EnglishLuceneMorphTest {
|
||||
for (int i = 1; i < qa.length; i++) {
|
||||
result.add(qa[i]);
|
||||
}
|
||||
Set<String> stringList = new HashSet<String>(luceneMorph.getMorhInfo(qa[0]));
|
||||
Set<String> stringList = new HashSet<String>(luceneMorph.getNormalForms(qa[0]));
|
||||
assertThat(stringList, equalTo(result));
|
||||
s = bufferedReader.readLine();
|
||||
}
|
||||
|
Reference in New Issue
Block a user