Update modules/__init__.py
Browse files- modules/__init__.py +1 -1
modules/__init__.py
CHANGED
@@ -13,5 +13,5 @@ __all__ = [
|
|
13 |
'display_morphosyntax_analysis_interface', 'display_semantic_analysis_interface',
|
14 |
'display_student_progress',
|
15 |
'get_repeated_words_colors', 'highlight_repeated_words', 'POS_COLORS', 'POS_TRANSLATIONS',
|
16 |
-
'
|
17 |
]
|
|
|
13 |
'display_morphosyntax_analysis_interface', 'display_semantic_analysis_interface',
|
14 |
'display_student_progress',
|
15 |
'get_repeated_words_colors', 'highlight_repeated_words', 'POS_COLORS', 'POS_TRANSLATIONS',
|
16 |
+
'visualize_semantic_network', 'load_spacy_models'
|
17 |
]
|