Skip navigation links
A C D E F G H I L N S T U V W X Y 

G

GermaNet - Class in de.tuebingen.uni.sfs.germanet.api
Provides high-level look-up access to GermaNet data.
GermaNet(String) - Constructor for class de.tuebingen.uni.sfs.germanet.api.GermaNet
Constructs a new GermaNet object by loading the the data files in the specified directory/archive path name - searches are case sensitive.
GermaNet(String, boolean) - Constructor for class de.tuebingen.uni.sfs.germanet.api.GermaNet
Constructs a new GermaNet object by loading the the data files in the specified directory/archive path name.
GermaNet(File) - Constructor for class de.tuebingen.uni.sfs.germanet.api.GermaNet
Constructs a new GermaNet object by loading the the data files in the specified directory/archive File - searches are case sensitive.
GermaNet(File, boolean) - Constructor for class de.tuebingen.uni.sfs.germanet.api.GermaNet
Constructs a new GermaNet object by loading the the data files in the specified directory/archive File.
getAllOrthForms() - Method in class de.tuebingen.uni.sfs.germanet.api.Synset
Returns a List of all (old) orthographic forms and variants contained in all LexUnits of this Synset.
getCompoundInfo() - Method in class de.tuebingen.uni.sfs.germanet.api.LexUnit
Return the CompoundInfo for this LexUnit, if it exists.
getData() - Method in class de.tuebingen.uni.sfs.germanet.api.Frame
Returns this Frame's data.
getDir() - Method in class de.tuebingen.uni.sfs.germanet.api.GermaNet
Gets the absolute path name of the directory where the GermaNet data files are stored.
getEnglishSynonyms() - Method in class de.tuebingen.uni.sfs.germanet.api.IliRecord
Returns a List of this IliRecord's English synonyms from PWN 2.0.
getEwnRelation() - Method in class de.tuebingen.uni.sfs.germanet.api.IliRecord
Returns the EuroWordNet cross-language relation of this IliRecord.
getExamples() - Method in class de.tuebingen.uni.sfs.germanet.api.LexUnit
Returns a List of this LexUnit's Examples.
getFrame() - Method in class de.tuebingen.uni.sfs.germanet.api.Example
Return the Frame as String of this Example.
getFrames() - Method in class de.tuebingen.uni.sfs.germanet.api.LexUnit
Returns a List of this LexUnit's Frames.
getHead() - Method in class de.tuebingen.uni.sfs.germanet.api.CompoundInfo
Returns the head of the compound
getHeadProperty() - Method in class de.tuebingen.uni.sfs.germanet.api.CompoundInfo
Returns the CompoundProperty of the head or null if it has not been set
getId() - Method in class de.tuebingen.uni.sfs.germanet.api.LexUnit
Returns the unique identifier of this LexUnit.
getId() - Method in class de.tuebingen.uni.sfs.germanet.api.Synset
Return the unique identifier for this Synset.
getIliRecords() - Method in class de.tuebingen.uni.sfs.germanet.api.GermaNet
Returns a List of all IliRecords.
getIliRecords() - Method in class de.tuebingen.uni.sfs.germanet.api.LexUnit
Return a List of IliRecords for this LexUnit.
getIliRecords() - Method in class de.tuebingen.uni.sfs.germanet.api.Synset
Returns a List of all of the IliRecords that this Synset is associated with.
getLexUnitByID(int) - Method in class de.tuebingen.uni.sfs.germanet.api.GermaNet
Returns the LexUnit with id, or null if it is not found.
getLexUnitId() - Method in class de.tuebingen.uni.sfs.germanet.api.IliRecord
Returns the identifier of the LexUnit corresponding to this IliRecord.
getLexUnitId() - Method in class de.tuebingen.uni.sfs.germanet.api.WiktionaryParaphrase
Returns the identifier of the LexUnit corresponding to this WiktionaryParaphrase.
getLexUnits(String) - Method in class de.tuebingen.uni.sfs.germanet.api.GermaNet
Returns a List of all LexUnits in which orthForm occurs as main orthographical form, as orthographical variant, as old orthographical form, or as old orthographic variant.
getLexUnits(String, boolean) - Method in class de.tuebingen.uni.sfs.germanet.api.GermaNet
Returns a List of all LexUnits in which orthForm occurs as main orthographical form -- in case considerAllOrthForms is true.
getLexUnits(String, WordCategory) - Method in class de.tuebingen.uni.sfs.germanet.api.GermaNet
Returns a List of all LexUnits with the specified WordCategory in which orthForm occurs as as main orthographical form, as orthographical variant, as old orthographical form, or as old orthographic variant.
getLexUnits(String, WordCategory, boolean) - Method in class de.tuebingen.uni.sfs.germanet.api.GermaNet
Returns a List of all LexUnits with the specified WordCategory in which orthForm occurs as main orthographical form -- in case considerAllOrthForms is true.
getLexUnits(WordCategory) - Method in class de.tuebingen.uni.sfs.germanet.api.GermaNet
Returns a List of all LexUnits in the specified wordCategory.
getLexUnits() - Method in class de.tuebingen.uni.sfs.germanet.api.GermaNet
Returns a List of all LexUnits.
getLexUnits() - Method in class de.tuebingen.uni.sfs.germanet.api.Synset
Returns a List of this Synset's LexUnits.
getLexUnitsWithCompoundInfo() - Method in class de.tuebingen.uni.sfs.germanet.api.GermaNet
 
