Uses of Class
gov.llnl.ontology.wordnet.Synset.PartsOfSpeech

Packages that use Synset.PartsOfSpeech
gov.llnl.ontology.wordnet   
 

Uses of Synset.PartsOfSpeech in gov.llnl.ontology.wordnet
 

Fields in gov.llnl.ontology.wordnet with type parameters of type Synset.PartsOfSpeech
static Map<String,Synset.PartsOfSpeech> WordNetCorpusReader.POS_MAP
          A simple mapping from part of speech characters their respective ParstOfSpeech enumerations.
 

Methods in gov.llnl.ontology.wordnet that return Synset.PartsOfSpeech
static Synset.PartsOfSpeech Synset.PartsOfSpeech.fromId(String label)
          Returns the Synset.PartsOfSpeech corresponding to one of the symbols used in the WordNet dictionary files.
static Synset.PartsOfSpeech Synset.PartsOfSpeech.fromPennTag(String pos)
          Returns the Synset.PartsOfSpeech form of the part of speech tag for the given penn tree bank part of speech tag.
 Synset.PartsOfSpeech Synset.getPartOfSpeech()
          Returns the Synset.PartsOfSpeech attributed to this Synset
 Synset.PartsOfSpeech BaseSynset.getPartOfSpeech()
          Returns the Synset.PartsOfSpeech attributed to this Synset
static Synset.PartsOfSpeech Synset.PartsOfSpeech.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Synset.PartsOfSpeech[] Synset.PartsOfSpeech.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in gov.llnl.ontology.wordnet with parameters of type Synset.PartsOfSpeech
 Set<Synset> WordNetCorpusReader.allSynsets(Synset.PartsOfSpeech pos)
          Returns a Set of all Synsets for the given Synset.PartsOfSpeech maintained by this OntologyReader.
 Set<Synset> OntologyReader.allSynsets(Synset.PartsOfSpeech pos)
          Returns a Set of all Synsets for the given Synset.PartsOfSpeech maintained by this OntologyReader.
 Set<Synset> UnsupportedOntologyReader.allSynsets(Synset.PartsOfSpeech pos)
           
 Set<Synset> OntologyReaderAdaptor.allSynsets(Synset.PartsOfSpeech pos)
          
 double FileBasedInformationContent.contentForPartOfSpeech(Synset.PartsOfSpeech pos)
          Returns the raw content counts for a given Synset.PartsOfSpeech
 double InformationContent.contentForPartOfSpeech(Synset.PartsOfSpeech pos)
          Returns the raw content counts for a given Synset.PartsOfSpeech
 int WordNetCorpusReader.getMaxDepth(Synset.PartsOfSpeech pos)
          Returns the maximum depth of any Synset chain in this OntologyReader.
 int OntologyReader.getMaxDepth(Synset.PartsOfSpeech pos)
          Returns the maximum depth of any Synset chain in this OntologyReader.
 int UnsupportedOntologyReader.getMaxDepth(Synset.PartsOfSpeech pos)
           
 int OntologyReaderAdaptor.getMaxDepth(Synset.PartsOfSpeech pos)
          
 Synset WordNetCorpusReader.getSynset(String lemma, Synset.PartsOfSpeech pos, int senseNum)
          Returns the single Synset specified by the given lemma name, part of speech tag, and sense number.
 Synset OntologyReader.getSynset(String lemma, Synset.PartsOfSpeech pos, int senseNum)
          Returns the single Synset specified by the given lemma name, part of speech tag, and sense number.
 Synset UnsupportedOntologyReader.getSynset(String lemma, Synset.PartsOfSpeech pos, int senseNum)
           
 Synset OntologyReaderAdaptor.getSynset(String lemma, Synset.PartsOfSpeech pos, int senseNum)
          
 Synset[] WordNetCorpusReader.getSynsets(String lemma, Synset.PartsOfSpeech pos)
          Returns all Synsets that match the given lemma name and part of speech.
 Synset[] OntologyReader.getSynsets(String lemma, Synset.PartsOfSpeech pos)
          Returns all Synsets that match the given lemma name and part of speech.
 Synset[] UnsupportedOntologyReader.getSynsets(String lemma, Synset.PartsOfSpeech pos)
           
 Synset[] OntologyReaderAdaptor.getSynsets(String lemma, Synset.PartsOfSpeech pos)
          
 Synset[] WordNetCorpusReader.getSynsets(String lemma, Synset.PartsOfSpeech pos, boolean useMorphy)
          Returns all Synsets that match the given lemma name and part of speech.
 Synset[] OntologyReader.getSynsets(String lemma, Synset.PartsOfSpeech pos, boolean useMorphy)
          Returns all Synsets that match the given lemma name and part of speech.
 Iterator<String> WordNetCorpusReader.morphy(String form, Synset.PartsOfSpeech pos)
          Returns an Iterator over the possible morphological variations of the given word form for a given Synset.PartsOfSpeech.
 Iterator<String> OntologyReader.morphy(String form, Synset.PartsOfSpeech pos)
          Returns an Iterator over the possible morphological variations of the given word form for a given Synset.PartsOfSpeech.
 Iterator<String> UnsupportedOntologyReader.morphy(String form, Synset.PartsOfSpeech pos)
           
 Iterator<String> OntologyReaderAdaptor.morphy(String form, Synset.PartsOfSpeech pos)
          
 Set<String> WordNetCorpusReader.wordnetTerms(Synset.PartsOfSpeech pos)
          Returns a Set of lemmas that the current word net instance is aware of for a particular Synset.PartsOfSpeech.
 Set<String> OntologyReader.wordnetTerms(Synset.PartsOfSpeech pos)
          Returns a Set of lemmas that the current word net instance is aware of for a particular Synset.PartsOfSpeech.
 Set<String> UnsupportedOntologyReader.wordnetTerms(Synset.PartsOfSpeech pos)
           
 Set<String> OntologyReaderAdaptor.wordnetTerms(Synset.PartsOfSpeech pos)
          
 

Constructors in gov.llnl.ontology.wordnet with parameters of type Synset.PartsOfSpeech
BaseSynset(int offset, Synset.PartsOfSpeech pos)
          Creates a BaseSynset with a byte offset value.
BaseSynset(Synset.PartsOfSpeech pos)
          Creates an empty BaseSynset.
 



Copyright © 2010-2011. All Rights Reserved.