org.apache.lucene.analysis
Class VocabularyAssert

java.lang.Object
  extended by org.apache.lucene.analysis.VocabularyAssert

public class VocabularyAssert
extends Object

Utility class for doing vocabulary-based stemming tests


Constructor Summary
VocabularyAssert()
           
 
Method Summary
static void assertVocabulary(org.apache.lucene.analysis.Analyzer a, File zipFile, String vocOut)
          Run a vocabulary test against a tab-separated data file inside a zip file
static void assertVocabulary(org.apache.lucene.analysis.Analyzer a, File zipFile, String voc, String out)
          Run a vocabulary test against two data files inside a zip file
static void assertVocabulary(org.apache.lucene.analysis.Analyzer a, InputStream vocOut)
          Run a vocabulary test against one file: tab separated.
static void assertVocabulary(org.apache.lucene.analysis.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

VocabularyAssert

public VocabularyAssert()
Method Detail

assertVocabulary

public static void assertVocabulary(org.apache.lucene.analysis.Analyzer a,
                                    InputStream voc,
                                    InputStream out)
                             throws IOException
Run a vocabulary test against two data files.

Throws:
IOException

assertVocabulary

public static void assertVocabulary(org.apache.lucene.analysis.Analyzer a,
                                    InputStream vocOut)
                             throws IOException
Run a vocabulary test against one file: tab separated.

Throws:
IOException

assertVocabulary

public static void assertVocabulary(org.apache.lucene.analysis.Analyzer a,
                                    File zipFile,
                                    String voc,
                                    String out)
                             throws IOException
Run a vocabulary test against two data files inside a zip file

Throws:
IOException

assertVocabulary

public static void assertVocabulary(org.apache.lucene.analysis.Analyzer a,
                                    File zipFile,
                                    String vocOut)
                             throws IOException
Run a vocabulary test against a tab-separated data file inside a zip file

Throws:
IOException


Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.