Entity matchers
Name matching
Detect, extract, or hide Names in text.
Model key:
name
Response example
Components
If you only want to hide last names you can cdisable the first
component. If you only want to hide first names you can disable the last
component.
Key | Description |
---|---|
first | The first name of the person. |
middle | The middle name of the person. |
last | The last name of the person. |
Examples
Value | Components | Matches |
---|---|---|
My name is Albus Percival Dumbledore | ['first', 'middle', 'last'] | Albus Percival Dumbledore |
My name is Albus Percival Dumbledore | ['middle', 'last'] | Percival Dumbledore |
My name is Albus Percival Dumbledore | ['last'] | Dumbledore |
Languages
This model works in the following languages:
- English
- Spanish
- French
- German
- Italian
- Portuguese
- Arabic
- Hindi
- Japanese
- Korean
- Chinese
The model might work on other launguages we haven't tested. Feel free to try it on launguages that are not listed above and provide us with feedback.
Limitations
This model does not have any API limitations.