From 98b4342a8000819b7b776d24453d48d09e19b8f7 Mon Sep 17 00:00:00 2001 From: Sa Phyo Thu Htet Date: Sat, 23 Mar 2024 20:56:09 +0630 Subject: [PATCH] Update nlp-tool.py --- nlp-tool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nlp-tool.py b/nlp-tool.py index 80637ea..5ebc0d3 100644 --- a/nlp-tool.py +++ b/nlp-tool.py @@ -14,7 +14,7 @@ st.sidebar.markdown("

NLP Tool

", unsafe_allow_html=True) select = pd.DataFrame() -select['topics'] = ['chracter-tokenization', 'syllable-tokenization', 'syllable-tokenization-zawgyi', 'multilingual_semi_syllable_tokenization', 'syllable/character-n-grams', 'keywords-detection','detect-email', 'burmese2braille(Muu Haung)', 'zawgyi-unicode-detection','valid-parantheses', 'remove-characters', 'crawl'] +select['topics'] = ['chracter-tokenization', 'syllable-tokenization', 'syllable-tokenization-zawgyi', 'multilingual_semi_syllable_tokenization', 'syllable/character-n-grams', 'keywords-detection','detect-email', 'burmese2braille(Muu Haung)', 'zawgyi-unicode-detection','valid-parantheses', 'remove-characters'] option = st.sidebar.selectbox( '',select['topics']) st.sidebar.markdown("Copyright (c) 2021 Sa Phyo Thu Htet")