Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X
G
getAlgorithm()
- Method in class cic.wsd.testing.
Test
Returns the disambiguation algorithm used on this test.
getAmbiguousWords()
- Method in class cic.wsd.semcor.
Input
Returns an ArrayList with all the open-class words of this document.
getAnswers()
- Method in class cic.wsd.testing.
Decision
Returns the answers of the algorithm.
getAnswers()
- Method in class cic.wsd.testing.
Test
Returns the decisions made on the test runs.
getAnswersString()
- Method in class cic.wsd.testing.
Decision
Returns "( [answer1 [,answerN]*]* )".
getAttempts()
- Method in class cic.wsd.testing.
Summary
Returns the attemps.
getBackoff()
- Method in class cic.wsd.testing.
Test
Returns the back-off strategy used on this test.
getConditions()
- Method in class cic.wsd.testing.
Test
Returns the conditions for selecting the window words.
getConditions(NodeList)
- Static method in class cic.wsd.testing.
TestSet
Retrieves the conditions from the XML configuration file.
getCorrectSenses()
- Method in class cic.wsd.semcor.
AmbiguousWord
Returns the correct senses of this word.
getCounts()
- Method in class cic.wsd.testing.
Summary
Returns the counts.
getDecisionLemmas()
- Method in class cic.wsd.testing.
Summary
The lemmas used for making decisions.
getDecisionWords(int)
- Method in class cic.wsd.testing.
Decision
Returns the words used for scoring a sense.
getDocs()
- Method in class cic.wsd.testing.
Test
Returns the test-bed used on this test.
getHits()
- Method in class cic.wsd.testing.
Summary
Returns the hits.
getIDF()
- Method in class cic.wsd.semcor.
AmbiguousWord
Returns the IDF value of this lemma.
getIndex()
- Method in class cic.wsd.semcor.
AmbiguousWord
Return the position of this word in the document.
getIndex()
- Method in class cic.wsd.semcor.
Input
Returns a HashMap indicating the position (appearances) of each lemma on the document.
getKNSources()
- Method in class cic.wsd.testing.
Test
Returns the sample sets loaded.
getLemma()
- Method in class cic.wsd.semcor.
AmbiguousWord
Returns this lemma in format "lemma_P".
getParams()
- Method in class cic.wsd.disambiguation.
WSDAlgorithm
getPOS()
- Method in class cic.wsd.semcor.
AmbiguousWord
Returns this word's POS tag.
getPossibleHypernyms()
- Method in class cic.wsd.semcor.
AmbiguousWord
Returns an ArrayList containing the possible hypernyms of this lemma.
getPossibleSynonyms()
- Method in class cic.wsd.semcor.
AmbiguousWord
Returns an ArrayList containing the possible synonyms of this lemma.
getPruningMethods(String)
- Static method in class cic.wsd.testing.
TestSet
Retrieves the pruning methods from the XML configuration file.
getRetrievedSenses()
- Method in class cic.wsd.testing.
Test
Returns the pruning method used.
getScore()
- Method in class cic.wsd.testing.
Decision
Calculates this decision's score following the Senseval score system.
getSenseCount()
- Method in class cic.wsd.testing.
Decision
Returns the number of senses disambiguated.
getSenses()
- Method in class cic.wsd.semcor.
AmbiguousWord
Returns the possible senses of this lemma.
getSensesAddressedCount()
- Method in class cic.wsd.testing.
Decision
Returns a count of the number of senses with a score>0
getSummaries()
- Method in class cic.wsd.testing.
Test
Returns the summaries of the test runs.
getTarget()
- Method in class cic.wsd.testing.
Decision
Returns the target word.
getTf()
- Method in class cic.wsd.semcor.
AmbiguousWord
Return the TF value of this word.
getTie()
- Method in class cic.wsd.testing.
Test
Returns the algorithm used for solving ties.
getTree(ParsedSynset)
- Method in class cic.wsd.disambiguation.
ConceptualDensity
Method for extracting the tree neighborhood of a sense.
getWeights()
- Method in class cic.wsd.testing.
Decision
Returns the scores of each sense.
getWindow()
- Method in class cic.wsd.testing.
Decision
Returns the window.
getWindowPrint()
- Method in class cic.wsd.testing.
Decision
Returns "[windowWord1,...
getWindowSize()
- Method in class cic.wsd.testing.
Test
Returns the window size used on this test.
GraphInDegree
- Class in
cic.wsd.disambiguation
Graph-based disambiguation with InDegree centrality measure as presented in "Unsupervised Graph-based Word Sense Disambiguation Using Measures of Word Semantic Similarity" by Sinha and Mihalcea.
GraphInDegree()
- Constructor for class cic.wsd.disambiguation.
GraphInDegree
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X