Package | Description |
---|---|
org.wikibrain.sr.vector | |
org.wikibrain.sr.word2vec |
Modifier and Type | Class and Description |
---|---|
class |
ESAGenerator |
class |
LinkGenerator
Generates a sparse vector containing a "1" for each inbound or outbound link
for a page.
|
class |
MostSimilarConceptsGenerator
Generates an
|
Modifier and Type | Field and Description |
---|---|
protected VectorGenerator |
VectorBasedSRMetric.generator |
Modifier and Type | Method and Description |
---|---|
VectorGenerator |
MostSimilarConceptsGenerator.Provider.get(String name,
com.typesafe.config.Config config,
Map<String,String> runtimeParams) |
VectorGenerator |
LinkGenerator.Provider.get(String name,
com.typesafe.config.Config config,
Map<String,String> runtimeParams) |
VectorGenerator |
ESAGenerator.Provider.get(String name,
com.typesafe.config.Config config,
Map<String,String> runtimeParams) |
VectorGenerator |
VectorBasedSRMetric.getGenerator() |
Constructor and Description |
---|
FancyPhraseVectorBasedSRMetric(String name,
Language language,
LocalPageDao dao,
Disambiguator disambig,
VectorGenerator generator,
VectorSimilarity similarity,
PhraseVectorCreator creator) |
VectorBasedSRMetric(String name,
Language language,
LocalPageDao dao,
Disambiguator disambig,
VectorGenerator generator,
VectorSimilarity similarity) |
Modifier and Type | Class and Description |
---|---|
class |
Word2VecGenerator
Reads in a word2vec model in the "standard" file format.
|
Modifier and Type | Method and Description |
---|---|
VectorGenerator |
Word2VecGenerator.Provider.get(String name,
com.typesafe.config.Config config,
Map<String,String> runtimeParams) |
Modifier and Type | Method and Description |
---|---|
Class<VectorGenerator> |
Word2VecGenerator.Provider.getType() |
Constructor and Description |
---|
Word2VecMetric(String name,
Language language,
LocalPageDao dao,
Disambiguator disambig,
VectorGenerator generator,
VectorSimilarity similarity) |
Copyright © 2014. All rights reserved.