Modifier and Type | Class and Description |
---|---|
class |
NormalizedStringPruner
Extends the simple pruner by treating two strings that have the
same "normalized" version as the same.
|
class |
SimplePruner<K>
A simple pruner for PrunedCounts.
|
Modifier and Type | Method and Description |
---|---|
PrunedCounts.Pruner |
SimplePruner.Provider.get(String name,
com.typesafe.config.Config config,
Map<String,String> runtimeParams) |
PrunedCounts.Pruner |
NormalizedStringPruner.Provider.get(String name,
com.typesafe.config.Config config,
Map<String,String> runtimeParams) |
Modifier and Type | Method and Description |
---|---|
protected void |
BasePhraseAnalyzer.loadFromFile(org.wikibrain.phrases.BasePhraseAnalyzer.RecordType ltype,
File input,
PrunedCounts.Pruner pruner) |
protected void |
BasePhraseAnalyzer.writePage(List<BasePhraseAnalyzer.Entry> pageCounts,
PrunedCounts.Pruner pruner) |
protected void |
BasePhraseAnalyzer.writePhrase(List<BasePhraseAnalyzer.Entry> pageCounts,
PrunedCounts.Pruner pruner) |
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) |
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) |
BasePhraseAnalyzer(PhraseAnalyzerDao phraseDao,
org.wikibrain.core.dao.LocalPageDao pageDao,
PrunedCounts.Pruner<String> phrasePruner,
PrunedCounts.Pruner<Integer> pagePruner) |
StanfordPhraseAnalyzer(PhraseAnalyzerDao phraseDao,
org.wikibrain.core.dao.LocalPageDao pageDao,
PrunedCounts.Pruner<String> phrasePruner,
PrunedCounts.Pruner<Integer> pagePruner,
File path) |
StanfordPhraseAnalyzer(PhraseAnalyzerDao phraseDao,
org.wikibrain.core.dao.LocalPageDao pageDao,
PrunedCounts.Pruner<String> phrasePruner,
PrunedCounts.Pruner<Integer> pagePruner,
File path) |
Copyright © 2018. All rights reserved.