working on analayzer and test

git-svn-id: https://russianmorphology.googlecode.com/svn/trunk@9 d817d54c-26ab-11de-abc9-2f7d1455ff7a
This commit is contained in:
alexander.a.kuznetsov
2009-04-12 19:16:05 +00:00
parent 5576a22a3a
commit 5c7c629746
7 changed files with 36 additions and 4 deletions

View File

@ -15,7 +15,7 @@ public class RussianSuffixDecoderEncoderTest {
@Test
public void testShouldCorretDecodeEncode() throws IOException {
InputStream stream = this.getClass().getResourceAsStream("/decoder-test-data.txt");
InputStream stream = this.getClass().getResourceAsStream("/org/apache/lucene/russian/morphology/analayzer/decoder-test-data.txt");
BufferedReader bufferedReader = new BufferedReader(new InputStreamReader(stream));
String s = bufferedReader.readLine();
while(s != null){

View File

@ -0,0 +1,12 @@
package org.apache.lucene.russian.morphology.analayzer;
import org.junit.Test;
public class ArrayEvristicsTest {
@Test
public void testShouldDefineCorretCononicalWordForm(){
}
}