Skip to content

Commit

Permalink
Update nlp-tool.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SaPhyoThuHtet authored Mar 23, 2024
1 parent f248e9f commit 98b4342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nlp-tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
st.sidebar.markdown("<h3 style='text-align: center;'>NLP Tool</h3>", 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")
Expand Down

0 comments on commit 98b4342

Please sign in to comment.