public class EnGlossEntry extends Object
IWiktionarySense
as soon as the meaning
constituent has been completely parsed.Constructor and Description |
---|
EnGlossEntry(String gloss)
Initializes the entry with the specified definition.
|
Modifier and Type | Method and Description |
---|---|
void |
addExample(String example)
Add the specified example sentence to the list.
|
void |
addQuotation(Quotation quotation)
Add specified quotation to the list.
|
void |
appendExample(String example)
Append the specified example sentence to the last example
sentences.
|
String |
getDefinition()
Returns the sense definition.
|
List<String> |
getExampleList()
Returns the list of example sentences.
|
List<Quotation> |
getQuotations()
Returns the list of quotations.
|
void |
setGloss(String definition)
Replace the sense definition with the specified one.
|
public EnGlossEntry(String gloss)
public void addExample(String example)
public void appendExample(String example)
public void addQuotation(Quotation quotation)
public String getDefinition()
public void setGloss(String definition)
Copyright © 2011-2014 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved.