Annotald is a GUI editor for treebank files in labeled bracketing format. The Annotald X version of the software includes Annotald in a configuration similar to the one that was used to annotate the IcePaHC treebank. Annotald X also includes a user friendly installation package for Windows.

Download Annotald X:

How to use Annotald X?

Windows:

  • Download and install using the setup file.
  • Launch by clicking Annotald X in the Windows Start Menu.
  • Right click the Annotald icon in the system tray (tree icon) and open a *.psd file.
  • Annotald should open the file in your browser at http://localhost:8080 (try opening this URL in Google Chrome if other browsers do not work).
  • Consult Aaron Ecay’s User Manual for documentation. Some features described there are not currently implemented in Annotald X.

Linux and Mac OS:

  • Download and unzip the zip-file.
  • In the Annotald directory, run pip install -r requirements.txt to install dependencies.
  • Run using python treedraw.py sentences.psd to start Annotald and load the file sentences.psd (or python3 if your setup uses such a command to launch Python 3 programs).
  • Use Google Chrome to navigate to http://localhost:8080 (not tested on other browsers).
  • Use Ctrl+C to kill the process when done annotating.
  • Consult Aaron Ecay’s User Manual for documentation. Some features described there are not currently implemented in Annotald X.

Other flavors of Annotald include a version developed by Aaron Ecay and a fork of that one by Miðeind.

Screenshot — showing a running instance of Annotald:

Annotald Graphical User Interface