Skip to content

Files

Latest commit

 

History

History
30 lines (25 loc) · 709 Bytes

README.md

File metadata and controls

30 lines (25 loc) · 709 Bytes

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