AIdeaText commited on
Commit
4fe3aeb
verified
1 Parent(s): c0d0a84

Update modules/morphosyntax/morphosyntax_interface.py

Browse files
modules/morphosyntax/morphosyntax_interface.py CHANGED
@@ -6,11 +6,11 @@ from streamlit_antd_components import *
6
  from streamlit.components.v1 import html
7
  import base64
8
 
9
- # Importar solo desde morphosyntax_process.py
10
  from .morphosyntax_process import (
11
  process_morphosyntactic_input,
12
- format_analysis_results,
13
- # Tambi茅n exportar desde aqu铆 las constantes necesarias
14
  POS_COLORS,
15
  POS_TRANSLATIONS
16
  )
 
6
  from streamlit.components.v1 import html
7
  import base64
8
 
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
  )