Uses of Interface
org.aksw.palmetto.corpus.WindowSupportingAdapter
-
Packages that use WindowSupportingAdapter Package Description org.aksw.palmetto org.aksw.palmetto.corpus.lucene org.aksw.palmetto.evaluate org.aksw.palmetto.prob.window -
-
Uses of WindowSupportingAdapter in org.aksw.palmetto
Methods in org.aksw.palmetto with parameters of type WindowSupportingAdapter Modifier and Type Method Description static WindowBasedProbabilityEstimatorPalmetto. getSWProbabilityEstimator(int windowSize, WindowSupportingAdapter corpusAdapter) -
Uses of WindowSupportingAdapter in org.aksw.palmetto.corpus.lucene
Classes in org.aksw.palmetto.corpus.lucene that implement WindowSupportingAdapter Modifier and Type Class Description classCachingWindowSupportingLuceneCorpusAdapterAn Extension of theWindowSupportingLuceneCorpusAdapterthat caches word positions of the single documents.classWindowSupportingLuceneCorpusAdapter -
Uses of WindowSupportingAdapter in org.aksw.palmetto.evaluate
Classes in org.aksw.palmetto.evaluate that implement WindowSupportingAdapter 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 WindowSupportingAdapter Modifier and Type Method Description private static voidCoherenceEvaluation. calculateContextWindowCoherences(String[] wordSet, int wordSetId, int s, WindowSupportingAdapter localAdapter, PrintStream pout)private static voidCoherenceEvaluation. calculateSlidingWindowCoherences(String[] wordSet, int wordSetId, int s, WindowSupportingAdapter localAdapter, PrintStream pout)Constructors in org.aksw.palmetto.evaluate with parameters of type WindowSupportingAdapter Constructor Description StaticCorpusAdapter(String[] wordSet, WindowSupportingAdapter luceneAdapter) -
Uses of WindowSupportingAdapter in org.aksw.palmetto.prob.window
Fields in org.aksw.palmetto.prob.window declared as WindowSupportingAdapter Modifier and Type Field Description protected WindowSupportingAdapterAbstractWindowBasedFrequencyDeterminer. corpusAdapterConstructors in org.aksw.palmetto.prob.window with parameters of type WindowSupportingAdapter Constructor Description AbstractWindowBasedFrequencyDeterminer(WindowSupportingAdapter corpusAdapter, int windowSize)BooleanSlidingWindowFrequencyDeterminer(WindowSupportingAdapter corpusAdapter, int windowSize)ContextWindowFrequencyDeterminer(WindowSupportingAdapter corpusAdapter, int windowSize)
-