refactor: optimization, no need to annotate entire dataset

This commit is contained in:
2025-07-24 13:16:47 +02:00
parent e2536c1899
commit 2b63c37f4e
2 changed files with 26 additions and 6 deletions
+17 -5
View File
@@ -4,16 +4,28 @@ Return null if a part cannot be identified. Do not alter the original name or ad
## Examples:
```
"tshabu ngandu bernard"
"tshabu ngandu"
{
"identified_name": "tshabu ngandu",
"identified_surname": "bernard"
"identified_surname": null
}
"tshisekedi wa mulumba"
"bapite marie"
{
"identified_name": "tshisekedi wa mulumba",
"identified_surname": null
"identified_name": "bapite",
"identified_surname": "marie"
}
"tshisekedi mulumba jean claude"
{
"identified_name": "tshisekedi mulumba",
"identified_surname": "jean claude"
}
"ilunga wa makuta jean-marie"
{
"identified_name": "ilunga wa makuta",
"identified_surname": "jean-marie"
}
"ntumba wasokadio marie france"