Update README.md
Browse files
README.md
CHANGED
|
@@ -33,6 +33,18 @@ model-index:
|
|
| 33 |
| **License** | n/a |
|
| 34 |
| **Author** | [n/a]() |
|
| 35 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
### Label Scheme
|
| 37 |
|
| 38 |
<details>
|
|
|
|
| 33 |
| **License** | n/a |
|
| 34 |
| **Author** | [n/a]() |
|
| 35 |
|
| 36 |
+
### Description
|
| 37 |
+
|
| 38 |
+
Voor meer info: https://github.com/RaThorat/my-chatbot-project
|
| 39 |
+
|
| 40 |
+
Prodigy (ner.manual) is gebruikt om te annoteren van entiteiten zoals: PERSOON, ORGANISATIE, PROJECT, BEDRAG, LOCATIE, TIJDSPERIODE, SUBSIDIE.
|
| 41 |
+
|
| 42 |
+
prodigy ner.manual ner_dataset nl_core_news_lg ./Data/combined_documents.txt --label PERSOON,ORG,PROJECT,BEDRAG,LOC,TIJD,SUB
|
| 43 |
+
|
| 44 |
+
prodigy train ./models --ner ner_dataset --lang nl --label-stats --verbose --eval-split 0.1
|
| 45 |
+
|
| 46 |
+
46 documenten (https://github.com/RaThorat/my-chatbot-project/tree/main/Data/txt) uit de DUS-i website gedownload, schoongemaakt, samengesteld in combined_documents.txt
|
| 47 |
+
|
| 48 |
### Label Scheme
|
| 49 |
|
| 50 |
<details>
|