Mint2 Annotator

I just commited the first implementation of the Mint2 annotator. In order to run it, you have to put this in your local.properties.

ui.hide.annotator = false

You can then select any dataset in your workspace and select the Annotate option. Alternatively, you could visit the generic Mint2 instance we have on oreo.

The annotator is based on the editor setup of the mapping tool and uses a similar structure for representing the object in memory. It doesn’t save the changes in the database yet, items are only stored in memory for now. Items loaded are not currently linked to a schema, so it is not possible right now to add elements that do not already exist.

So, have a look and we can discuss things in the comments 🙂

Comments are closed.