0.3.0 • Published 4 years ago

react-text-annotate v0.3.0

Weekly downloads
851
License
MIT
Repository
-
Last release
4 years ago

react-text-annotate

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

4 years ago

0.2.0

4 years ago

0.1.0

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago