Highlighter¶
The highlighter app includes the models and business logic for the full text highlighting functonalities of APIS.
Models¶
-
class
highlighter.models.
Annotation
(*args, **kwargs)[source]¶ Class storing highlights in full-texts
-
class
highlighter.models.
AnnotationProject
(*args, **kwargs)[source]¶ Every Project can have several Annotation Projects. Annotation Projects are used to track the precission etc. of automatic annotation tools.
-
class
highlighter.models.
MenuEntry
(*args, **kwargs)[source]¶ Class that defines the menu structure of the context menu
-
class
highlighter.models.
Project
(*args, **kwargs)[source]¶ Holds information on registered project. Id is used by the JavaScript function to target the right endpoints