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

https://github.com/firmanjs/suggestion-for-opendata


https://github.com/firmanjs/suggestion-for-opendata

Last synced: about 1 year ago
JSON representation

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
```