Interface | Description |
---|---|
PhraseAnalyzer |
Given a page, returns the most common phrases
|
PhraseAnalyzerDao |
Stores and retrieves information related to phrase to page relationships.
|
PhraseCorpus | |
PrunedCounts.Pruner<K> |
Prunes counts down.
|
Class | Description |
---|---|
AnchorTextPhraseAnalyzer |
Loads phrase to page mapping using anchor phrase in wiki links.
|
AnchorTextPhraseAnalyzer.Provider | |
BasePhraseAnalyzer |
Base implementation of a phrase analyzer.
|
BasePhraseAnalyzer.Entry |
An entry in the phrase corpus.
|
CascadingAnalyzer | |
CascadingAnalyzer.Provider |
Use a Provider to get configuration in phrases.analyzer.
|
LinkProbabilityDao | |
LinkProbabilityDao.Provider | |
LucenePhraseAnalyzer |
Using Lucene in a phrase analyzer.
|
LucenePhraseAnalyzer.Provider |
Use a Provider to get configuration in phrases.analyzer.
|
NormalizedStringPruner |
Extends the simple pruner by treating two strings that have the
same "normalized" version as the same.
|
NormalizedStringPruner.Provider | |
OldLucenePhraseAnalyzer |
Using Lucene in a phrase analyzer.
|
OldLucenePhraseAnalyzer.Provider | |
PhraseAnalyzerLangDao |
Persists information about phrases to page relationships using an object database.
|
PhraseAnalyzerObjectDbDao |
Persists information about phrases to page relationships using an object database.
|
PhraseAnalyzerObjectDbDao.Provider | |
PhraseTokenizer | |
PrunedCounts<K> |
An ordered map by
Captures the top-k entries, by count, but also remembers the total count.
|
SimplePruner<K> |
A simple pruner for PrunedCounts.
|
SimplePruner.Provider | |
StanfordPhraseAnalyzer |
Loads phrase to page files from Indexes files from
http://www-nlp.stanford.edu/pubs/crosswikis-data.tar.bz2/
into a PhraseAnalyzer
These files capture anchor phrase associated with web pages that link to Wikipedia.
|
StanfordPhraseAnalyzer.Provider | |
TitleRedirectPhraseAnalyzer |
Implements a deterministic phrase analyzer that returns either a single Wikipedia entity or nothing
based on titles and/or redirects.
|
TitleRedirectPhraseAnalyzer.Provider |
Copyright © 2016. All rights reserved.