|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IInstanceExtractor
instance extractor interface. cooperate with a feature extractor to extract instances from corpus
Method Summary | |
---|---|
boolean |
hasNext()
check whether has more instance remain |
IInstance |
next()
get the next instance |
boolean |
setCorpus(ICorpus p_Corpus)
set corpus to be extracted |
boolean |
setFeatureExtractor(IFeatureExtractor p_FeatureExtactor)
set featureExtractor to the InstanceExtractor |
Method Detail |
---|
boolean hasNext()
IInstance next()
boolean setCorpus(ICorpus p_Corpus)
p_Corpus
- corpus to be extracted
boolean setFeatureExtractor(IFeatureExtractor p_FeatureExtactor)
p_FeatureExtactor
- feature extractor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |