Modifier and Type | Class and Description |
---|---|
class |
BaseSRMetric
This abstract class provides many useful building blocks for Monolingual SR Metrics.
|
Modifier and Type | Method and Description |
---|---|
SRMetric |
SRBuilder.getMetric() |
SRMetric |
SRBuilder.getMetric(String name) |
Modifier and Type | Class and Description |
---|---|
class |
CategoryGraphSimilarity |
Modifier and Type | Method and Description |
---|---|
SRMetric |
CategoryGraphSimilarity.Provider.get(String name,
com.typesafe.config.Config config,
Map<String,String> runtimeParams) |
Constructor and Description |
---|
SimilarityDisambiguator(PhraseAnalyzer phraseAnalyzer,
SRMetric metric) |
Modifier and Type | Class and Description |
---|---|
class |
EnsembleMetric |
Modifier and Type | Method and Description |
---|---|
SRMetric |
EnsembleMetric.Provider.get(String name,
com.typesafe.config.Config config,
Map<String,String> runtimeParams) |
Modifier and Type | Method and Description |
---|---|
List<SRMetric> |
EnsembleMetric.getMetrics() |
Constructor and Description |
---|
EnsembleMetric(String name,
Language language,
List<SRMetric> metrics,
Ensemble ensemble,
Disambiguator disambiguator,
LocalPageDao pageHelper) |
Modifier and Type | Class and Description |
---|---|
static class |
PretrainedSRFactory.PretrainedMetric |
Modifier and Type | Method and Description |
---|---|
SRMetric |
PretrainedSRFactory.create() |
SRMetric |
MonolingualSRFactory.create()
Creates a new, uninitialized SR metric.
|
SRMetric |
ConfigMonolingualSRFactory.create() |
Constructor and Description |
---|
PretrainedSRFactory.PretrainedMetric(SRMetric delegate) |
PretrainedSRFactory(SRMetric metric) |
Modifier and Type | Class and Description |
---|---|
class |
MilneWittenMetric
Generates a sparse vector containing both inbound and outbound links
for a page.
|
class |
SimpleMilneWitten |
Modifier and Type | Method and Description |
---|---|
SRMetric |
SimpleMilneWitten.Provider.get(String name,
com.typesafe.config.Config config,
Map<String,String> runtimeParams) |
SRMetric |
MilneWittenMetric.Provider.get(String name,
com.typesafe.config.Config config,
Map<String,String> runtimeParams) |
Modifier and Type | Method and Description |
---|---|
Class<SRMetric> |
SimpleMilneWitten.Provider.getType() |
Constructor and Description |
---|
MilneWittenDisambiguator(LocalPageDao pageDao,
PhraseAnalyzer analyzer,
SRMetric metric)
Construct a new disambiguator that uses a particular metric.
|
MilneWittenMetric(String name,
Language language,
LocalPageDao dao,
SRMetric inlink,
SRMetric outlink,
Disambiguator dab) |
Modifier and Type | Method and Description |
---|---|
void |
SrNormalizers.trainMostSimilar(SRMetric metric,
Disambiguator disambiguator,
Dataset dataset,
gnu.trove.set.TIntSet validIds,
int maxResults) |
void |
SrNormalizers.trainSimilarity(SRMetric metric,
Dataset dataset) |
Modifier and Type | Class and Description |
---|---|
class |
FancyPhraseVectorBasedSRMetric |
class |
VectorBasedSRMetric
An SR metric that represents phrases and pages using sparse numeric vectors.
|
Modifier and Type | Method and Description |
---|---|
SRMetric |
VectorBasedSRMetric.Provider.get(String name,
com.typesafe.config.Config config,
Map<String,String> runtimeParams) |
SRMetric |
FancyPhraseVectorBasedSRMetric.Provider.get(String name,
com.typesafe.config.Config config,
Map<String,String> runtimeParams) |
Constructor and Description |
---|
MostSimilarConceptsGenerator(Language language,
LocalPageDao pageDao,
SRMetric baseMetric,
int numConcepts) |
Constructor and Description |
---|
MilneWittenWikifier(SRMetric metric,
AnchorTextPhraseAnalyzer pa,
LocalPageDao lpd,
RawPageDao rpd,
LocalLinkDao lld,
LinkProbabilityDao linkProbDao) |
WebSailWikifier(Wikifier identityWikifier,
RawPageDao rawPageDao,
LocalLinkDao linkDao,
LinkProbabilityDao linkProbDao,
PhraseAnalyzerDao phraseDao,
SRMetric metric) |
Modifier and Type | Class and Description |
---|---|
class |
Word2VecMetric |
Copyright © 2014. All rights reserved.