Resources
Entities
Explore all natively covered entity types in our systems
Craft Your Own Entities
In addition to the list you’ll find down here, we can finetune our models to detect and catch any fancy custom entity types you deal with. Our systems were built to be able to adapt and fit any linguo and domain-specific words a company might use.
Whether we’re talking about specific data formats our systems might not catch right away, or simply your own company glossary. We’ll require only a few examples from your side, and we’ll be produce a set of custom entities (and detection system) tailored to your needs.
Get in touch with Sales to learn more about custom entities finetuning.
Natively Covered Entities
By design, we cover the following entities;
PERSON
: Hello my name isBarack Obama
LOCATION
: I live inPunta Cana, Dominican Republic
ORGANIZATION
: I’ve worked forGoogle
EVENT
: TheFIFA World Cup
is the most watched event in the world.PRODUCT
: I bought a newiPhone
DATE
: I was born onJuly 25, 2000
TIME
: I woke up at7:30 AM
PERCENT
:50%
sales on the week-end!MONEY
: I have$100k
in my bank account.QUANTITY
: This company has7,000
employees.ORDINAL
: I’m thefirst
one in line.CARDINAL
: I have3
brothers.CURRENCY
: Arguably,USD
is the strongest currency.GEO_COORDINATES
: We’re dropping the missile at45.792650 -73.95097
EMAIL
: His email address ischico@gmail.com
PHONE
: My US phone number is+1 (617) 201-7232
URL
: Visit our website athttps://www.filtro.ai
HASHTAG
: I love#filtro
!USERNAME
:coucou123
sent a message to Alicia.IP_ADDRESS
: The attacker’s IPv4 is17.5.216.499
.ADDRESS
: Barack Obama lives at1600 Pennsylvania Avenue NW, Washington, DC 20500
.CREDIT_CARD
: My credit card number is1234 5678 9123 4567
from UBS.SSN
: My social security number is123-45-6789
.PASSPORT
: My passport number is123456789
.IBAN
: My IBAN isCH93 0076 2011 6238 5295 7
DRIVER_LICENSE
: My driver license number isZH54954
EMOJI
: I love bananas🍌
FIELD_STUDY
: I graduated inComputer Science
Database, Code Snippets
We are working on supporting obfuscation at code level;
- Data records for SQL and database queries
- Terminal tracebacks, OSx related information, Paths
- Function signatures, variables and easy routines in codebase