Externalize dictionaries and add anonymization review corpus
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
[
|
||||
{
|
||||
"kind": "DATE_NAISSANCE",
|
||||
"original": "Né le 12/03/1980",
|
||||
"replacement": "[DATE_NAISSANCE]"
|
||||
},
|
||||
{
|
||||
"kind": "NOM_GLOBAL",
|
||||
"original": "ETCHEVERRY",
|
||||
"replacement": "[NOM]"
|
||||
},
|
||||
{
|
||||
"kind": "NOM_GLOBAL",
|
||||
"original": "CLAUDE",
|
||||
"replacement": "[NOM]"
|
||||
},
|
||||
{
|
||||
"kind": "NOM_GLOBAL",
|
||||
"original": "JEAN",
|
||||
"replacement": "[NOM]"
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,3 @@
|
||||
[NOM] [NOM] [NOM]
|
||||
[DATE_NAISSANCE]
|
||||
Consultation du 14/03/2024
|
||||
@@ -0,0 +1,3 @@
|
||||
ETCHEVERRY JEAN CLAUDE
|
||||
Né le 12/03/1980
|
||||
Consultation du 14/03/2024
|
||||
@@ -0,0 +1,3 @@
|
||||
ETCHEVERRY JEAN CLAUDE
|
||||
Né le 12/03/1980
|
||||
Consultation du 14/03/2024
|
||||
Reference in New Issue
Block a user