Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 2.24 KB

TOOLS.md

File metadata and controls

33 lines (29 loc) · 2.24 KB

Not all the tools are of same quality and price. NER can be referred to as NER or span labelling or sequence labelling (can be used for POS and other tasks as well)

  1. https://github.com/chakki-works/doccano - NER, Text Classification, Sequence to Sequence, Text Classification
  2. https://github.com/heartexlabs/label-studio – NER in Text/HTML, Text Classification, Image Object Detection / Polygons, Audio, etc.
  3. https://gate.ac.uk - NER, Text Classification
  4. http://brat.nlplab.org - NER, Relations, Normalization, …etc
  5. https://prodi.gy - commercial tool, NER, Text Classification
  6. https://lighttag.io - commercial tool, NER, Relations, Classification
  7. https://www.tagtog.net – commercial tool, NER, Relations, Classification.
  8. https://github.com/m8nware/ann - NER, persists to disk, common lisp, basic auth, built-in diffs
  9. https://github.com/jiesutd/YEDDA - NER annotation, admin interface / comparisons, desktop, python
  10. https://github.com/emanjavacas/cosycat
  11. https://github.com/annefried/swan
  12. https://github.com/tayllan/viper - NER, js based
  13. https://paperai.github.io/htmlanno - NER, relations, paragraph selection, js based
  14. https://github.com/aldanor/plato - binary classification, no backend, csv, hotkeys, js based
  15. https://github.com/paperai/pdfanno - NER / span annotations for pdf
  16. https://github.com/allenai/pawls - NER / section annotations for pdf with 'preannotation' capability
  17. http://quepid.com/ - commercial judgement list for relevancy sorting
  18. https://inception-project.github.io/ – NER, Lemma, Coreference, java based
  19. http://neuroner.com/ - NER
  20. https://github.com/CogComp/talen - NER, java

For annotations in jupyter:

  1. http://www.janfreyberg.com/superintendent - widgets for jupyter notebooks
  2. https://github.com/natasha/ipyannotate - widgets for jupyter notebooks

Miscelanious:

  1. https://github.com/Dumbris/trunklucator - backbone for 'roll your own solution' (sample NLP classification) - based on label-studio
  2. https://pybossa.com - more of 'roll your own solution'
  3. https://github.com/danvk/localturk - mimicking Mechanical Turk API