public static class ProsodyResultAnnotator.DefaultSyllableHighlight extends de.ims.icarus.search_tools.annotation.AbstractLazyResultAnnotator.DefaultHighlight implements ProsodyResultAnnotator.SyllableHighlight
Modifier and Type | Field and Description |
---|---|
protected long[][] |
sylHighlights |
Constructor and Description |
---|
ProsodyResultAnnotator.DefaultSyllableHighlight(int[] indexMap,
long[] highlights,
long[][] sylHighlights) |
Modifier and Type | Method and Description |
---|---|
long |
getHighlight(int index) |
long |
getHighlight(int index,
int sylIndex) |
getMatcherId, isHighlighted
public ProsodyResultAnnotator.DefaultSyllableHighlight(int[] indexMap, long[] highlights, long[][] sylHighlights)
public long getHighlight(int index)
getHighlight
in interface de.ims.icarus.search_tools.annotation.AbstractLazyResultAnnotator.Highlight
getHighlight
in class de.ims.icarus.search_tools.annotation.AbstractLazyResultAnnotator.DefaultHighlight
public long getHighlight(int index, int sylIndex)
getHighlight
in interface ProsodyResultAnnotator.SyllableHighlight
ProsodyResultAnnotator.SyllableHighlight.getHighlight(int, int)