|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IItem | |
---|---|
sg.edu.nus.comp.nlp.ims.corpus | Package related to the training or test corpus. |
Uses of IItem in sg.edu.nus.comp.nlp.ims.corpus |
---|
Classes in sg.edu.nus.comp.nlp.ims.corpus that implement IItem | |
---|---|
class |
AItem
abstract item. |
class |
CItem
common item in a sentence. |
Fields in sg.edu.nus.comp.nlp.ims.corpus with type parameters of type IItem | |
---|---|
protected java.util.ArrayList<IItem> |
ASentence.m_Items
|
Methods in sg.edu.nus.comp.nlp.ims.corpus that return IItem | |
---|---|
IItem |
IItem.clone()
clone |
IItem |
CItem.clone()
|
abstract IItem |
AItem.clone()
|
IItem |
ISentence.getItem(int p_Index)
get Item of p_Index if p_Index is out of range, return null |
IItem |
ASentence.getItem(int p_Index)
|
Methods in sg.edu.nus.comp.nlp.ims.corpus with parameters of type IItem | |
---|---|
boolean |
ISentence.appendItem(IItem p_Item)
append Item to the end |
boolean |
CSentence.appendItem(IItem p_Item)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |