Skip to content

suvambasak/word-translator

Repository files navigation

About Word Translator

It is a word-based translation system based on Natural Language Processing(NLP). It takes English word as input and translates it to the Spanish word.

Execution

  • Install git and execute with the python script translate.py
$ git clone https://github.com/suvambasak/word-translator.git
$ cd word-translator
$ python3 translate.py
Enter TEXT [english] : School
SPANISH : escuela 

With GUI

  • Install tkinter
$ sudo apt install python3-tk
  • Execute gui-translate.py
$ python3 gui-translate.py