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 1
1
# React NLP Annotate
2
2
3
- Interface for doing NLP tasks. [ Check it out here ] ( https://universaldatatool.github.io/react-nlp-annotate/ ) .
3
+ Interface for doing various NLP tasks.
4
4
5
5
- Audio transcription
6
6
- Text Labeling (Entity, Classification)
@@ -14,12 +14,14 @@ Interface for doing NLP tasks. [Check it out here](https://universaldatatool.git
14
14
15
15
## Installation
16
16
17
- ` npm install @material-ui/core chroma-js spelling react-nlp-annotate `
17
+ ` npm install react-nlp-annotate `
18
18
19
19
## Usage
20
20
21
+ ### Document Classification
22
+
21
23
``` javascript
22
- import NLPAnnotator from " react-nlp-annotate/components/NLPAnnotator "
24
+ import NLPAnnotator from " react-nlp-annotate"
23
25
24
26
const MyComponent = () => (
25
27
< NLPAnnotator
You can’t perform that action at this time.
0 commit comments