web-based annotation tool for natural language processing (NLP) needs, inspired by brat rapid annotation tool.
npm install poplar-annotation-zy

A web-based annotation tool for natural language processing (NLP) needs, inspired by brat rapid annotation tool.
> Poplar is the new version of synyi-annotation-tool and not production ready. Please report an issue if you find any problems.
See https://synyi.github.io/poplar/
shell
npm i poplar-annotation
`
or if you'd like to use yarn
`shell
yarn add poplar-annotation
`
$3
`typescript
import {Annotator} from 'poplar-annotation'
/**
* Create an Annotator object
* @param data can be JSON or string
* @param htmlElement the html element to bind to
* @param config config object
*/
new Annotator(data: string, htmlElement: HTMLElement, config?: Object)
``View our API Reference here.
See our Developer's Guide.

Poplar is led by AI team at Synyi