Skip to content

Commit a2a26fc

Browse files
committed
Production Build v1.4.0.
1 parent 25e96de commit a2a26fc

14 files changed

+35
-62
lines changed

README.md

Lines changed: 1 addition & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ NER Annotator for SpaCy allows you to create training data for creating a custom
1414

1515
### Requirements
1616

17-
1. Node JS 12.x or 14.x
17+
1. Node JS 14.x
1818
2. Yarn Package Manager
1919
3. Rust (for building desktop versions)
2020

@@ -46,35 +46,3 @@ yarn tauri:build
4646
## Credits
4747

4848
1. App Icon - <a href="https://www.flaticon.com/free-icons/ornithology" title="ornithology icons">Ornithology icons created by Freepik - Flaticon</a>
49-
50-
## Changelog
51-
52-
#### Version 1.3.0
53-
- Drag and drop to upload files
54-
- Support for character level annotations
55-
- Added error messages and confirmation dialogs
56-
- Even more bug fixes
57-
58-
#### Version 1.2.0
59-
- Import annotations.
60-
- Open a new file while one is already open.
61-
- Keyboard shortcuts
62-
- Lots and lots of bug fixes.
63-
64-
#### Version 1.1.0
65-
66-
- Adds "Back" button that allows navigating back to sentences/text blocks that's already been tagged and make changes.
67-
68-
#### Version 1.0.0
69-
70-
- Rewritten UI using [Quasar](https://quasar.dev) framework
71-
- Export and Import tags
72-
73-
##### Version 0.1.1
74-
75-
- [#14](../../issues/14) - Remembers tags across sessions
76-
- [#3](../../issues/3) - Adds a button to enable/disable removing of tags to prevent accidental removal of tags
77-
78-
##### Version 0.1.0
79-
80-
- Adds the desktop application

docs/css/app.7539c422.css

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/css/app.de36d126.css

Lines changed: 0 additions & 6 deletions
This file was deleted.

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/ner-annotator/favicon.ico"><title>NER Annotator for SpaCy</title><script defer="defer" src="/ner-annotator/js/chunk-vendors.cf1e4087.js"></script><script defer="defer" src="/ner-annotator/js/app.75ea0650.js"></script><link href="/ner-annotator/css/chunk-vendors.f054464f.css" rel="stylesheet"><link href="/ner-annotator/css/app.de36d126.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but ner-annotator doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>
1+
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/ner-annotator/favicon.ico"><title>NER Annotator for SpaCy</title><script defer="defer" src="/ner-annotator/js/chunk-vendors.7baf52de.js"></script><script defer="defer" src="/ner-annotator/js/app.d5bdb45a.js"></script><link href="/ner-annotator/css/chunk-vendors.f054464f.css" rel="stylesheet"><link href="/ner-annotator/css/app.7539c422.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but ner-annotator doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>

docs/js/app.75ea0650.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/js/app.75ea0650.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/js/app.d5bdb45a.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/js/app.d5bdb45a.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/js/chunk-vendors.7baf52de.js

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/js/chunk-vendors.7baf52de.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)