public class Syllable extends Object
Constructor and Description |
---|
Syllable(FeatureFileReader features,
int firstUnitIndex,
int lastUnitIndex) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
getFirstUnitIndex() |
int |
getLastUnitIndex() |
int |
getSyllableNucleusIndex()
Seek for the syllable nucleus (with feature "ph_vc" == "+") from first to last unit; if none is found, return the last unit
in the syllable
|
public Syllable(FeatureFileReader features, int firstUnitIndex, int lastUnitIndex)
public int getFirstUnitIndex()
public int getLastUnitIndex()
public int getSyllableNucleusIndex()
Copyright © 2000–2016 DFKI GmbH. All rights reserved.