куаф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:
alexander.a.kuznetsov
2009-10-16 15:31:01 +00:00
parent 7375ec6d47
commit 26ca704ec0
13 changed files with 20 additions and 20 deletions

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.apache.lucene.morpholgy.english;
package org.apache.lucene.morphology.english;
import org.apache.lucene.morphology.LetterDecoderEncoder;
import org.apache.lucene.morphology.SuffixToLongException;

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.apache.lucene.morpholgy.english;
package org.apache.lucene.morphology.english;
import static org.hamcrest.core.IsEqual.equalTo;
import static org.junit.Assert.assertThat;

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.apache.lucene.morpholgy.english;
package org.apache.lucene.morphology.english;
import org.apache.lucene.morphology.LuceneMorph;
import org.junit.Before;