https://github.com/firmanjs/suggestion-for-opendata
https://github.com/firmanjs/suggestion-for-opendata
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/firmanjs/suggestion-for-opendata
- Owner: firmanJS
- Created: 2021-08-20T08:40:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-20T09:11:53.000Z (over 4 years ago)
- Last Synced: 2025-02-02T09:41:30.991Z (about 1 year ago)
- Language: Python
- Size: 3.07 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Riset Autocorecction Word or Suggestion Word Similarities
using pandas
## Run
```bash
# install venv
python3 -m venv venv
# activated venv
source venv/bin/activate
# install package
pip3 install -r requirements.txt
#run scsript
python3 suggestion.py
```