Skip to content

synyi/poplar

Folders and files

NameName
Last commit message
Last commit date
Aug 12, 2020
Sep 8, 2020
Aug 29, 2019
Aug 29, 2019
Aug 25, 2019
Sep 23, 2019
Feb 27, 2020
Feb 26, 2020
Jan 8, 2020
Aug 29, 2019
Aug 29, 2019
Aug 29, 2019
Aug 29, 2019
Sep 7, 2020

Repository files navigation

Poplar

license version

A web-based annotation tool for natural language processing (NLP) needs, inspired by brat rapid annotation tool.

screenshot

Poplar is the new version of synyi-annotation-tool and not production ready. Please report an issue if you find any problems.

Demo

See https://synyi.github.io/poplar/

Quick start

Install

npm i poplar-annotation

or if you'd like to use yarn

yarn add poplar-annotation

Create

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)

More info

View our API Reference here.

Want to contribute?

See our Developer's Guide.

Support

Poplar is led by AI team at Synyi

Contact us