From 99a05fb55cd3b577ba80223759baa45e12a15e93 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Sun, 2 Aug 2009 20:25:03 +0200 Subject: [PATCH] vom possible name suffix --- oxlib/normalize.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oxlib/normalize.py b/oxlib/normalize.py index a990c56..0aeb30d 100644 --- a/oxlib/normalize.py +++ b/oxlib/normalize.py @@ -78,7 +78,7 @@ def normalizeImdbId(imdbId): # Common suffixes in surnames. _sname_suffixes = ('de', 'la', 'der', 'den', 'del', 'y', 'da', 'van', - 'e', 'von', 'the', 'di', 'du', 'el', 'al') + 'e', 'von', 'vom', 'the', 'di', 'du', 'el', 'al') def canonicalName(name): """Return the given name in canonical "Surname, Name" format.