From 65e203d027401fa95e27a319fb50ee83a6c9d02a Mon Sep 17 00:00:00 2001 From: Marouane Yassine <46830666+MAYAS3@users.noreply.github.com> Date: Wed, 4 Sep 2024 19:12:47 -0400 Subject: [PATCH] Add missing author (#3847) --- data/xml/2023.nlposs.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/data/xml/2023.nlposs.xml b/data/xml/2023.nlposs.xml index dafc065131..30fb971bb9 100644 --- a/data/xml/2023.nlposs.xml +++ b/data/xml/2023.nlposs.xml @@ -46,6 +46,7 @@ Deepparse : An Extendable, and Fine-Tunable State-Of-The-Art Library for Parsing Multinational Street Addresses DavidBeauchemin + MarouaneYassine 19-24 Segmenting an address into meaningful components, also known as address parsing, is an essential step in many applications from record linkage to geocoding and package delivery. Consequently, a lot of work has been dedicated to develop accurate address parsing techniques, with machine learning and neural network methods leading the state-of-the-art scoreboard. However, most of the work on address parsing has been confined to academic endeavours with little availability of free and easy-to-use open-source solutions.This paper presents Deepparse, a Python open-source, extendable, fine-tunable address parsing solution under LGPL-3.0 licence to parse multinational addresses using state-of-the-art deep learning algorithms and evaluated on over 60 countries. It can parse addresses written in any language and use any address standard. The pre-trained model achieves average 99% parsing accuracies on the countries used for training with no pre-processing nor post-processing needed. Moreover, the library supports fine-tuning with new data to generate a custom address parser. 2023.nlposs-1.3