Uses of Interface
org.aksw.palmetto.corpus.CorpusAdapter
-
Packages that use CorpusAdapter Package Description org.aksw.palmetto org.aksw.palmetto.corpus org.aksw.palmetto.corpus.lucene org.aksw.palmetto.evaluate org.aksw.palmetto.prob.bd -
-
Uses of CorpusAdapter in org.aksw.palmetto
Methods in org.aksw.palmetto that return CorpusAdapter Modifier and Type Method Description static CorpusAdapterPalmetto. getCorpusAdapter(String calcType, String indexPath)Methods in org.aksw.palmetto with parameters of type CorpusAdapter Modifier and Type Method Description static CoherencePalmetto. getCoherence(String calcType, CorpusAdapter corpusAdapter) -
Uses of CorpusAdapter in org.aksw.palmetto.corpus
Subinterfaces of CorpusAdapter in org.aksw.palmetto.corpus Modifier and Type Interface Description interfaceBooleanDocumentSupportingAdapterThis is an interface for an adapter that makes boolean document word counts available.interfaceWindowSupportingAdapterThis adapter supports window based probability estimation methods. -
Uses of CorpusAdapter in org.aksw.palmetto.corpus.lucene
Classes in org.aksw.palmetto.corpus.lucene that implement CorpusAdapter Modifier and Type Class Description classCachingWindowSupportingLuceneCorpusAdapterAn Extension of theWindowSupportingLuceneCorpusAdapterthat caches word positions of the single documents.classLuceneCorpusAdapterThis class can make usage of a given Lucene index as corpus.classWindowSupportingLuceneCorpusAdapter -
Uses of CorpusAdapter in org.aksw.palmetto.evaluate
Classes in org.aksw.palmetto.evaluate that implement CorpusAdapter Modifier and Type Class Description static classCoherenceEvaluation.StaticCorpusAdapterA simple corpus adapter that already contains the results for a single word set.Methods in org.aksw.palmetto.evaluate with parameters of type CorpusAdapter Modifier and Type Method Description static voidCoherenceEvaluation. calculateResultsForTopic(String[] wordSet, int wordSetId, CorpusAdapter luceneAdapter, CoherenceEvaluation.ProbSuppConfig.Type basicProbType, PrintStream pout) -
Uses of CorpusAdapter in org.aksw.palmetto.prob.bd
Methods in org.aksw.palmetto.prob.bd with parameters of type CorpusAdapter Modifier and Type Method Description static BooleanDocumentProbabilitySupplierBooleanDocumentProbabilitySupplier. create(CorpusAdapter adapter)static BooleanDocumentProbabilitySupplierBooleanDocumentProbabilitySupplier. create(CorpusAdapter adapter, String probModelName)static BooleanDocumentProbabilitySupplierBooleanDocumentProbabilitySupplier. create(CorpusAdapter adapter, String probModelName, boolean corpusIsLarge)protected static BooleanDocumentFrequencyDeterminerBooleanDocumentProbabilitySupplier. createFrequencyDeterminer(CorpusAdapter adapter, boolean corpusIsLarge)
-