File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 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
2426const MyComponent = () => (
2527 < NLPAnnotator
You can’t perform that action at this time.
0 commit comments