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

https://github.com/caoyang2002/algorithm

算法收集
https://github.com/caoyang2002/algorithm

Last synced: 5 months ago
JSON representation

算法收集

Awesome Lists containing this project

README

          

# algorithm

[拼写检查算法](./wagner_fischer.py)

[《无主之地:科学》数组删除算法](./remove_hashtag_and_shift.py)

1. 文本相似度匹配算法

```bash
pip install torch # conda install pytorch
pip install -U similarities
```

# 快速启动

```bash
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
deactivate
```