A web-based annotation tool designed for preparing text data for AI training, specifically for attaching custom named entities (tagging words in terms of the app).
Originally made to be used alon with spaCy.
Latest working build: https://igroovyboy.github.io/sentenCy/
Begin by loading or pasting your text data on the "Sources" page. Enter or import JSON tag data and optionally define hotkeys for more manual control. Annotate your text line by line by clicking or selecting words and tags. Open the prepared data as a CSV.
This is a free and experimental tool, provided without any warranties.
To run the project locally, follow these steps:
- create copy of
.env.example
and rename it to.env
cp .env.example .env
- install packages
yarn
- build app
yarn build