deeppavlov / tagging_tool_js

Lightweight tool for sentence tagging (i.e. NER markup) on JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tagging_tool_js

Lightweight tool for sentence tagging (i.e. NER markup) on JavaScript

In Toloka you must create 2 input variables:

  • input: string - space separated words to show
  • stress: string - space separated floats of word sizes in em

and 1 output variable:

  • output: [[int]] - arrays of taggs represented as tuple [first_word, last_word]

About

Lightweight tool for sentence tagging (i.e. NER markup) on JavaScript

License:MIT License


Languages

Language:JavaScript 86.5%Language:CSS 9.6%Language:HTML 3.9%