getModifier1() - Method in class de.tuebingen.uni.sfs.germanet.api.CompoundInfo
Returns the first modifier of the compound
getModifier1Category() - Method in class de.tuebingen.uni.sfs.germanet.api.CompoundInfo
Returns the CompoundCategory of the first modifier or null if it has not been set
getModifier1Property() - Method in class de.tuebingen.uni.sfs.germanet.api.CompoundInfo
Returns the CompoundProperty of the first modifier or null if it has not been set
getModifier2() - Method in class de.tuebingen.uni.sfs.germanet.api.CompoundInfo
Returns the second, alternative modifier of the compound or null if it has not been set
getModifier2Category() - Method in class de.tuebingen.uni.sfs.germanet.api.CompoundInfo
Returns the CompoundCategory of the second modifier or null if it has not been set
getModifier2Property() - Method in class de.tuebingen.uni.sfs.germanet.api.CompoundInfo
Returns the CompoundProperty of the second modifier or null if it has not been set
getOldOrthForm() - Method in class de.tuebingen.uni.sfs.germanet.api.LexUnit
Returns the old orthographic form of this LexUnit.
getOldOrthVar() - Method in class de.tuebingen.uni.sfs.germanet.api.LexUnit
Returns the old orthographic variant of this LexUnit.
getOrthForm() - Method in class de.tuebingen.uni.sfs.germanet.api.LexUnit
Returns the orthographic form of this LexUnit.
getOrthForms() - Method in class de.tuebingen.uni.sfs.germanet.api.LexUnit
Returns a List of all orthographic forms of this LexUnit (i.e.
getOrthVar() - Method in class de.tuebingen.uni.sfs.germanet.api.LexUnit
Returns the orthographic variant of this LexUnit.
getParaphrase() - Method in class de.tuebingen.uni.sfs.germanet.api.Synset
Returns this Synset's paraphrase (can be empty).
getParaphrases() - Method in class de.tuebingen.uni.sfs.germanet.api.Synset
Returns this Synset's paraphrases (can be empty).
getPwn20Id() - Method in class de.tuebingen.uni.sfs.germanet.api.IliRecord
Returns the identifier of the corresponding English word from PWN 2.0.
getPwn20paraphrase() - Method in class de.tuebingen.uni.sfs.germanet.api.IliRecord
Returns the paraphrase for this word from PWN 2.0.
getPwn30Id() - Method in class de.tuebingen.uni.sfs.germanet.api.IliRecord
Returns the identifier of the corresponding English word from PWN 3.0.
getPwnWord() - Method in class de.tuebingen.uni.sfs.germanet.api.IliRecord
Returns the corresponding English word from PWN 2.0 (can be null, in which case seegetEnglishSynonyms()).
getRelatedLexUnits(LexRel) - Method in class de.tuebingen.uni.sfs.germanet.api.LexUnit
Returns a List of LexUnits that have the relation type to this LexUnit.
getRelatedLexUnits() - Method in class de.tuebingen.uni.sfs.germanet.api.LexUnit
Returns a List of all of the LexUnits that this LexUnit has any relation to.
getRelatedSynsets(ConRel) - Method in class de.tuebingen.uni.sfs.germanet.api.Synset
Returns a List of this Synset's relations of type type.
getRelatedSynsets() - Method in class de.tuebingen.uni.sfs.germanet.api.Synset
Returns a List of all of the Synsets that this Synset has any relation to.
getSense() - Method in class de.tuebingen.uni.sfs.germanet.api.LexUnit
Returns the sense number of this LexUnit.
getSource() - Method in class de.tuebingen.uni.sfs.germanet.api.IliRecord
Returns the source of the IliRecord.
getSource() - Method in class de.tuebingen.uni.sfs.germanet.api.LexUnit
Returns the source of this LexUnit.
getSynonyms() - Method in class de.tuebingen.uni.sfs.germanet.api.LexUnit
Returns the synonyms of this LexUnit - a List of LexUnits that are part of this LexUnit's Synset.
getSynset() - Method in class de.tuebingen.uni.sfs.germanet.api.LexUnit
Returns the Synset to which this LexUnit belongs.
getSynsetByID(int) - Method in class de.tuebingen.uni.sfs.germanet.api.GermaNet
Returns the Synset with id, or null if it is not found.
getSynsets() - Method in class de.tuebingen.uni.sfs.germanet.api.GermaNet
Returns a List of all Synsets.
getSynsets(String) - Method in class de.tuebingen.uni.sfs.germanet.api.GermaNet
Returns a List of all Synsets in which orthForm occurs as main orthographical form, as orthographical variant, as old orthographical form, or as old orthographic variant in one of its LexUnits, using the ignoreCase flag as set in the constructor.
getSynsets(String, boolean) - Method in class de.tuebingen.uni.sfs.germanet.api.GermaNet
Returns a List of all Synsets in which orthForm occurs as main orthographical form in one of its LexUnits -- in case considerAllOrthForms is true.
getSynsets(String, WordCategory) - Method in class de.tuebingen.uni.sfs.germanet.api.GermaNet
Returns a List of all Synsets with the specified WordCategory in which orthForm occurs as main orthographical form, as orthographical variant, as old orthographical form, or as old orthographic variant in one of its LexUnits.
getSynsets(String, WordCategory, boolean) - Method in class de.tuebingen.uni.sfs.germanet.api.GermaNet
Returns a List of all Synsets with the specified WordCategory in which orthForm occurs as main orthographical form in one of its LexUnits -- in case considerAllOrthForms is true.
getSynsets(WordCategory) - Method in class de.tuebingen.uni.sfs.germanet.api.GermaNet
Returns a List of all Synsets in the specified wordCategory.
getSynsets(WordClass) - Method in class de.tuebingen.uni.sfs.germanet.api.GermaNet
Returns a List of all Synsets in the specified wordClass.
getText() - Method in class de.tuebingen.uni.sfs.germanet.api.Example
Return this Example's text.
getTransRelatedSynsets(ConRel) - Method in class de.tuebingen.uni.sfs.germanet.api.Synset
Returns the transitive closure of all relations of type type to this Synset.
getWiktionaryId() - Method in class de.tuebingen.uni.sfs.germanet.api.WiktionaryParaphrase
Returns the unique identifier of this WiktionaryParaphrase.
getWiktionaryParaphrases() - Method in class de.tuebingen.uni.sfs.germanet.api.GermaNet
Returns a List of all WiktionaryParaphrases.
getWiktionaryParaphrases() - Method in class de.tuebingen.uni.sfs.germanet.api.LexUnit
Return a List of WiktionaryParaphrases for this LexUnit.
getWiktionarySense() - Method in class de.tuebingen.uni.sfs.germanet.api.WiktionaryParaphrase
Returns the Wiktionary sense definition.
getWiktionarySenseId() - Method in class de.tuebingen.uni.sfs.germanet.api.WiktionaryParaphrase
Returns the unique identifier of the Wiktionary sense.
getWordCategory() - Method in class de.tuebingen.uni.sfs.germanet.api.LexUnit
Return the WordCategory of this LexUnit.
getWordCategory() - Method in class de.tuebingen.uni.sfs.germanet.api.Synset
Returns the WordCategory that this Synset belongs to.
getWordClass() - Method in class de.tuebingen.uni.sfs.germanet.api.LexUnit
Return the WordClass of this LexUnit.
getWordClass() - Method in class de.tuebingen.uni.sfs.germanet.api.Synset
Returns the WordClass that this Synset belongs to.
A C D E F G H I L N S T U V W X Y 
Skip navigation links