AIdeaText commited on
Commit
bffd3e5
verified
1 Parent(s): 7700f40

Update modules/morphosyntax/morphosyntax_interface.py

Browse files
modules/morphosyntax/morphosyntax_interface.py CHANGED
@@ -9,10 +9,7 @@ import base64
9
  # Importar desde morphosyntax_process.py
10
  from .morphosyntax_process import (
11
  process_morphosyntactic_input,
12
- get_repeated_words_colors,
13
- perform_advanced_morphosyntactic_analysis, # A帽adir esta importaci贸n
14
- POS_COLORS,
15
- POS_TRANSLATIONS
16
  )
17
 
18
  from ..utils.widget_utils import generate_unique_key
 
9
  # Importar desde morphosyntax_process.py
10
  from .morphosyntax_process import (
11
  process_morphosyntactic_input,
12
+ format_analysis_results
 
 
 
13
  )
14
 
15
  from ..utils.widget_utils import generate_unique_key