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 |