Simple Sundanese to Bahasa Indonesia translator using Knuth-Morris-Pratt (KMP) algorithm for string matching and Regex to split the text.
This application was made using react js for front-end and flask for back-end.
Name : Felicia Gillian Tekad Tuerah
NIM : 13518070
This application was made to fulfill the duties of the IRK Lab Assistant.
Some packages you need to install on your machine:
- Python 3.0 or above make sure you have add the path of your python and pip installation to your PATH system variable.
- Flask
pip install flask
- Flask Cors
pip install flask-cors
- Node js make sure you have add the path C:\Windows\System32 and the path of nodejs installation to your environment variable.
- Open 2 cmd (to run react as frontend and flask as backend)
- Open translator-sundanese folder in both cmd
cd translator-sundanese
- Open frontend folder
cd frontend
- Start react
npm start
- Open backend folder
cd backend
- set flask app
set FLASK_APP=main.py
- set flask environment
set FLASK_ENV=development
- run your backend
flask run