Modifier and Type | Method and Description |
---|---|
java.util.List<IliRecord> |
GermaNet.getIliRecords()
Returns a
List of all IliRecords . |
java.util.List<IliRecord> |
LexUnit.getIliRecords()
Return a
List of IliRecords for this LexUnit . |
java.util.List<IliRecord> |
Synset.getIliRecords()
Returns a
List of all of the IliRecords that this
Synset is associated with. |
Modifier and Type | Method and Description |
---|---|
protected void |
GermaNet.addIliRecord(IliRecord ili)
Adds
IliRecords to this GermaNet
object when IliLoader is called |
protected void |
LexUnit.addIliRecord(IliRecord record)
Add an
IliRecord to this LexUnit . |