Commit History

Removing those "Language:", "Output" things
8e79bf9

DebasishDhal99 commited on

Trying a method to avoid deletion of first words during random sentence mode
d94576d

DebasishDhal99 commited on

Updating Hungarian output indentation
104f6f5

DebasishDhal99 commited on

Expanding the output indentation method on all languages.
8486dac

DebasishDhal99 commited on

Trying an output indentation method on polish only
b18954f

DebasishDhal99 commited on

Putting the generation and translation imports inside translate function
0302af3

DebasishDhal99 commited on

Input should also be shown when using random example method
1962c0b

DebasishDhal99 commited on

Adding .text to the translator function
cd7cb7e

DebasishDhal99 commited on

Adding option for random sentences in all languages.
683a07d

DebasishDhal99 commited on

Adding option for random sentences in both all the languages.
b776334

DebasishDhal99 commited on

Adding essential-generators and googletrans libs
aac72b2

DebasishDhal99 commited on

Hugging face emoji addition
4ece7c6

DebasishDhal99 commited on

Commenting nltk and all as they are no longer required
04ac83f

DebasishDhal99 commited on

Updating the tokenizer method from nltk to regular splitting
d043c48

DebasishDhal99 commited on

nltk.download('punkt') in turkish.py
0a1267d

DebasishDhal99 commited on

nltk.download('punkt') in turkish.py
d38b8c7

DebasishDhal99 commited on

Adding from nltk.tokenize import word_tokenize to turkish.py
a216a89

DebasishDhal99 commited on

Adding from nltk.tokenize import word_tokenize in Hungarian.py
b8e56e6

DebasishDhal99 commited on

Removing re from requirement
2e3d8ee

DebasishDhal99 commited on

Adding nltk and re to the main app
6ba7298

DebasishDhal99 commited on

Adding nltk to the requirement
8002f9d

DebasishDhal99 commited on

Adding one more Hungarian example
6bb0b40

DebasishDhal99 commited on

Trying to eliminate multiple identical st.button widgets with the same generated key
459afd1

DebasishDhal99 commited on

Eliminating error for st.button widgets with the same generated key. if st.button("Transliterate"): error
8e95c41

DebasishDhal99 commited on

Attempting double tabbed interface, one tab for each language
ae7c243

DebasishDhal99 commited on

Changing hungarian_word_to_eng to hungarian_sentence_to_latin
7338704

DebasishDhal99 commited on

Trying one more approach to adding examples
7b7f0e9

DebasishDhal99 commited on

Removing the examples, didn't work as expected
41e6359

DebasishDhal99 commited on

Adding few examples as an option
4c6968c

DebasishDhal99 commited on

Updating README by adding some details
d403d33

DebasishDhal99 commited on

Adding check special combination function
a84190a

DebasishDhal99 commited on