ANTELOPE is a free, open-source service to support your data annotation. It offers terminology search, entity linking and easy integration into your projects. The service integrates with various terminology services and enduser applications (Wikibase and Kompakkt for now). At that, it supports users with process automation and named entity recognition features.
• View Application
• Documentation
• Developer README
ANTELOPE can be used in two ways: The recommended way to get started is through the provided user interface (UI). The UI has been modeled after identified ergonomic needs and common workflows of researchers. The service is also available as a headless application programming interface (API). The API favors seamless integration into existing systems, as well as bulk data processing.
- Clone repository and
cd
to respective path on disc. - Run
npm install
to install dependencies. - Run
npm start
to start the application.
This project is open (see license) to the public research community. Active participation through any constructive contributions is expressly welcome. Learn more on how to develop this service.
A high level roadmap can be viewed here. For more granular development, follow the issues and the milestones in this repository and the TA5 sub-group.