working on new version
git-svn-id: https://russianmorphology.googlecode.com/svn/trunk@51 d817d54c-26ab-11de-abc9-2f7d1455ff7a
This commit is contained in:
@ -0,0 +1,11 @@
|
||||
package org.apache.lucene.morphology.russian;
|
||||
|
||||
/**
|
||||
* Created by IntelliJ IDEA.
|
||||
* User: akuznetsov
|
||||
* Date: 03/10/2009
|
||||
* Time: 3:52:43 PM
|
||||
* To change this template use File | Settings | File Templates.
|
||||
*/
|
||||
public class AnalayzerTest {
|
||||
}
|
@ -0,0 +1,30 @@
|
||||
package org.apache.lucene.morphology.russian;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
|
||||
|
||||
public class RussianLetterDecoderEncoderTest extends TestCase {
|
||||
public void testEncode() {
|
||||
// Add your code here
|
||||
}
|
||||
|
||||
public void testEncodeToArray() {
|
||||
// Add your code here
|
||||
}
|
||||
|
||||
public void testDecodeArray() {
|
||||
// Add your code here
|
||||
}
|
||||
|
||||
public void testDecode() {
|
||||
// Add your code here
|
||||
}
|
||||
|
||||
public void testCheckCharacter() {
|
||||
// Add your code here
|
||||
}
|
||||
|
||||
public void testCleanString() {
|
||||
// Add your code here
|
||||
}
|
||||
}
|
@ -0,0 +1,11 @@
|
||||
package org.apache.lucene.morphology.russian;
|
||||
|
||||
/**
|
||||
* Created by IntelliJ IDEA.
|
||||
* User: akuznetsov
|
||||
* Date: 03/10/2009
|
||||
* Time: 3:52:18 PM
|
||||
* To change this template use File | Settings | File Templates.
|
||||
*/
|
||||
public class RussianMorphTest {
|
||||
}
|
Reference in New Issue
Block a user