Modifier and Type | Class and Description |
---|---|
class |
PhraseAnalyzerObjectDbDao
Persists information about phrases to page relationships using an object database.
|
Modifier and Type | Field and Description |
---|---|
protected PhraseAnalyzerDao |
BasePhraseAnalyzer.phraseDao |
Modifier and Type | Method and Description |
---|---|
PhraseAnalyzerDao |
PhraseAnalyzerObjectDbDao.Provider.get(String name,
com.typesafe.config.Config config,
Map<String,String> runtimeParams) |
PhraseAnalyzerDao |
BasePhraseAnalyzer.getDao() |
Modifier and Type | Method and Description |
---|---|
Class<PhraseAnalyzerDao> |
PhraseAnalyzerObjectDbDao.Provider.getType() |
Modifier and Type | Method and Description |
---|---|
void |
PhraseCorpus.loadCorpus(PhraseAnalyzerDao dao)
Loads a single phrase corpus into the database.
|
Constructor and Description |
---|
AnchorTextPhraseAnalyzer(PhraseAnalyzerDao phraseDao,
org.wikibrain.core.dao.LocalPageDao pageDao,
org.wikibrain.core.dao.LocalLinkDao linkDao,
PrunedCounts.Pruner<String> phrasePruner,
PrunedCounts.Pruner<Integer> pagePruner) |
BasePhraseAnalyzer(PhraseAnalyzerDao phraseDao,
org.wikibrain.core.dao.LocalPageDao pageDao,
PrunedCounts.Pruner<String> phrasePruner,
PrunedCounts.Pruner<Integer> pagePruner) |
LinkProbabilityDao(File path,
org.wikibrain.core.lang.Language lang,
org.wikibrain.core.dao.RawPageDao pageDao,
PhraseAnalyzerDao phraseDao) |
StanfordPhraseAnalyzer(PhraseAnalyzerDao phraseDao,
org.wikibrain.core.dao.LocalPageDao pageDao,
PrunedCounts.Pruner<String> phrasePruner,
PrunedCounts.Pruner<Integer> pagePruner,
File path) |
Copyright © 2018. All rights reserved.