Combining spaCy Models and Matchers

In this lesson, we'll go through some recipes that will guide us through the entity extraction types you'll encounter in your NLP career. All the examples are ready-to-use and real-world recipes. Let's start with number-formatted entities.

Extraction IBAN and account numbers

IBAN and account numbers are two important entity types that occur in finance and banking frequently. We'll learn how to parse them out.

An IBAN is an international number format for bank account numbers. It has the format of a two-digit country code followed by numbers. Here are some IBANs from different countries:

Get hands-on with 1200+ tech skills courses.