Skip to content
This repository was archived by the owner on Mar 30, 2021. It is now read-only.

moondemon68/CoroFind

Repository files navigation

CoroFind

Tugas kecil 4 IF2211 - Strategi Algoritma: "Ekstraksi Informasi dari Artikel Berita dengan Algoritma Pencocokan String."

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

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')

Running the program

Windows

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

Built With

  • Flask - Backend framework
  • Bootstrap - Frontend framework
  • NLTK - Sentence splitting library

Authors

Acknowledgments

Special thanks to:

  • Google
  • DuckDuckGo
  • StackOverflow
  • W3Schools
  • etc

About

Miniature "search engine"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published