Commit
·
5aa506f
1
Parent(s):
168944d
Update README.md
Browse files
README.md
CHANGED
@@ -31,10 +31,10 @@ The model will predict the following four entities:
|
|
31 |
|
32 |
| **Tag** | **Name** | **Description** |
|
33 |
| :------ | :------- | :-------------- |
|
34 |
-
| `PER` | Person | The name of a person (e.g., *
|
35 |
-
| `LOC` | Location | The name of a location (e.g., *
|
36 |
-
| `ORG` | Organisation | The name of an organisation (e.g., *
|
37 |
-
| `MISC` | Miscellaneous | A named entity of a different kind (e.g.,
|
38 |
|
39 |
|
40 |
## Quick start
|
|
|
31 |
|
32 |
| **Tag** | **Name** | **Description** |
|
33 |
| :------ | :------- | :-------------- |
|
34 |
+
| `PER` | Person | The name of a person (e.g., *Birgitte* and *Mohammed*) |
|
35 |
+
| `LOC` | Location | The name of a location (e.g., * Tyskland* and *Djurgården*) |
|
36 |
+
| `ORG` | Organisation | The name of an organisation (e.g., *Bunnpris* and *Landsbankinn*) |
|
37 |
+
| `MISC` | Miscellaneous | A named entity of a different kind (e.g., *Ūjķnustu pund* and *Mona Lisa*) |
|
38 |
|
39 |
|
40 |
## Quick start
|