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 is Barack Obama
  • LOCATION: I live in Punta Cana, Dominican Republic
  • ORGANIZATION: I’ve worked for Google
  • EVENT: The FIFA World Cup is the most watched event in the world.
  • PRODUCT: I bought a new iPhone
  • DATE: I was born on July 25, 2000
  • TIME: I woke up at 7:30 AM
  • PERCENT: 50% sales on the week-end!
  • MONEY: I have $100k in my bank account.
  • QUANTITY: This company has 7,000 employees.
  • ORDINAL: I’m the first one in line.
  • CARDINAL: I have 3 brothers.
  • CURRENCY: Arguably, USD is the strongest currency.
  • GEO_COORDINATES: We’re dropping the missile at 45.792650 -73.95097
  • EMAIL: His email address is [email protected]
  • PHONE: My US phone number is +1 (617) 201-7232
  • URL: Visit our website at https://www.filtro.ai
  • HASHTAG: I love #filtro!
  • USERNAME: coucou123 sent a message to Alicia.
  • IP_ADDRESS: The attacker’s IPv4 is 17.5.216.499.
  • ADDRESS: Barack Obama lives at 1600 Pennsylvania Avenue NW, Washington, DC 20500.
  • CREDIT_CARD: My credit card number is 1234 5678 9123 4567 from UBS.
  • SSN: My social security number is 123-45-6789.
  • PASSPORT: My passport number is 123456789.
  • IBAN: My IBAN is CH93 0076 2011 6238 5295 7
  • DRIVER_LICENSE: My driver license number is ZH54954
  • EMOJI: I love bananas 🍌
  • FIELD_STUDY: I graduated in Computer 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