All Projects → Varal7 → Ieturk

Varal7 / Ieturk

Licence: mit
Intuitive Annotation Tool for Information Extraction / Named Entity Recognition using localturk / Amazon Mechanical Turk

Programming Languages

javascript
184084 projects - #8 most used programming language

IE-Turk: Annotation tool for Information Extraction with localturk / Amazon Mechanical Turk

Annotate

Annotate using Mechanical Turk

  • Create an new project in Amazon Mturk interface.
  • Paste the content of annotate.html in the second tab Design layout.
  • Insert the scripts config.js, annotate.js and the CSS file style.css into the document as well
  • Prepare a tokenized version of the entry, splitting characters with >>.
  • Submit batch

Annotate locally

Requires localturk. Install using

npm install -g localturk

Modify config.js with the name of the fields of interest. Then simply run it using the same tokenized csv file as for Mechanical Turk.

localturk annotation.html input.csv output.csv

Screenshot

Visualize

Simply open visualize.html with any modern browser. Then choose the .csv that came from either localturk or Mechanical Turk.

Screenshot

This file is also served at Visualization Demo. You can try uploading this CSV file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].