ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / annotationdefinition.generator.documenttarget / TrainingSampleWithLabels

TrainingSampleWithLabels

data class TrainingSampleWithLabels

Constructors

Name Summary
<init> TrainingSampleWithLabels(text: String, labels: List<String>)

Properties

Name Summary
labels Using a list of label strings allows for multi class predictionsval labels: List<String>
text val text: String