Web-based responsive document annotation tool
activeannoservice / annotationdefinition.generator.documenttarget / TrainingSampleWithLabels
data class TrainingSampleWithLabels
Name | Summary |
---|---|
<init> | TrainingSampleWithLabels(text: String , labels: List < String >) |
Name | Summary |
---|---|
labels | Using a list of label strings allows for multi class predictionsval labels: List < String > |
text | val text: String |