diff --git a/spacy/glossary.py b/spacy/glossary.py index 9df26a6af..4df5264a6 100644 --- a/spacy/glossary.py +++ b/spacy/glossary.py @@ -112,7 +112,7 @@ GLOSSARY = { 'CARD': 'cardinal number', 'FM': 'foreign language material', 'ITJ': 'interjection', - 'KOKOM': 'comparative conjunction ', + 'KOKOM': 'comparative conjunction', 'KON': 'coordinate conjunction', 'KOUI': 'subordinate conjunction with "zu" and infinitive', 'KOUS': 'subordinate conjunction with sentence', @@ -145,8 +145,8 @@ GLOSSARY = { 'VAINF': 'infinitive, auxiliary', 'VAPP': 'perfect participle, auxiliary', 'VMFIN': 'finite verb, modal', - 'VMINF': 'infinitive, modal ', - 'VMPP': 'perfect participle, modal ', + 'VMINF': 'infinitive, modal', + 'VMPP': 'perfect participle, modal', 'VVFIN': 'finite verb, full', 'VVIMP': 'imperative, full', 'VVINF': 'infinitive, full',