react-text-annotate
TypeScript icon, indicating that this package has built-in type declarations

0.3.0 • Public • Published

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'}]}
/>

/react-text-annotate/

    Package Sidebar

    Install

    npm i react-text-annotate

    Weekly Downloads

    991

    Version

    0.3.0

    License

    MIT

    Unpacked Size

    42.9 kB

    Total Files

    51

    Last publish

    Collaborators

    • mcamac