Skip to content

Commit 3974ae0

Browse files
committed
Merge branch 'master' of github.com:UniversalDataTool/react-nlp-annotate into HEAD
2 parents ec8cebb + e25f01c commit 3974ae0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# React NLP Annotate
22

3-
Interface for doing NLP tasks. [Check it out here](https://universaldatatool.github.io/react-nlp-annotate/).
3+
Interface for doing various NLP tasks.
44

55
- Audio transcription
66
- Text Labeling (Entity, Classification)
@@ -14,12 +14,14 @@ Interface for doing NLP tasks. [Check it out here](https://universaldatatool.git
1414

1515
## Installation
1616

17-
`npm install @material-ui/core chroma-js spelling react-nlp-annotate`
17+
`npm install react-nlp-annotate`
1818

1919
## Usage
2020

21+
### Document Classification
22+
2123
```javascript
22-
import NLPAnnotator from "react-nlp-annotate/components/NLPAnnotator"
24+
import NLPAnnotator from "react-nlp-annotate"
2325

2426
const MyComponent = () => (
2527
<NLPAnnotator

0 commit comments

Comments
 (0)