Web-based responsive document annotation tool
activeannoservice / annotationdefinition / CaseBehavior
enum class CaseBehavior
How to handle differences in cases between tags?
| 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” |