Web-based responsive document annotation tool
activeannoservice / project.policy / FinalizeAnnotationPolicy
enum class FinalizeAnnotationPolicy
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) |