Simple Sundanese to Bahasa Indonesia translator using Pattern Matching
Made in Python for selection of IRK Lab Assistant of ITB Informatics Engineering
Please install the things that are listed to ensure that the program will run perfectly. The versions that are listed here are the version that I used in the time of developping the program.
- python 3.8.3
- pip 20.1.1
- flask 1.1.2
To install python, you can go Python's website and download the corresponding version to this app.
To install pip, follow this steps,
- Download get-pip.py
- Then run the following command in the folder that you downloaded the file
python get-pip.py
To install flask, run the following command
pip install flask
Now you are ready to run the program!
- Open the downloaded/cloned repo through your command line
- Go to src folder
- Type
python Translator.py
- Open the downloaded/cloned repo through your command line
- Go to src folder
- Type
python App.py - Copy and paste the link shown on the command line to your web browser
- This program are made on Windows Operating System. There may be some different command needed if you have different operating systems
- The dictionary files does not contain a complete list of all Indonesia/Sunda word
- Only the word 'teh' is added as a stop word
To watch a video about this program, you can go here