Spaces:
Sleeping
Sleeping
File size: 2,018 Bytes
b494f67 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 |
recognizers:
-
name: "FRENCH_NID"
supported_language: "fr"
patterns:
-
name: "FRENCH_NID"
regex: "[0-9]{12}|([A-Z]|[0-9]){9}"
score: 0.5
context:
- national
supported_entity: "FRENCH_NID"
-
name: "FRENCH_NID"
supported_language: "en"
patterns:
-
name: "FRENCH_NID"
regex: "[0-9]{12}|([A-Z]|[0-9]){9}"
score: 0.5
context:
- national
supported_entity: "FRENCH_NID"
-
name: "FRENCH_PASS"
supported_language: "fr"
patterns:
-
name: "FRENCH_PASS"
regex: "[0-9]{2}([a-z]|[A-Z]){2}[0-9]{5}"
score: 0.5
context:
- passeport
supported_entity: "FRENCH_PASS"
-
name: "FRENCH_PASS"
supported_language: "en"
patterns:
-
name: "FRENCH_PASS"
regex: "[0-9]{2}([a-z]|[A-Z]){2}[0-9]{5}"
score: 0.5
context:
- passport
supported_entity: "FRENCH_PASS"
-
name: "FRENCH_SSN"
supported_language: "fr"
patterns:
-
name: "FRENCH_SSN"
regex: "[0-9]{15}"
score: 0.5
context:
- sécurité sociale
- social
supported_entity: "FRENCH_SSN"
-
name: "FRENCH_SSN"
supported_language: "en"
patterns:
-
name: "FRENCH_SSN"
regex: "[0-9]{15}"
score: 0.5
context:
- social security
- social
supported_entity: "FRENCH_SSN"
# -
# name: "CREDIT_CARD"
# supported_language: "fr"
# context:
# - crédit
# - carte
# - carte de crédit
# supported_entity: "CREDIT_CARD"
# deny_list:
# - carte
# -
# name: "DATE_TIME"
# supported_language: "fr"
# context:
# - mois
# - date
# - jour
# - année
# supported_entity: "DATE_TIME"
# deny_list:
# - mois
# -
# name: "PHONE_NUMBER"
# supported_language: "fr"
# context:
# - téléphone
# supported_entity: "PHONE_NUMBER"
# deny_list:
# - téléphone
|