https://github.com/rasyadh/textmining
text mining and search engine application using TF-IDF algorithm
https://github.com/rasyadh/textmining
flask flask-sqlalchemy python3 sastrawi-python search-engine text-mining tf-idf
Last synced: 29 days ago
JSON representation
text mining and search engine application using TF-IDF algorithm
- Host: GitHub
- URL: https://github.com/rasyadh/textmining
- Owner: rasyadh
- Created: 2018-01-21T11:37:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-21T12:52:41.000Z (over 8 years ago)
- Last Synced: 2025-01-06T18:21:22.613Z (over 1 year ago)
- Topics: flask, flask-sqlalchemy, python3, sastrawi-python, search-engine, text-mining, tf-idf
- Language: Python
- Size: 832 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Text Mining and Search Engine Application
Install Dependencies :
pip install flask
pip install flask-sqlalchemy
pip install sqlalchemy
pip install sastrawi
Run the app : python run.py