Update README.md
Browse files
README.md
CHANGED
|
@@ -67,6 +67,11 @@ ner_results = nlp(example)
|
|
| 67 |
print(ner_results)
|
| 68 |
```
|
| 69 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 70 |
## Licensing Information
|
| 71 |
|
| 72 |
Contents of this repository are restricted to only non-commercial research purposes under the [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0)](https://creativecommons.org/licenses/by-nc-sa/4.0/). Copyright of the dataset contents and models belongs to the original copyright holders.
|
|
|
|
| 67 |
print(ner_results)
|
| 68 |
```
|
| 69 |
|
| 70 |
+
## Classes
|
| 71 |
+
|
| 72 |
+
|
| 73 |
+

|
| 74 |
+
|
| 75 |
## Licensing Information
|
| 76 |
|
| 77 |
Contents of this repository are restricted to only non-commercial research purposes under the [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0)](https://creativecommons.org/licenses/by-nc-sa/4.0/). Copyright of the dataset contents and models belongs to the original copyright holders.
|