Package org.aksw.palmetto.corpus.lucene.creation
-
Class Summary Class Description AbstractLuceneIndexCreator This is an abstract class with general index creation functionality.IndexableDocument A simple structure containing the text of a document and its number of tokens.LuceneIndexHistogramCreator A simple class that iterates over a given Lucene index and creates a histogram of the document lengths stored inside a documentLengthField.LuceneIndexTransformer This class creates a simpler boolean document index based on a position storing index.PositionStoringLuceneIndexCreator This class creates the Lucene indexes which are used to access the reference corpus during the coherence calculation using aWindowSupportingLuceneCorpusAdapter.SimpleLuceneIndexCreator This class creates the Lucene indexes which are used to access the reference corpus during the coherence calculation using aLuceneCorpusAdapter.