куафrefactor class for encoding letters
git-svn-id: https://russianmorphology.googlecode.com/svn/trunk@61 d817d54c-26ab-11de-abc9-2f7d1455ff7a
This commit is contained in:
@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.apache.lucene.morpholgy.dictionary;
|
||||
package org.apache.lucene.morphology.dictionary;
|
||||
|
||||
|
||||
import java.io.BufferedReader;
|
@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.apache.lucene.morpholgy.dictionary;
|
||||
package org.apache.lucene.morphology.dictionary;
|
||||
|
||||
/**
|
||||
* Represent inofrmation of how word form created form it imutible part.
|
@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.apache.lucene.morpholgy.dictionary;
|
||||
package org.apache.lucene.morphology.dictionary;
|
||||
|
||||
import java.io.BufferedReader;
|
||||
import java.io.FileInputStream;
|
@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.apache.lucene.morpholgy.dictionary;
|
||||
package org.apache.lucene.morphology.dictionary;
|
||||
|
||||
import java.io.BufferedReader;
|
||||
import java.io.FileInputStream;
|
@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.apache.lucene.morpholgy.dictionary;
|
||||
package org.apache.lucene.morphology.dictionary;
|
||||
|
||||
import java.io.BufferedReader;
|
||||
import java.io.FileInputStream;
|
@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.apache.lucene.morpholgy.dictionary;
|
||||
package org.apache.lucene.morphology.dictionary;
|
||||
|
||||
|
||||
import org.apache.lucene.morphology.Heuristic;
|
@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.apache.lucene.morpholgy.dictionary;
|
||||
package org.apache.lucene.morphology.dictionary;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.apache.lucene.morpholgy.dictionary;
|
||||
package org.apache.lucene.morphology.dictionary;
|
||||
|
||||
import java.io.IOException;
|
||||
|
@ -14,12 +14,12 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.apache.lucene.morpholgy.generator;
|
||||
package org.apache.lucene.morphology.generator;
|
||||
|
||||
import org.apache.lucene.morpholgy.dictionary.DictonaryReader;
|
||||
import org.apache.lucene.morpholgy.dictionary.GrammaReader;
|
||||
import org.apache.lucene.morpholgy.dictionary.StatiticsCollector;
|
||||
import org.apache.lucene.morpholgy.english.EnglishLetterDecoderEncoder;
|
||||
import org.apache.lucene.morphology.dictionary.DictonaryReader;
|
||||
import org.apache.lucene.morphology.dictionary.GrammaReader;
|
||||
import org.apache.lucene.morphology.dictionary.StatiticsCollector;
|
||||
import org.apache.lucene.morphology.english.EnglishLetterDecoderEncoder;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.util.HashSet;
|
@ -14,11 +14,11 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.apache.lucene.morpholgy.generator;
|
||||
package org.apache.lucene.morphology.generator;
|
||||
|
||||
import org.apache.lucene.morpholgy.dictionary.DictonaryReader;
|
||||
import org.apache.lucene.morpholgy.dictionary.GrammaReader;
|
||||
import org.apache.lucene.morpholgy.dictionary.StatiticsCollector;
|
||||
import org.apache.lucene.morphology.dictionary.DictonaryReader;
|
||||
import org.apache.lucene.morphology.dictionary.GrammaReader;
|
||||
import org.apache.lucene.morphology.dictionary.StatiticsCollector;
|
||||
import org.apache.lucene.morphology.russian.RussianLetterDecoderEncoder;
|
||||
|
||||
import java.io.IOException;
|
Reference in New Issue
Block a user