All Projects → synyi → Poplar

synyi / Poplar

Licence: gpl-3.0
A web-based annotation tool for natural language processing (NLP)

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Poplar

Svguitar
Create beautiful SVG guitar chord charts
Stars: ✭ 348 (-13.65%)
Mutual labels:  svg
Xamarin.forms.inputkit
CheckBox, Radio Button, Labeled Slider, Dropdowns etc.
Stars: ✭ 372 (-7.69%)
Mutual labels:  annotation
Chartjs Plugin Annotation
Annotation plugin for Chart.js
Stars: ✭ 389 (-3.47%)
Mutual labels:  annotation
Ira Illustrations
Build your own amazing illustrations
Stars: ✭ 351 (-12.9%)
Mutual labels:  svg
Shapeshifter
SVG icon animation tool for Android, iOS, and the web
Stars: ✭ 3,705 (+819.35%)
Mutual labels:  svg
Verovio
🎵 Music notation engraving library for MEI with MusicXML and Humdrum support and various toolkits (JavaScript, Python)
Stars: ✭ 375 (-6.95%)
Mutual labels:  svg
Magicasakura
MagicaSakura 是 Android 多主题框架。~ is an Android multi theme library which supporting both daily colorful theme and night theme.
Stars: ✭ 3,455 (+757.32%)
Mutual labels:  svg
Postcss Sprites
Generate sprites from stylesheets.
Stars: ✭ 402 (-0.25%)
Mutual labels:  svg
Pixo
Convert SVG icons into React components
Stars: ✭ 371 (-7.94%)
Mutual labels:  svg
Open Semantic Search
Open Source research tool to search, browse, analyze and explore large document collections by Semantic Search Engine and Open Source Text Mining & Text Analytics platform (Integrates ETL for document processing, OCR for images & PDF, named entity recognition for persons, organizations & locations, metadata management by thesaurus & ontologies, search user interface & search apps for fulltext search, faceted search & knowledge graph)
Stars: ✭ 386 (-4.22%)
Mutual labels:  annotation
Taro
A lightweight 3D game engine for the web.
Stars: ✭ 345 (-14.39%)
Mutual labels:  svg
Plain Draggable
The simple and high performance library to allow HTML/SVG element to be dragged.
Stars: ✭ 362 (-10.17%)
Mutual labels:  svg
Popmotion
Simple animation libraries for delightful user interfaces
Stars: ✭ 18,656 (+4529.28%)
Mutual labels:  svg
Flowchart
svg实现流程图绘制,导入导出json [正在重构项目flowchart-vue],地址:
Stars: ✭ 350 (-13.15%)
Mutual labels:  svg
Vue Sample Svg Icons
An opinionated example of how to use SVG icons in a Vue.js application
Stars: ✭ 399 (-0.99%)
Mutual labels:  svg
React Mt Svg Lines
A React.js wrapper component to animate the line stroke in SVGs
Stars: ✭ 344 (-14.64%)
Mutual labels:  svg
Britecharts
Client-side reusable Charting Library based on D3.js v5 that allows easy and intuitive use of charts and components that can be composed together creating amazing visualizations.
Stars: ✭ 3,688 (+815.14%)
Mutual labels:  svg
Deepsvg
[NeurIPS 2020] Official code for the paper "DeepSVG: A Hierarchical Generative Network for Vector Graphics Animation". Includes a PyTorch library for deep learning with SVG data.
Stars: ✭ 403 (+0%)
Mutual labels:  svg
Jam
Jam icons is a set of SVG icons designed for web projects, illustrations, print projects, etc. Licensed under MIT
Stars: ✭ 398 (-1.24%)
Mutual labels:  svg
Sharp
High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP, AVIF and TIFF images. Uses the libvips library.
Stars: ✭ 21,131 (+5143.42%)
Mutual labels:  svg

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

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].