We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ec8cebb + e25f01c commit 3974ae0Copy full SHA for 3974ae0
1 file changed
README.md
@@ -1,6 +1,6 @@
1
# React NLP Annotate
2
3
-Interface for doing NLP tasks. [Check it out here](https://universaldatatool.github.io/react-nlp-annotate/).
+Interface for doing various NLP tasks.
4
5
- Audio transcription
6
- Text Labeling (Entity, Classification)
@@ -14,12 +14,14 @@ Interface for doing NLP tasks. [Check it out here](https://universaldatatool.git
14
15
## Installation
16
17
-`npm install @material-ui/core chroma-js spelling react-nlp-annotate`
+`npm install react-nlp-annotate`
18
19
## Usage
20
21
+### Document Classification
22
+
23
```javascript
-import NLPAnnotator from "react-nlp-annotate/components/NLPAnnotator"
24
+import NLPAnnotator from "react-nlp-annotate"
25
26
const MyComponent = () => (
27
<NLPAnnotator
0 commit comments