| Package | Description |
|---|---|
| org.aksw.palmetto | |
| org.aksw.palmetto.corpus | |
| org.aksw.palmetto.corpus.lucene | |
| org.aksw.palmetto.prob.bd |
| Modifier and Type | Method and Description |
|---|---|
static CorpusAdapter |
Palmetto.getCorpusAdapter(String calcType,
String indexPath) |
| Modifier and Type | Method and Description |
|---|---|
static Coherence |
Palmetto.getCoherence(String calcType,
CorpusAdapter corpusAdapter) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BooleanDocumentSupportingAdapter
This is an interface for an adapter that makes boolean document word counts available.
|
interface |
WindowSupportingAdapter
This adapter supports window based probability estimation methods.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LuceneCorpusAdapter
This class can make usage of a given Lucene index as corpus.
|
class |
WindowSupportingLuceneCorpusAdapter |
| Modifier and Type | Method and Description |
|---|---|
static BooleanDocumentProbabilitySupplier |
BooleanDocumentProbabilitySupplier.create(CorpusAdapter adapter) |
static BooleanDocumentProbabilitySupplier |
BooleanDocumentProbabilitySupplier.create(CorpusAdapter adapter,
String probModelName) |
static BooleanDocumentProbabilitySupplier |
BooleanDocumentProbabilitySupplier.create(CorpusAdapter adapter,
String probModelName,
boolean corpusIsLarge) |
protected static BooleanDocumentFrequencyDeterminer |
BooleanDocumentProbabilitySupplier.createFrequencyDeterminer(CorpusAdapter adapter,
boolean corpusIsLarge) |
Copyright © 2014–2016. All rights reserved.