ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / annotationdefinition.generator.documenttarget

Package annotationdefinition.generator.documenttarget

Types

Name Summary
DetectedLanguageGenerator AnnotationGenerator which detects the language using the “Lingua” library, storing the annotation under the defined key as the ISO 639-1 Code (in upper case). The “unknown” key from Lingua is defined as the string “UNKNOWN”class DetectedLanguageGenerator : AnnotationGenerator
TagSetDocumentTargetGeneratorModel Use this class for external ML models which are already trained and don’t need any training dataclass TagSetDocumentTargetGeneratorModel : AnnotationGenerator
TagSetDocumentTargetUpdatableGeneratorModel Generic updatable AnnotationGenerator for TagSetAnnotationDefinition and DocumentTarget.class TagSetDocumentTargetUpdatableGeneratorModel : UpdatableAnnotationGenerator
TrainingSampleWithLabels data class TrainingSampleWithLabels

Extensions for External Classes

Name Summary
kotlin.collections.Map  

Properties

Name Summary
NOT_SELECTED_VALUE const val NOT_SELECTED_VALUE: String