|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.lucene.analysis.VocabularyAssert
public class VocabularyAssert
Utility class for doing vocabulary-based stemming tests
Constructor Summary | |
---|---|
VocabularyAssert()
|
Method Summary | |
---|---|
static void |
assertVocabulary(Analyzer a,
File zipFile,
String vocOut)
Run a vocabulary test against a tab-separated data file inside a zip file |
static void |
assertVocabulary(Analyzer a,
File zipFile,
String voc,
String out)
Run a vocabulary test against two data files inside a zip file |
static void |
assertVocabulary(Analyzer a,
InputStream vocOut)
Run a vocabulary test against one file: tab separated. |
static void |
assertVocabulary(Analyzer a,
InputStream voc,
InputStream out)
Run a vocabulary test against two data files. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VocabularyAssert()
Method Detail |
---|
public static void assertVocabulary(Analyzer a, InputStream voc, InputStream out) throws IOException
IOException
public static void assertVocabulary(Analyzer a, InputStream vocOut) throws IOException
IOException
public static void assertVocabulary(Analyzer a, File zipFile, String voc, String out) throws IOException
IOException
public static void assertVocabulary(Analyzer a, File zipFile, String vocOut) throws IOException
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |