fixing bug with russian morphology
git-svn-id: https://russianmorphology.googlecode.com/svn/trunk@65 d817d54c-26ab-11de-abc9-2f7d1455ff7a
This commit is contained in:
@ -21,7 +21,9 @@ import java.io.IOException;
|
||||
|
||||
|
||||
public class EnglishAnalayzer extends MorphlogyAnalayzer {
|
||||
|
||||
public EnglishAnalayzer() throws IOException {
|
||||
super(EnglishAnalayzer.class.getResourceAsStream("/org/apache/lucene/morphology/english/morph.info"), new EnglishLetterDecoderEncoder());
|
||||
super(new EnglishLuceneMorphology());
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user