Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
I
L
N
O
P
R
S
T
U
V
W
A
ADJECTIVE
- Static variable in class org.eml.sir.util.
Constant
Part-of-speech constant.
ADVERB
- Static variable in class org.eml.sir.util.
Constant
Part-of-speech constant.
ANY_POS
- Static variable in class org.eml.sir.util.
Constant
Part-of-speech constant.
addAntonym(WordSense)
- Method in class org.eml.sir.gn.
WordSense
Add one antonym to the antonym's list of this WordSense.
addAssociation(Synset)
- Method in class org.eml.sir.gn.
Synset
Add a association to the list of associations of this Synset.
addCausation(Synset)
- Method in class org.eml.sir.gn.
Synset
Add a causation to the list of causations of this Synset.
addEntailment(Synset)
- Method in class org.eml.sir.gn.
Synset
Add a entailment to the list of entailments of this Synset.
addHolonym(Synset)
- Method in class org.eml.sir.gn.
Synset
Add a holonym to the list of holonyms of this Synset.
addHyperonym(Synset)
- Method in class org.eml.sir.gn.
Synset
Add a hyperonym to the list of hyperonyms of this Synset.
addHyponym(Synset)
- Method in class org.eml.sir.gn.
Synset
Add a hyponym to the list of hyponyms of this Synset.
addMeronym(Synset)
- Method in class org.eml.sir.gn.
Synset
Add a meronym to the list of meronyms of this Synset.
addWordSense(WordSense)
- Method in class org.eml.sir.gn.
Synset
Add a WordSense to the list of WordSenses of this Synset.
B
baCorpusPath
- Static variable in class org.eml.sir.util.
Constant
Home path of the BA corpus as plain text.
C
Constant
- class org.eml.sir.util.
Constant
.
Constants for the SIR project.
Constant()
- Constructor for class org.eml.sir.util.
Constant
characters(char[], int, int)
- Method in class org.eml.sir.gn.
RelationsHandler
Implementation of DefaultHandler method.
characters(char[], int, int)
- Method in class org.eml.sir.gn.
SynsetHandler
Implementation of DefaultHandler method.
compareTo(Object)
- Method in class org.eml.sir.gn.
Synset
Return a number representing the difference between this and an other synset.
compareTo(Object)
- Method in class org.eml.sir.gn.
WordSense
Return a number representing the difference between this and an other word sense.
D
discourseStopWordsFile
- Static variable in class org.eml.sir.util.
Constant
Path to the stopwords source used by GermanAnalyzer in org.eml.sir.appl.retr.IndexGen.
documentsPath
- Static variable in class org.eml.sir.util.
Constant
Path to the information retrieval documents in MMAX2 format.
dwdsPath
- Static variable in class org.eml.sir.util.
Constant
Path to the glosses source of LeskComparator.
E
endDocument()
- Method in class org.eml.sir.gn.
RelationsHandler
Implementation of DefaultHandler method.
endDocument()
- Method in class org.eml.sir.gn.
SynsetHandler
Implementation of DefaultHandler method.
endElement(String, String, String)
- Method in class org.eml.sir.gn.
RelationsHandler
Implementation of DefaultHandler method.
endElement(String, String, String)
- Method in class org.eml.sir.gn.
SynsetHandler
Implementation of DefaultHandler method.
equals(Object)
- Method in class org.eml.sir.gn.
Synset
Return wether this Synset is the same as the other one.
equals(Object)
- Method in class org.eml.sir.gn.
WordSense
Return wether this WordSense is the same as the other one.
F
FILE_SEPARATOR
- Static variable in class org.eml.sir.util.
Constant
G
GermaNetObject
- class org.eml.sir.gn.
GermaNetObject
.
An instance of GermaNetObject makes the information of the GermaNet accessible.
GermaNetObject()
- Constructor for class org.eml.sir.gn.
GermaNetObject
Create a new instance of GermaNetObject.
GermaNetObject(TreeMap, HashMap, TreeMap, HashMap, TreeMap, HashMap)
- Constructor for class org.eml.sir.gn.
GermaNetObject
Create a new instance of GermaNetObject.
GermaNetParser
- class org.eml.sir.gn.
GermaNetParser
.
Parses the XML files representing the GermaNet and builds an instance of the GermaNetObject class.
GermaNetParser()
- Constructor for class org.eml.sir.gn.
GermaNetParser
Create a new instance of GermaNetParser.
getAllSynsets(char)
- Method in class org.eml.sir.gn.
GermaNetObject
Return all Synsets of this GermaNetObject.
getAllWordSenses(char)
- Method in class org.eml.sir.gn.
GermaNetObject
Return all WordSenses of this GermaNetObject.
getAntonyms()
- Method in class org.eml.sir.gn.
WordSense
Get all antonyms of this WordSense.
getArtificial()
- Method in class org.eml.sir.gn.
WordSense
Indicates wether this WordSense is an artificial concept, not corresponding to natural word.
getAssociations()
- Method in class org.eml.sir.gn.
Synset
Get all associations of this Synset.
getCausations()
- Method in class org.eml.sir.gn.
Synset
Get all causations of this Synset.
getEntailments()
- Method in class org.eml.sir.gn.
Synset
Get Synsets that entail this Synset.
getGrapheme()
- Method in class org.eml.sir.gn.
WordSense
Get graphemic represantation of this WordSense.
getHolonyms()
- Method in class org.eml.sir.gn.
Synset
Get all holonyms of this Synset.
getHyperonyms()
- Method in class org.eml.sir.gn.
Synset
Get all hyperonyms of this Synset.
getHyponyms()
- Method in class org.eml.sir.gn.
Synset
Get all hyponyms of this Synset.
getMeronyms()
- Method in class org.eml.sir.gn.
Synset
Get all meronyms of this Synset.
getPartOfSpeech()
- Method in class org.eml.sir.gn.
Synset
Return the part of speech of this Synset.
getPartOfSpeech()
- Method in class org.eml.sir.gn.
WordSense
Get the part of speech of this WordSense.
getParticipleOf()
- Method in class org.eml.sir.gn.
WordSense
Get the WordSense of the verb that this WordSense is participle of.
getPertonym()
- Method in class org.eml.sir.gn.
WordSense
Get the WordSense that this WordSense is derived from.
getProperName()
- Method in class org.eml.sir.gn.
WordSense
Indicates wether this WordSense is a proper name.
getSense()
- Method in class org.eml.sir.gn.
WordSense
Get sense of this WordSense.
getStemmer()
- Method in class org.eml.sir.gn.
StemmingGermaNetObject
Return the stemmer of this StemmingGermaNetObject.
getStemmerName()
- Method in class org.eml.sir.gn.
StemmingGermaNetObject
Return the name of the stemmer of this StemmingGermaNetObject.
getStemming()
- Method in class org.eml.sir.gn.
StemmingGermaNetObject
Get information wether graphs of queries are stemmed before processing the query.
getStyle()
- Method in class org.eml.sir.gn.
WordSense
Indicates wether this WordSense stands out stylistically.
getSynset()
- Method in class org.eml.sir.gn.
WordSense
Get corresponding Synset.
getSynsets(String, char)
- Method in class org.eml.sir.gn.
GermaNetObject
Return a list of synsets that correlate to word senses, with the same graphemic representation and part of speech.
getSynsets(String)
- Method in class org.eml.sir.gn.
GermaNetObject
Return a list of synsets that correlate to word senses, with the same graphemic representation.
getSynsets(String, char)
- Method in class org.eml.sir.gn.
StemmingGermaNetObject
Return a list of Synsets whose word senses all refer to the same stem.
getSynsets(String)
- Method in class org.eml.sir.gn.
StemmingGermaNetObject
Return a list of Synsets whose word senses all refer to the same stem.
getSynsetsAmount(char)
- Method in class org.eml.sir.gn.
GermaNetObject
Return the number of Synsets in this GermaNetObject.
getWordSense(String, char, int)
- Method in class org.eml.sir.gn.
GermaNetObject
Return a WordSense with specified parameters.
getWordSenses(String, char)
- Method in class org.eml.sir.gn.
GermaNetObject
Return a list of word senses, which constitute a lexeme.
getWordSenses(String)
- Method in class org.eml.sir.gn.
GermaNetObject
Return a list of word senses, with the same graphemic representation.
getWordSenses(String, char, int)
- Method in class org.eml.sir.gn.
StemmingGermaNetObject
Return a list of word senses, that all refer to the same stem and the same sense.
getWordSenses(String, char)
- Method in class org.eml.sir.gn.
StemmingGermaNetObject
Return a list of word senses, that all refer to the same stem.
getWordSenses(String)
- Method in class org.eml.sir.gn.
StemmingGermaNetObject
Return a list of word senses, that all refer to the same stem.
getWordSenses()
- Method in class org.eml.sir.gn.
Synset
Get all WordSenses that depend on this Synset.
getWordSensesAmount(char)
- Method in class org.eml.sir.gn.
GermaNetObject
Return the number of WordSenses in this GermaNetObject.
gnXmlPath
- Static variable in class org.eml.sir.util.
Constant
Home path of the GermaNet XML Files.
googleKey
- Static variable in class org.eml.sir.util.
Constant
Google API key.
I
IdentityStemmer
- class org.eml.sir.util.
IdentityStemmer
.
Stemmer which returns the input String as the result.
IdentityStemmer()
- Constructor for class org.eml.sir.util.
IdentityStemmer
Create a new instance of IdentityStemmer.
icmPath
- Static variable in class org.eml.sir.util.
Constant
Path to the directory where informations concerning information content maps shall be placed.
indexDir
- Static variable in class org.eml.sir.util.
Constant
Path to the Lucene IR index info directory.
indexInfoDir
- Static variable in class org.eml.sir.util.
Constant
Path to the Lucene IR index directory.
L
LINE_SEPARATOR
- Static variable in class org.eml.sir.util.
Constant
load(String)
- Static method in class org.eml.sir.gn.
GermaNetObject
Load a serialized instance of GermaNetObject.
N
NOUN
- Static variable in class org.eml.sir.util.
Constant
Part-of-speech constant.
NOUN_VERB
- Static variable in class org.eml.sir.util.
Constant
Part-of-speech constant.
NOUN_VERB_ADJ_ADV
- Static variable in class org.eml.sir.util.
Constant
Part-of-speech constant.
nameProfessionMapFile
- Static variable in class org.eml.sir.util.
Constant
Path to the file name -> profession name map.
O
org.eml.sir.gn
- package org.eml.sir.gn
org.eml.sir.util
- package org.eml.sir.util
P
PATH_SEPARATOR
- Static variable in class org.eml.sir.util.
Constant
parse(String)
- Method in class org.eml.sir.gn.
GermaNetParser
Parse the GermaNet XML files and build a GermaNetObject.
printAssociations()
- Method in class org.eml.sir.gn.
GermaNetObject
Print diagnostic information on the standard output stream.
printInfo()
- Method in class org.eml.sir.gn.
GermaNetObject
Write some information about this GermaNetObject on the standard output stream.
printInfo()
- Method in class org.eml.sir.gn.
Synset
Prints a lot of information about this Synset in the standard output stream.
processingInstruction(String, String)
- Method in class org.eml.sir.gn.
RelationsHandler
Implementation of DefaultHandler method.
processingInstruction(String, String)
- Method in class org.eml.sir.gn.
SynsetHandler
Implementation of DefaultHandler method.
R
RelationsHandler
- class org.eml.sir.gn.
RelationsHandler
.
An instance of RelationsHandler provides the methods that are necassary for an appropiate parse of the "GN_Relations.xml"-file.
RelationsHandler()
- Constructor for class org.eml.sir.gn.
RelationsHandler
Create a new instance of RelationsHandler.
RelationsHandler(TreeMap, HashMap, TreeMap, HashMap, TreeMap, HashMap)
- Constructor for class org.eml.sir.gn.
RelationsHandler
Create a new instance of RelationsHandler.
readTable(String)
- Static method in class org.eml.sir.util.
TableReader
Reads a table file.
S
SnowballStemmer
- class org.eml.sir.util.
SnowballStemmer
.
Rule based stemmer.
SnowballStemmer()
- Constructor for class org.eml.sir.util.
SnowballStemmer
Create a new instance of SnowballStemmer.
Stemmer
- class org.eml.sir.util.
Stemmer
.
Class whose instances can stem words.
Stemmer()
- Constructor for class org.eml.sir.util.
Stemmer
StemmingGermaNetObject
- class org.eml.sir.gn.
StemmingGermaNetObject
.
Class representing a GermaNetObject whose informations can be accessed by stems of words.
StemmingGermaNetObject(GermaNetObject)
- Constructor for class org.eml.sir.gn.
StemmingGermaNetObject
Create a new instance of StemmingGermaNetObject.
StemmingGermaNetObject(GermaNetObject, Stemmer)
- Constructor for class org.eml.sir.gn.
StemmingGermaNetObject
Create a new instance of StemmingGermaNetObject.
Synset
- class org.eml.sir.gn.
Synset
.
Class representing a synset.
Synset()
- Constructor for class org.eml.sir.gn.
Synset
Create a new instance of Synset.
SynsetHandler
- class org.eml.sir.gn.
SynsetHandler
.
An instance of SynsetHandler provides the methods that are necassary to parse the Synset definitions of the XML representation of the GermaNet.
SynsetHandler()
- Constructor for class org.eml.sir.gn.
SynsetHandler
Create a new instance of SynsetHandler.
SynsetHandler(TreeMap, HashMap)
- Constructor for class org.eml.sir.gn.
SynsetHandler
Create a new instance of SynsetHandler.
save(String)
- Method in class org.eml.sir.gn.
GermaNetObject
Serialize an instance of GermaNetObject and save it to a file.
setAntonyms(ArrayList)
- Method in class org.eml.sir.gn.
WordSense
Set all antonyms of this WordSense.
setArtificial(boolean)
- Method in class org.eml.sir.gn.
WordSense
Set wether this WordSense is an artificial concept.
setAssociations(ArrayList)
- Method in class org.eml.sir.gn.
Synset
Set the associations of this Synset.
setCausations(ArrayList)
- Method in class org.eml.sir.gn.
Synset
Set the causations of this Synset.
setEntailments(ArrayList)
- Method in class org.eml.sir.gn.
Synset
Set the Synsets that entail this Synset.
setGrapheme(String)
- Method in class org.eml.sir.gn.
WordSense
Set graphemic represantation of this WordSense.
setHolonyms(ArrayList)
- Method in class org.eml.sir.gn.
Synset
Set the holonyms of this Synset.
setHyperonyms(ArrayList)
- Method in class org.eml.sir.gn.
Synset
Set the hyperonyms of this Synset.
setHyponyms(ArrayList)
- Method in class org.eml.sir.gn.
Synset
Set the hyponyms of this Synset.
setMeronyms(ArrayList)
- Method in class org.eml.sir.gn.
Synset
Set the meronyms of this Synset.
setPartOfSpeech(char)
- Method in class org.eml.sir.gn.
Synset
Set the part of speech of this Synset.
setPartOfSpeech(char)
- Method in class org.eml.sir.gn.
WordSense
Set the part of speech of this WordSense.
setParticipleOf(WordSense)
- Method in class org.eml.sir.gn.
WordSense
Set the WordSense of the verb that this WordSense is participle of.
setPertonym(WordSense)
- Method in class org.eml.sir.gn.
WordSense
Set the WordSense that this WordSense is derived from.
setProperName(boolean)
- Method in class org.eml.sir.gn.
WordSense
Set wether this WordSense is a proper name.
setSense(int)
- Method in class org.eml.sir.gn.
WordSense
Set sense of this WordSense.
setStemmer(Stemmer)
- Method in class org.eml.sir.gn.
StemmingGermaNetObject
Set the stemmer of this StemmingGermaNetObject.
setStemming(boolean)
- Method in class org.eml.sir.gn.
StemmingGermaNetObject
Set stemming true if you want to stem the graphs of synset or word sense queries.
setStyle(boolean)
- Method in class org.eml.sir.gn.
WordSense
Set wether this WordSense stands out stylistically.
setSynset(Synset)
- Method in class org.eml.sir.gn.
WordSense
Set Synset this Wordsense depends on.
setWordSenses(ArrayList)
- Method in class org.eml.sir.gn.
Synset
Set the WordSenses that depend on this Synset.
sflPath
- Static variable in class org.eml.sir.util.
Constant
Path to the directory where frequency lists shall be placed.
sirHomeDirectory
- Static variable in class org.eml.sir.util.
Constant
Home path of the SIR project.
smesImageFile
- Static variable in class org.eml.sir.util.
Constant
Path to the image file of SMES.
startDocument()
- Method in class org.eml.sir.gn.
RelationsHandler
Implementation of DefaultHandler method.
startDocument()
- Method in class org.eml.sir.gn.
SynsetHandler
Implementation of DefaultHandler method.
startElement(String, String, String, Attributes)
- Method in class org.eml.sir.gn.
RelationsHandler
Implementation of DefaultHandler method.
startElement(String, String, String, Attributes)
- Method in class org.eml.sir.gn.
SynsetHandler
Implementation of DefaultHandler method.
stem(String)
- Method in class org.eml.sir.util.
IdentityStemmer
Return the word as stem.
stem(ArrayList)
- Method in class org.eml.sir.util.
IdentityStemmer
Return a Hashmap with each word as key and value.
stem(String)
- Method in class org.eml.sir.util.
SnowballStemmer
Stem a word.
stem(ArrayList)
- Method in class org.eml.sir.util.
SnowballStemmer
Stem many words.
stem(String)
- Method in class org.eml.sir.util.
Stemmer
Stem a single word.
stem(ArrayList)
- Method in class org.eml.sir.util.
Stemmer
Stem a list of words.
stopWordsFile
- Static variable in class org.eml.sir.util.
Constant
Path to the stopwords source used by the LeskComparator.
T
TableReader
- class org.eml.sir.util.
TableReader
.
Reads a table file and generates a Map.
TableReader()
- Constructor for class org.eml.sir.util.
TableReader
tazCorpusFile
- Static variable in class org.eml.sir.util.
Constant
Home path of the frequency list based on the count of the TAZ corpus.
testCorpusPath
- Static variable in class org.eml.sir.util.
Constant
Home path of a test corpus.
toAssociationsString()
- Method in class org.eml.sir.gn.
Synset
Return a string that contains the graphemic representations of the WordSenses of the hyperonyms of this Synset.
toCausationsString()
- Method in class org.eml.sir.gn.
Synset
Return a string that contains the graphemic representations of the WordSenses of the causations of this Synset.
toEntailmentsString()
- Method in class org.eml.sir.gn.
Synset
Return a string that contains the graphemic representations of the WordSenses of the entailments of this Synset.
toHolonymsString()
- Method in class org.eml.sir.gn.
Synset
Return a string that contains the graphemic representations of the WordSenses of the holonyms of this Synset.
toHyperonymsString()
- Method in class org.eml.sir.gn.
Synset
Return a string that contains the graphemic representations of the WordSenses of the hyperonyms of this Synset.
toHyponymsString()
- Method in class org.eml.sir.gn.
Synset
Return a string that contains the graphemic representations of the WordSenses of the hyponyms of this Synset.
toLexemeString()
- Method in class org.eml.sir.gn.
Synset
Return a string that contains the graphemic representations of the WordSenses of this Synset.
toMeronymsString()
- Method in class org.eml.sir.gn.
Synset
Return a string that contains the graphemic representations of the WordSenses of the meronyms of this Synset.
toString()
- Method in class org.eml.sir.gn.
Synset
Return a string representation of this Synset.
toString()
- Method in class org.eml.sir.gn.
WordSense
Return a string representation of this WordSense instance.
treeTaggerPath
- Static variable in class org.eml.sir.util.
Constant
Home path of the TreeTagger.
U
UNDEF_POS
- Static variable in class org.eml.sir.util.
Constant
Part-of-speech constant.
V
VERB
- Static variable in class org.eml.sir.util.
Constant
Part-of-speech constant.
validPath
- Static variable in class org.eml.sir.util.
Constant
Home path of the validation results.
W
WordSense
- class org.eml.sir.gn.
WordSense
.
Class representing a word sense.
WordSense()
- Constructor for class org.eml.sir.gn.
WordSense
Create a new instance of WordSense.
wflPath
- Static variable in class org.eml.sir.util.
Constant
Path to the directory where frequency lists shall be placed.
wordSensesKeySet(char)
- Method in class org.eml.sir.gn.
GermaNetObject
Return the keys to all word senses of a specific part of speech.
A
B
C
D
E
F
G
I
L
N
O
P
R
S
T
U
V
W
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes