public static class FieldFragList.WeightedFragInfo extends Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
FieldFragList.WeightedFragInfo.SubInfo |
| Constructor | Description |
|---|---|
WeightedFragInfo(int startOffset,
int endOffset,
List<FieldPhraseList.WeightedPhraseInfo> phraseInfoList) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
getEndOffset() |
|
int |
getStartOffset() |
|
List<FieldFragList.WeightedFragInfo.SubInfo> |
getSubInfos() |
|
float |
getTotalBoost() |
|
String |
toString() |
public WeightedFragInfo(int startOffset,
int endOffset,
List<FieldPhraseList.WeightedPhraseInfo> phraseInfoList)
public List<FieldFragList.WeightedFragInfo.SubInfo> getSubInfos()
public float getTotalBoost()
public int getStartOffset()
public int getEndOffset()
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.