|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of OntologyReader in gov.llnl.ontology.mains |
---|
Fields in gov.llnl.ontology.mains declared as OntologyReader | |
---|---|
OntologyReader |
DecentralizedSearch.DistanceMatrix.reader
|
Methods in gov.llnl.ontology.mains with parameters of type OntologyReader | |
---|---|
void |
ExtendWordNet.extendWordNet(OntologyReader wordnet)
|
static DecentralizedSearch.DistanceMatrix |
DecentralizedSearch.readSynsetDistances(String distanceFile,
int numSynsets,
OntologyReader reader)
|
static int |
DecentralizedSearch.searchFromNeighbors(Set<String> nextTags,
Set<String> goalTags,
int maxLength,
DecentralizedSearch.TagGraph graph,
DecentralizedSearch.DistanceMatrix distanceMatrix,
OntologyReader reader)
|
Constructors in gov.llnl.ontology.mains with parameters of type OntologyReader | |
---|---|
CountTermsWithWordNetParents(OntologyReader wordnet,
edu.ucla.sspace.dependency.DependencyExtractor extractor)
|
|
DecentralizedSearch.DistanceMatrix(OntologyReader reader,
int numSynsets)
|
|
ExtendWordNet(OntologyReader wordnet,
edu.ucla.sspace.dependency.DependencyExtractor extractor,
edu.ucla.sspace.dv.DependencyPathBasisMapping basis,
edu.ucla.sspace.dependency.DependencyTreeTransform transformer,
WordNetBuilder wordnetBuilder,
int numSimilarityScores)
Constructs a new ExtendWordNet instance. |
Uses of OntologyReader in gov.llnl.ontology.wordnet |
---|
Classes in gov.llnl.ontology.wordnet that implement OntologyReader | |
---|---|
class |
OntologyReaderAdaptor
This OntologyReader adaptor class allows sub classes to easily
override specific functionality of a OntologyReader . |
class |
TagLinkedOntologyReader
This OntologyReader provides a mapping between a set of document tags
and a set of Sysnet names. |
class |
UnsupportedOntologyReader
An OntologyReader that throws UnsupportedOperationException
for every method call. |
class |
WordNetCorpusReader
This class acts as the central interface for the WordNet dictionary. |
Fields in gov.llnl.ontology.wordnet declared as OntologyReader | |
---|---|
protected OntologyReader |
OntologyReaderAdaptor.reader
The original OntologyReader that is to be decorated. |
Methods in gov.llnl.ontology.wordnet with parameters of type OntologyReader | |
---|---|
static edu.ucla.sspace.util.Duple<Synset,Double> |
SynsetRelations.bestAttachmentPoint(OntologyReader wordnet,
String[] attachmentLocations,
double[] attachmentScores,
Map<String,Double> cousinScores,
double lambda)
Returns the Synset , the liklihood of this being the best parent,
which is the best attachment point based on the set of possible hypernym
lemmas. |
static edu.ucla.sspace.util.Duple<Synset,Double> |
SynsetRelations.bestAttachmentPointWithError(OntologyReader wordnet,
String[] attachmentLocations,
double[] attachmentScores,
double lambda)
|
void |
OntologyWriter.saveOntology(OntologyReader reader,
String outputDir)
Saves all of the Synset s mapped by reader into dictionary
files based in the directory designated by outputDir . |
void |
WordNetCorpusWriter.saveOntology(OntologyReader reader,
String outputDir)
Saves the Wordnet lexical mappings to the standard wordnet data format. |
Constructors in gov.llnl.ontology.wordnet with parameters of type OntologyReader | |
---|---|
OntologyReaderAdaptor(OntologyReader reader)
Constructs a new OntologyReaderAdaptor over the given OntologyReader . |
|
TagLinkedOntologyReader(OntologyReader reader,
Map<String,String> tagMap)
Conctructs a new TagLinkedOntologyReader that decorates the given
OntologyReader with a mapping from tags to Synset names
as detailed by tagMap . |
Uses of OntologyReader in gov.llnl.ontology.wordnet.builder |
---|
Methods in gov.llnl.ontology.wordnet.builder with parameters of type OntologyReader | |
---|---|
void |
OntologicalSortWordNetBuilder.addTerms(OntologyReader wordnet,
BuilderScorer scorer)
|
void |
UnorderedWordNetBuilder.addTerms(OntologyReader wordnet,
BuilderScorer scorer)
|
void |
WordNetBuilder.addTerms(OntologyReader wordnet,
BuilderScorer scorer)
|
void |
DepthFirstBnBWordNetBuilder.addTerms(OntologyReader wordnet,
BuilderScorer scorer)
|
void |
TermToAdd.checkParentsInWordNet(OntologyReader wordnet)
|
void |
BuilderScorer.scoreAdditions(OntologyReader wordnet)
|
Constructors in gov.llnl.ontology.wordnet.builder with parameters of type OntologyReader | |
---|---|
DepthFirstBnBWordNetBuilder(OntologyReader wordnet,
boolean compareInWn,
boolean order)
|
|
OntologicalSortWordNetBuilder(OntologyReader wordnet,
boolean compareInWn)
|
|
UnorderedWordNetBuilder(OntologyReader wordnet)
|
Uses of OntologyReader in gov.llnl.ontology.wordnet.feature |
---|
Constructors in gov.llnl.ontology.wordnet.feature with parameters of type OntologyReader | |
---|---|
ExtendedSnowEtAlFeatureMaker(OntologyReader wordnet,
List<String> synsetVectorLabels)
Creates a new ExtendedSnowEtAlFeatureMaker . |
|
ExtendedSnowEtAlFeatureMaker(OntologyReader wordnet,
String senseMergedFilename,
List<String> synsetVectorLabels)
Creates a new ExtendedSnowEtAlFeatureMaker . |
|
SnowEtAlFeatureMaker(OntologyReader wordnet)
Creates a new SnowEtAlFeatureMaker . |
|
SnowEtAlFeatureMaker(OntologyReader wordnet,
String mergedInfoFilename)
Creates a new SnowEtAlFeatureMaker . |
Uses of OntologyReader in gov.llnl.ontology.wordnet.sim |
---|
Constructors in gov.llnl.ontology.wordnet.sim with parameters of type OntologyReader | |
---|---|
LeacockChodorowScaledSimilarity(OntologyReader reader)
Creates an instance of LeacockChodorowScaledSimilarity . |
|
LeacockChodorowSimilarity(OntologyReader reader)
Creates an instance of LeacockChodorowSimilarity . |
Uses of OntologyReader in gov.llnl.ontology.wordnet.wsd |
---|
Fields in gov.llnl.ontology.wordnet.wsd declared as OntologyReader | |
---|---|
protected OntologyReader |
LeskWordSenseDisambiguation.reader
The OntologyReader used to extract Synset s. |
Methods in gov.llnl.ontology.wordnet.wsd with parameters of type OntologyReader | |
---|---|
protected Synset[] |
FirstSenseDisambiguation.getSynsets(OntologyReader reader,
edu.stanford.nlp.pipeline.Annotation annot)
Returns all of the Synset s found given the word and part of
speech information, if present, in annot . |
protected Synset[] |
SlidingWindowDisambiguation.getSynsets(OntologyReader reader,
edu.stanford.nlp.pipeline.Annotation annot)
Returns all of the Synset s found given the word and part of
speech information, if present, in annot . |
void |
LeskWordSenseDisambiguation.setup(OntologyReader reader)
Initializes the WordSenseDisambiguation algorithm with the given
OntologyReader . |
void |
WordSenseDisambiguation.setup(OntologyReader reader)
Initializes the WordSenseDisambiguation algorithm with the given
OntologyReader . |
void |
ExtendedLeskWordSenseDisambiguation.setup(OntologyReader reader)
Initializes the WordSenseDisambiguation algorithm with the given
OntologyReader . |
void |
FirstSenseDisambiguation.setup(OntologyReader reader)
Initializes the WordSenseDisambiguation algorithm with the given
OntologyReader . |
void |
GraphConnectivityDisambiguation.setup(OntologyReader reader)
Initializes the WordSenseDisambiguation algorithm with the given
OntologyReader . |
void |
PersonalizedPageRankWSD.setup(OntologyReader wordnet)
Initializes the WordSenseDisambiguation algorithm with the given
OntologyReader . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |