public static class FieldFragList.WeightedFragInfo extends Object
Modifier and Type | Class and Description |
---|---|
static class |
FieldFragList.WeightedFragInfo.SubInfo |
Constructor and Description |
---|
FieldFragList.WeightedFragInfo(int startOffset,
int endOffset,
List<FieldPhraseList.WeightedPhraseInfo> phraseInfoList) |
Modifier and Type | Method and Description |
---|---|
int |
getEndOffset() |
int |
getStartOffset() |
List<FieldFragList.WeightedFragInfo.SubInfo> |
getSubInfos() |
float |
getTotalBoost() |
String |
toString() |
public FieldFragList.WeightedFragInfo(int startOffset, int endOffset, List<FieldPhraseList.WeightedPhraseInfo> phraseInfoList)
public List<FieldFragList.WeightedFragInfo.SubInfo> getSubInfos()
public float getTotalBoost()
public int getStartOffset()
public int getEndOffset()