Update modules/ui/ui.py
Browse files- modules/ui/ui.py +1 -1
modules/ui/ui.py
CHANGED
@@ -595,7 +595,7 @@ def display_morphosyntax_analysis_interface(nlp_models, lang_code):
|
|
595 |
'amod': 'adjectival modifier', 'det': 'determiner', 'clf': 'classifier', 'case': 'case marking',
|
596 |
'conj': 'conjunct', 'cc': 'coordinating conjunction', 'fixed': 'fixed multiword expression',
|
597 |
'flat': 'flat multiword expression', 'compound': 'compound', 'list': 'list', 'parataxis': 'parataxis', 'orphan': 'orphan',
|
598 |
-
'goeswith': 'goes with', 'reparandum': 'reparandum', 'punct': 'punctuation
|
599 |
},
|
600 |
'fr': {
|
601 |
'ROOT': 'RACINE', 'nsubj': 'sujet nominal', 'obj': 'objet', 'iobj': 'objet indirect',
|
|
|
595 |
'amod': 'adjectival modifier', 'det': 'determiner', 'clf': 'classifier', 'case': 'case marking',
|
596 |
'conj': 'conjunct', 'cc': 'coordinating conjunction', 'fixed': 'fixed multiword expression',
|
597 |
'flat': 'flat multiword expression', 'compound': 'compound', 'list': 'list', 'parataxis': 'parataxis', 'orphan': 'orphan',
|
598 |
+
'goeswith': 'goes with', 'reparandum': 'reparandum', 'punct': 'punctuation'
|
599 |
},
|
600 |
'fr': {
|
601 |
'ROOT': 'RACINE', 'nsubj': 'sujet nominal', 'obj': 'objet', 'iobj': 'objet indirect',
|