Uses of Interface
org.aksw.palmetto.corpus.CorpusAdapter
Packages that use CorpusAdapter
Package
Description
-
Uses of CorpusAdapter in org.aksw.palmetto
Methods in org.aksw.palmetto that return CorpusAdapterModifier and TypeMethodDescriptionstatic CorpusAdapterPalmetto.getCorpusAdapter(String calcType, String indexPath)Methods in org.aksw.palmetto with parameters of type CorpusAdapterModifier and TypeMethodDescriptionstatic CoherencePalmetto.getCoherence(String calcType, CorpusAdapter corpusAdapter) -
Uses of CorpusAdapter in org.aksw.palmetto.corpus
Subinterfaces of CorpusAdapter in org.aksw.palmetto.corpusModifier and TypeInterfaceDescriptioninterfaceThis is an interface for an adapter that makes boolean document word counts available.interfaceThis 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 CorpusAdapterModifier and TypeClassDescriptionclassThis class can make usage of a given Lucene index as corpus.class -
Uses of CorpusAdapter in org.aksw.palmetto.prob.bd
Methods in org.aksw.palmetto.prob.bd with parameters of type CorpusAdapterModifier and TypeMethodDescriptionBooleanDocumentProbabilitySupplier.create(CorpusAdapter adapter)BooleanDocumentProbabilitySupplier.create(CorpusAdapter adapter, String probModelName)BooleanDocumentProbabilitySupplier.create(CorpusAdapter adapter, String probModelName, boolean corpusIsLarge)protected static BooleanDocumentFrequencyDeterminerBooleanDocumentProbabilitySupplier.createFrequencyDeterminer(CorpusAdapter adapter, boolean corpusIsLarge)