New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@wyai/annotation

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wyai/annotation

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

latest
Source
npmnpm
Version
0.0.2
Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 29 May 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts