| Constructor and Description |
|---|
SyllableIterator(FeatureFileReader features,
int fromUnitIndex,
int toUnitIndex)
Create a syllable iterator over the given feature file, starting from the given fromUnitIndex and reaching up to (and
including) the given toUnitIndex
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Syllable |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic SyllableIterator(FeatureFileReader features, int fromUnitIndex, int toUnitIndex)
features - featuresfromUnitIndex - fromUnitIndextoUnitIndex - toUnitIndexCopyright © 2000–2022 DFKI GmbH. All rights reserved.