NER Annotator for SpaCy allows you to create training data for creating a custom NER Model with custom tags.
- Web Application: https://tecoholic.github.io/ner-annotator/
- Linux: Debian Package or an AppImage
- Windows: x64 MSI Installer
- Node JS 14.x
- Yarn Package Manager
- Rust (for building desktop versions)
- Open another terminal and start the server for the UI
yarn
yarn serve
Now go to https://localhost:8081/ner-annotator/
The desktop applications have been created using Tauri.
yarn tauri:serve
To build the final binaries run
yarn tauri:build