Spaces:
Sleeping
Sleeping
| 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 | |