Modifier and Type | Class and Description |
---|---|
class |
AnchorTextPhraseAnalyzer
Loads phrase to page mapping using anchor phrase in wiki links.
|
class |
BasePhraseAnalyzer
Base implementation of a phrase analyzer.
|
class |
CascadingAnalyzer |
class |
LucenePhraseAnalyzer
Using Lucene in a phrase analyzer.
|
class |
OldLucenePhraseAnalyzer
Using Lucene in a phrase analyzer.
|
class |
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.
|
class |
TitleRedirectPhraseAnalyzer
Implements a deterministic phrase analyzer that returns either a single Wikipedia entity or nothing
based on titles and/or redirects.
|
Modifier and Type | Method and Description |
---|---|
PhraseAnalyzer |
TitleRedirectPhraseAnalyzer.Provider.get(String name,
com.typesafe.config.Config config,
Map<String,String> runtimeParams) |
PhraseAnalyzer |
StanfordPhraseAnalyzer.Provider.get(String name,
com.typesafe.config.Config config,
Map<String,String> runtimeParams) |
PhraseAnalyzer |
OldLucenePhraseAnalyzer.Provider.get(String name,
com.typesafe.config.Config config,
Map<String,String> runtimeParams) |
PhraseAnalyzer |
LucenePhraseAnalyzer.Provider.get(String name,
com.typesafe.config.Config config,
Map<String,String> runtimeParams) |
PhraseAnalyzer |
CascadingAnalyzer.Provider.get(String name,
com.typesafe.config.Config config,
Map<String,String> runtimeParams) |
PhraseAnalyzer |
AnchorTextPhraseAnalyzer.Provider.get(String name,
com.typesafe.config.Config config,
Map<String,String> runtimeParams) |
Modifier and Type | Method and Description |
---|---|
Class<PhraseAnalyzer> |
OldLucenePhraseAnalyzer.Provider.getType() |
Class<PhraseAnalyzer> |
LucenePhraseAnalyzer.Provider.getType() |
Class<PhraseAnalyzer> |
CascadingAnalyzer.Provider.getType() |
Constructor and Description |
---|
CascadingAnalyzer(PhraseAnalyzer[] delegates) |
Copyright © 2016. All rights reserved.