ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / project.policy / FinalizeAnnotationPolicy

FinalizeAnnotationPolicy

enum class FinalizeAnnotationPolicy

Enum Values

Name Summary
EXPORT_EVERY_ANNOTATION_SEPARATELY Don’t merge annotations, export every single one created by annotators. No automatic curation requests.
MAJORITY_VOTE_PER_ANNOTATION_OR_CURATOR for 1 annotator: will automatically be finalized for 2 annotator: identical answers: finalized, else curator for 3 annotator: identical answers: finalized, 2+ identical answers for every annotation: finalized, else curator for 4 annotator: identical answers: finalized, 3+ identical answers for every annotation: finalized, else curator …
MAJORITY_VOTE_WHOLE_DOCUMENT_OR_CURATOR for 1 annotator: will automatically be finalized for 2 annotator: identical answers: finalized, else curator for 3 annotator: identical answers: finalized, else curator for 4 annotator: identical answers: finalized, else curator
ALWAYS_REQUIRE_CURATION Always require curation, even on full agreement of annotators
MAJORITY_VOTE_PER_ANNOTATION_OR_ADDITIONAL_ANNOTATOR On disagreement, instead of curation, ask another annotator (if no more annotators exist, inform manager)
MAJORITY_VOTE_WHOLE_DOCUMENT_OR_ADDITIONAL_ANNOTATOR On disagreement, instead of curation, ask another annotator (if no more annotators exist, inform manager)