Update modules/__init__.py
Browse files- modules/__init__.py +2 -0
modules/__init__.py
CHANGED
@@ -216,6 +216,7 @@ def load_morphosyntax_functions():
|
|
216 |
cache_analysis_results,
|
217 |
get_cached_analysis,
|
218 |
display_morphosyntax_interface,
|
|
|
219 |
display_morphosyntax_results
|
220 |
)
|
221 |
from .morphosyntax.morphosyntax_process import (
|
@@ -233,6 +234,7 @@ def load_morphosyntax_functions():
|
|
233 |
'cache_analysis_results': cache_analysis_results,
|
234 |
'get_cached_analysis': get_cached_analysis,
|
235 |
'display_morphosyntax_interface': display_morphosyntax_interface,
|
|
|
236 |
'display_morphosyntax_results': display_morphosyntax_results,
|
237 |
#Process
|
238 |
'process_morphosyntactic_input': process_morphosyntactic_input,
|
|
|
216 |
cache_analysis_results,
|
217 |
get_cached_analysis,
|
218 |
display_morphosyntax_interface,
|
219 |
+
display_arc_diagrams,
|
220 |
display_morphosyntax_results
|
221 |
)
|
222 |
from .morphosyntax.morphosyntax_process import (
|
|
|
234 |
'cache_analysis_results': cache_analysis_results,
|
235 |
'get_cached_analysis': get_cached_analysis,
|
236 |
'display_morphosyntax_interface': display_morphosyntax_interface,
|
237 |
+
'display_arc_diagrams': display_arc_diagrams,
|
238 |
'display_morphosyntax_results': display_morphosyntax_results,
|
239 |
#Process
|
240 |
'process_morphosyntactic_input': process_morphosyntactic_input,
|