fixing typo
git-svn-id: https://russianmorphology.googlecode.com/svn/trunk@98 d817d54c-26ab-11de-abc9-2f7d1455ff7a
This commit is contained in:
@ -15,14 +15,14 @@
|
||||
*/
|
||||
package org.apache.lucene.morphology.english;
|
||||
|
||||
import org.apache.lucene.morphology.analayzer.MorphlogyAnalayzer;
|
||||
import org.apache.lucene.morphology.analyzer.MorphologyAnalyzer;
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
|
||||
public class EnglishAnalayzer extends MorphlogyAnalayzer {
|
||||
public class EnglishAnalyzer extends MorphologyAnalyzer {
|
||||
|
||||
public EnglishAnalayzer() throws IOException {
|
||||
public EnglishAnalyzer() throws IOException {
|
||||
super(new EnglishLuceneMorphology());
|
||||
}
|
||||
|
Reference in New Issue
Block a user