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
|
10 |
from .morphosyntax_process import (
|
11 |
process_morphosyntactic_input,
|
12 |
-
|
13 |
-
#
|
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 |
)
|