MMAX2 Annotation Tool is a simple, GUI-based text annotation tool designed to enable you to create and visualize annotations. It uses a flexible stand-off XML data format, and has advanced and customizable methods for information and relation visualization.
Requirements:
· Java
What's New in This Release: [ read full changelog ]
· Fixed behaviour that caused annotations to be *always* set to dirty upon markable selection.
· Some code cleanup: Moved static util methods to MMAX2Utils and static constants to MMAX2Constants
· Improved Project Wizard: Can now handle arbitrarily many embedded tags of the same name
· Fixed bug that caused an exception when the file path to the data folder contained a space character. This patch was contributed by Niklas Jakob.
· Introduced a command line switch to suppress over-verbose console output at startup: -Dverbose="false"
· Replaced mmax2.sh (did not work before due to wrong dos-style line terminators) Thanks to godiva for the fix!