AIdeaText commited on
Commit
c81b746
·
verified ·
1 Parent(s): 7e1f71f

Update modules/morphosyntax/morphosyntax_process.py

Browse files
modules/morphosyntax/morphosyntax_process.py CHANGED
@@ -3,7 +3,7 @@ import streamlit as st
3
 
4
  from ..text_analysis.morpho_analysis import (
5
  get_repeated_words_colors,
6
- highlight_repeated_word,
7
  generate_arc_diagram,
8
  get_detailed_pos_analysis,
9
  get_morphological_analysis,
 
3
 
4
  from ..text_analysis.morpho_analysis import (
5
  get_repeated_words_colors,
6
+ highlight_repeated_words,
7
  generate_arc_diagram,
8
  get_detailed_pos_analysis,
9
  get_morphological_analysis,