ner-annotator icon indicating copy to clipboard operation
ner-annotator copied to clipboard

Named Entity Recognition (NER) Annotation tool for SpaCy. Generates Traning Data as a JSON which can be readily used.

Results 19 ner-annotator issues
Sort by recently updated
recently updated
newest added

See comment at https://github.com/tecoholic/ner-annotator/discussions/43#discussioncomment-2917902

bug
help wanted
good first issue

NER Annotator works with only one text file at a time. But any serious project will have multiple files for annotations. It would be useful either - allow loading multiple...

Excellent application! Thanks! When one is skipping over many lines, the Skip button moves from under the mouse. Nice to have those three buttons static. Better still, add left-hand control...

enhancement
help wanted
good first issue
ux

Mb it will be helpful to have a possibility to move currently tagging line to the very end e.g. to think about the entities, personally I need it all the...

enhancement
help wanted
good first issue

Would be good to add a '**previous**' or '**backward**' button ( exactly opposite to '**Skip**' button ) so that we can navigate back to the previous sentence/ line - to...

help wanted
good first issue

We should try to reimplement the msgPack format from spacy. [https://msgpack.org/](https://msgpack.org) should be helpful. Maybe also implement import.

enhancement
help wanted

Would speed up the annotation process. Keyboard shortcuts for - [ ] Changing Classes (1-9) - [ ] Save (Space | Enter | S) - [ ] Skip (Space |...

The relative links in `README.md` to issues fixed with the latest release did not work. This PR fixes this following https://stackoverflow.com/a/20829706/13044791.