| 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.
|
| PositionStoringLuceneIndexCreator |
This class creates the Lucene indexes which are used to access the reference corpus during the coherence calculation
using a
WindowSupportingLuceneCorpusAdapter. |
| SimpleLuceneIndexCreator |
This class creates the Lucene indexes which are used to access the reference corpus during the coherence calculation
using a
LuceneCorpusAdapter. |
Copyright © 2014–2016. All rights reserved.