Modifier and Type | Method and Description |
---|---|
BasePhraseAnalyzer.Entry |
StanfordPhraseAnalyzer.Iter.next() |
BasePhraseAnalyzer.Entry |
AnchorTextPhraseAnalyzer.Iter.next() |
Modifier and Type | Method and Description |
---|---|
protected Iterable<BasePhraseAnalyzer.Entry> |
StanfordPhraseAnalyzer.getCorpus(org.wikibrain.core.lang.LanguageSet langs)
Loads a single Stanford phrase file into the database.
|
protected abstract Iterable<BasePhraseAnalyzer.Entry> |
BasePhraseAnalyzer.getCorpus(org.wikibrain.core.lang.LanguageSet langs)
Concrete implementations must override this method to determine what phrases
are stored.
|
Iterable<BasePhraseAnalyzer.Entry> |
AnchorTextPhraseAnalyzer.getCorpus(org.wikibrain.core.lang.LanguageSet langs)
Loads language links into the database.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BasePhraseAnalyzer.writePage(List<BasePhraseAnalyzer.Entry> pageCounts,
PrunedCounts.Pruner pruner) |
protected void |
BasePhraseAnalyzer.writePhrase(List<BasePhraseAnalyzer.Entry> pageCounts,
PrunedCounts.Pruner pruner) |
Copyright © 2016. All rights reserved.