Modifier and Type | Method and Description |
---|---|
PrunedCounts<String> |
PhraseAnalyzerLangDao.getPageCounts(int wpId,
int maxPhrases) |
PrunedCounts<String> |
PhraseAnalyzerObjectDbDao.getPageCounts(org.wikibrain.core.lang.Language lang,
int wpId,
int maxPhrases)
Gets phrases related to a page.
|
PrunedCounts<String> |
PhraseAnalyzerDao.getPageCounts(org.wikibrain.core.lang.Language lang,
int wpId,
int maxPhrases)
Gets phrases related to a page.
|
PrunedCounts<Integer> |
PhraseAnalyzerObjectDbDao.getPhraseCounts(org.wikibrain.core.lang.Language lang,
String phrase,
int maxPages)
Gets pages related to a phrase.
|
PrunedCounts<Integer> |
PhraseAnalyzerDao.getPhraseCounts(org.wikibrain.core.lang.Language lang,
String phrase,
int maxPages)
Gets pages related to a phrase.
|
PrunedCounts<Integer> |
PhraseAnalyzerLangDao.getPhraseCounts(String phrase,
int maxPages) |
PrunedCounts<K> |
SimplePruner.prune(Map<K,Integer> allCounts)
Prunes counts down.
|
PrunedCounts<K> |
PrunedCounts.Pruner.prune(Map<K,Integer> allCounts) |
PrunedCounts<String> |
NormalizedStringPruner.prune(Map<String,Integer> allCounts) |
Modifier and Type | Method and Description |
---|---|
Iterator<org.apache.commons.lang3.tuple.Pair<String,PrunedCounts<Integer>>> |
PhraseAnalyzerLangDao.getAllPhraseCounts() |
Iterator<org.apache.commons.lang3.tuple.Pair<String,PrunedCounts<Integer>>> |
PhraseAnalyzerObjectDbDao.getAllPhraseCounts(org.wikibrain.core.lang.Language lang) |
Iterator<org.apache.commons.lang3.tuple.Pair<String,PrunedCounts<Integer>>> |
PhraseAnalyzerDao.getAllPhraseCounts(org.wikibrain.core.lang.Language lang)
Returns all phrase counts in the specified language.
|
Modifier and Type | Method and Description |
---|---|
void |
PhraseAnalyzerLangDao.savePageCounts(int wpId,
PrunedCounts<String> counts) |
void |
PhraseAnalyzerObjectDbDao.savePageCounts(org.wikibrain.core.lang.Language lang,
int wpId,
PrunedCounts<String> counts) |
void |
PhraseAnalyzerDao.savePageCounts(org.wikibrain.core.lang.Language lang,
int wpId,
PrunedCounts<String> counts)
Adds information mapping a page to phrases.
|
void |
PhraseAnalyzerObjectDbDao.savePhraseCounts(org.wikibrain.core.lang.Language lang,
String phrase,
PrunedCounts<Integer> counts) |
void |
PhraseAnalyzerDao.savePhraseCounts(org.wikibrain.core.lang.Language lang,
String phrase,
PrunedCounts<Integer> counts)
Adds information mapping a phrase to pages.
|
void |
PhraseAnalyzerLangDao.savePhraseCounts(String phrase,
PrunedCounts<Integer> counts) |
Copyright © 2016. All rights reserved.