Update README.md
Browse files
README.md
CHANGED
|
@@ -11,7 +11,9 @@ datasets:
|
|
| 11 |
|
| 12 |
|
| 13 |
## Overview
|
| 14 |
-
This model is used to identify statistical named entities in large text.
|
|
|
|
|
|
|
| 15 |
|
| 16 |
## Usage
|
| 17 |
|
|
|
|
| 11 |
|
| 12 |
|
| 13 |
## Overview
|
| 14 |
+
This model is used to identify statistical named entities in large text. Statistical Named Entities are entities that indicate the presence of a statistical claim (such as a hypothesis of an experiment) along with the type of test and the confidence value.
|
| 15 |
+
|
| 16 |
+
Use this model in your repo to categorize a text document to find claims, test statistics and probability scores. The model uses Flair NLP from ground-up to develop a Stats NER for researchers.
|
| 17 |
|
| 18 |
## Usage
|
| 19 |
|