ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / annotationdefinition.generator / UpdatableAnnotationGenerator / <init>

<init>

UpdatableAnnotationGenerator(id: String, annotationDefinitionID: String, targetType: TargetType, name: String, description: String, input: AnnotationStepKey, finalizeCondition: FinalizeCondition, startThreshold: Int, updateThreshold: Int, dataFilter: FilterCondition, versions: MutableList<UpdatableAnnotationGeneratorVersion> = mutableListOf(), createdTimestamp: Long = System.currentTimeMillis())

Base class for AnnotationGenerators which are updatable, for example ML models, as compared to static models like a statistics based generator