Spaces:
				
			
			
	
			
			
					
		Running
		
	
	
	
			
			
	
	
	
	
		
		
					
		Running
		
	File size: 672 Bytes
			
			| 69d6e01 1d19c00 69d6e01 1d19c00 69d6e01 1d19c00 69d6e01 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | from .morphosyntax_interface import (
    display_morphosyntax_interface, 
    display_morphosyntax_results
)
from .morphosyntax_process import (
    process_morphosyntactic_input, 
    format_analysis_results,
    perform_advanced_morphosyntactic_analysis,
    get_repeated_words_colors,
    highlight_repeated_words,
    POS_COLORS,
    POS_TRANSLATIONS
)
__all__ = [
    'display_morphosyntax_interface',
    'display_morphosyntax_results',
    'process_morphosyntactic_input',
    'format_analysis_results',
    'perform_advanced_morphosyntactic_analysis',
    'get_repeated_words_colors',
    'highlight_repeated_words',
    'POS_COLORS',
    'POS_TRANSLATIONS'
]
 | 
