File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 33NER Annotator for SpaCy allows you to create training data for creating a custom NER Model with custom tags.
44
55- Web Application: [ https://tecoholic.github.io/ner-annotator/ ] ( https://tecoholic.github.io/ner-annotator/ )
6- - Linux: [ Debian Package or an AppImage] ( https://github.com/tecoholic/ner-annotator/releases )
7- - Windows: [ x64 MSI Installer ] ( https://github.com/tecoholic/ner-annotator/releases )
6+ - Linux: [ Debian Packages & AppImage] ( https://github.com/tecoholic/ner-annotator/releases )
7+ - Windows: [ Installers ] ( https://github.com/tecoholic/ner-annotator/releases )
88
99## Features
1010
@@ -37,33 +37,33 @@ The JSON file created by the tool is generic and simply lists the start and end
3737
3838### Requirements
3939
40- 1 . Node JS 14 .x
40+ 1 . NodeJS v21 .x
41412 . Yarn Package Manager
42- 3 . Rust (for building desktop versions)
42+ 3 . Rust toolchain (for building desktop versions)
4343
4444### Running it locally for development
4545
46461 . Open another terminal and start the server for the UI
4747
4848``` sh
49- yarn
50- yarn serve
49+ yarn install
50+ yarn dev
5151```
5252
53- Now go to [ http://localhost:8081/ner-annotator/ ] ( http://localhost:8081/ner-annotator/ )
53+ Now go to [ http://localhost:5173 ] ( http://localhost:5173 )
5454
5555### Developing the desktop application
5656
57- The desktop applications have been created using [ Tauri] ( https://tauri.studio ) .
57+ The desktop applications have been created using [ Tauri] ( https://v2. tauri.app/ ) .
5858
5959``` sh
60- yarn tauri: serve
60+ yarn tauri serve
6161```
6262
6363To build the final binaries run
6464
6565``` sh
66- yarn tauri: build
66+ yarn tauri build
6767```
6868
6969## Credits
You can’t perform that action at this time.
0 commit comments