add tests for new full name computation with ICU

This commit is contained in:
Sarah Hoffmann
2021-05-24 10:29:21 +02:00
parent 4f4d15c28a
commit 24c986c842
3 changed files with 7 additions and 16 deletions

View File

@@ -537,8 +537,6 @@ class _TokenInfo:
"""
# Start with all partial names
terms = set((part for ns in names for part in ns.split()))
# Add partials for the full terms (TO BE REMOVED)
terms.update((n for n in names))
# Add the full names
terms.update((' ' + n for n in names))