mirror of https://github.com/explosion/spaCy.git
Fix formatting
This commit is contained in:
parent
26ac77517f
commit
b1f22c5a10
|
@ -112,7 +112,7 @@ GLOSSARY = {
|
||||||
'CARD': 'cardinal number',
|
'CARD': 'cardinal number',
|
||||||
'FM': 'foreign language material',
|
'FM': 'foreign language material',
|
||||||
'ITJ': 'interjection',
|
'ITJ': 'interjection',
|
||||||
'KOKOM': 'comparative conjunction ',
|
'KOKOM': 'comparative conjunction',
|
||||||
'KON': 'coordinate conjunction',
|
'KON': 'coordinate conjunction',
|
||||||
'KOUI': 'subordinate conjunction with "zu" and infinitive',
|
'KOUI': 'subordinate conjunction with "zu" and infinitive',
|
||||||
'KOUS': 'subordinate conjunction with sentence',
|
'KOUS': 'subordinate conjunction with sentence',
|
||||||
|
@ -145,8 +145,8 @@ GLOSSARY = {
|
||||||
'VAINF': 'infinitive, auxiliary',
|
'VAINF': 'infinitive, auxiliary',
|
||||||
'VAPP': 'perfect participle, auxiliary',
|
'VAPP': 'perfect participle, auxiliary',
|
||||||
'VMFIN': 'finite verb, modal',
|
'VMFIN': 'finite verb, modal',
|
||||||
'VMINF': 'infinitive, modal ',
|
'VMINF': 'infinitive, modal',
|
||||||
'VMPP': 'perfect participle, modal ',
|
'VMPP': 'perfect participle, modal',
|
||||||
'VVFIN': 'finite verb, full',
|
'VVFIN': 'finite verb, full',
|
||||||
'VVIMP': 'imperative, full',
|
'VVIMP': 'imperative, full',
|
||||||
'VVINF': 'infinitive, full',
|
'VVINF': 'infinitive, full',
|
||||||
|
|
Loading…
Reference in New Issue