Git Product home page Git Product logo

code's Introduction

Antarlekhaka

A web-deployable annotation tool for distributed multi-task natural language annotation.

Features

  • Sequential annotation method
  • Eight categories of admission tasks with unique interfaces
  • Comprehensive task coverage

This work has been accepted in 3rd Workshop on NLP Open Source Software at the 2023 Conference on Empirical Methods in Natural Language Processing (EMNLP 2023).

You may access the paper at arXiv. More details here.

Installation Instructions

  • Clone repository
  • pip install -r requirements.txt
  • Copy settings.sample.py to settings.py and make appropriate changes.
  • Run application server python server.py

Note: Sample corpus and table data is included in data/corpus/sample and data/tables/sample respectively.

Supported Tasks

  • Task 1: Sentence Boundary
  • Task 2: Canonical Token Order (a.k.a. Anvaya)
  • Task 3: Token Classification (e.g. Named Entity Recognition)
  • Task 4: Token Graph (e.g. Dependency Graph, Action Graph)
  • Task 5: Token Connection (e.g. Co-reference Resolution)
  • Task 6: Sentence Classification
  • Task 7: Sentence Graph (e.g. Discourse Graph)
  • Task 8: Token Text Annotation (e.g. Lemmatization)

Cite

@inproceedings{terdalkar2023antarlekhaka,
  title         = {{Antarlekhaka}: A Comprehensive Tool for Multi-task Natural Language Annotation},
  author        = {Terdalkar, Hrishikesh and Bhattacharya, Arnab},
  year          = {2023},
  eprint        = {2310.07826},
  url           = {https://arxiv.org/abs/2310.07826},
  publisher     = {Association for Computational Linguistics},
  archiveprefix = {arXiv},
  keywords      = {Annotation Tool, Sequential Annotation, Natural Language Processing},
  booktitle     = {Proceedings of the 3rd Workshop on NLP Open Source Software at the 2023 Conference on Empirical Methods in Natural Language Processing},
  primaryclass  = {cs.CL},
  numpages      = {8},
  location      = {Singapore},
  series        = {NLP-OSS @ EMNLP}
}

code's People

Contributors

hrishikeshrt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

code's Issues

[BUG] JSON parsing error if task help contains newline.

Uncaught SyntaxError: JSON.parse: bad control character in string literal at line 1 column 325 of the JSON data

(and subsequent JSON errors due to JS execution not progressing)

Occurs due to control characters such as \r, \nnot being parsable by JSON.parse()
These are not escaped by Jinja's tojson() filter.
Perhaps need to replace them manually. Also need to explore if there are other cases that might cause similar issues.

Rename "WordOrder"

Considering everything is on "Token" or "Sentence", better to rename "WordOrder" to "TokenOrder".

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.