0.4.0 • Published 9 months ago

@mazyod/react-text-annotate v0.4.0

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months ago

react-text-annotate

NPM

A React component for interactively highlighting parts of text.

Usage

React 16.8.0 or higher is required as a peer dependency of this package.

npm install --save react-text-annotate

Docs

Examples

A simple controlled annotation.

import {TokenAnnotator, TextAnnotator} from 'react-text-annotate'

<TokenAnnotator
  tokens={['My', 'text', 'needs', 'annotating', 'for', 'NLP', 'training']}
  value={[{start: 5, end: 6, tag: 'TOPIC', color: '#EEE'}]}
/>
0.4.0

9 months ago

0.3.1

9 months ago