Tugas kecil 4 IF2211 - Strategi Algoritma: "Ekstraksi Informasi dari Artikel Berita dengan Algoritma Pencocokan String."
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You will need to install flask, nltk and punkt on your machine.
pip install flask
pip install nltk
(If there is an error requesting for punkt) Run python, and type this:
import nltk
nltk.download('punkt')
In Windows, simply run the batch file given.
run
Use the link given to access the webpage.
In Linux, run the shell script.
chmod a+x run
./run
- Morgen Sudyanto - moondemon68
Special thanks to:
- DuckDuckGo
- StackOverflow
- W3Schools
- etc