vom possible name suffix
This commit is contained in:
parent
ce570688eb
commit
99a05fb55c
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue