public interface CoverageFeatureProvider
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getCoverageFeatures(int i)
Get the i-th coverage features from this provider.
|
int |
getID(int i)
Get the unique ID number of the i-th sentence.
|
int |
getNumSentences()
Get the total number of sentences provided by this provider.
|
int getNumSentences()
byte[] getCoverageFeatures(int i)
i - the index number of the features to retrieve.IndexOutOfBoundsException - if i is not in the range from 0 to getNumSentences()-1.int getID(int i)
i - iCopyright © 2000–2016 DFKI GmbH. All rights reserved.