AIdeaText commited on
Commit
091bb1e
·
verified ·
1 Parent(s): 8ffa44d

Update modules/__init__.py

Browse files
Files changed (1) hide show
  1. 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
- 'visualize_syntax', 'load_spacy_models'
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
  ]