Uses of Class
com.artisol.teneo.engine.core.inputprocessor.Annotation
Packages that use Annotation
Package
Description
This package defines the concept of an
input processor chain
that maintains an ordered sequence of one or more
input processors.-
Uses of Annotation in com.artisol.teneo.engine.core.engine
Methods in com.artisol.teneo.engine.core.engine that return AnnotationModifier and TypeMethodDescriptionEngineAccess.createInputAnnotation(String _sName, int _iSentenceIndex, Set<Integer> _zWordIndices, Map<String, Object> _mVariables) Creates a user inputAnnotationobject with the given data. -
Uses of Annotation in com.artisol.teneo.engine.core.inputprocessor
Methods in com.artisol.teneo.engine.core.inputprocessor that return types with arguments of type AnnotationModifier and TypeMethodDescriptionAnnotationsI.getAll()Returns all annotations.Returns all annotations with the given name, for all sentences.Returns all annotations with the given name, in the specified sentence.AnnotationsI.getBySentenceIndex(int _iSentenceIndex) Returns all annotations with the given sentences index.AnnotationsI.getByVariable(String _sVariableName) Returns all annotations with a variable of the given name, for all sentences.AnnotationsI.getByVariable(String _sVariableName, int _iSentenceIndex) Returns all annotations with a variable of the given name, in the specified sentence.AnnotationsI.getByWordIndex(int _iWordIndex) Returns all annotations containing the given word index, for all sentences.AnnotationsI.getByWordIndex(int _iWordIndex, int _iSentenceIndex) Returns all annotations containing the given word index, in the specified sentence.Methods in com.artisol.teneo.engine.core.inputprocessor with parameters of type AnnotationModifier and TypeMethodDescriptionvoidAnnotationsI.add(Annotation _annotation) Adds the given annotation to the annotations data.booleanAnnotationsI.contains(Annotation _annotation) Returnstrueif an annotation equal to the given annotation is present in the annotations data (seeequals(Object)for the definition of annotation equality).voidAnnotationsI.remove(Annotation _annotation) Removes the annotation from the annotations data which is equal to the given annotation, if it's present.