ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / annotationdefinition / CaseBehavior

CaseBehavior

enum class CaseBehavior

How to handle differences in cases between tags?

Enum Values

Name Summary
KEEP_ORIGINAL Keep case as is, allowing “tag”, “Tag”, “tAg”, … to exist side by side
TO_LOWER Lower case all tags, “TAG”, “Tag” => “tag”
TO_UPPER Upper case all tags, “tag”, “Tag” => “TAG”
CAPITALIZE Capitalize all tags, “tags, “tAGS” => “Tags”