An open API service indexing awesome lists of open source software.

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

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