Skip to content

jameingh/gpt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Development

python3.12 -m venv .venv
.venv/bin/python -m pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple/
.venv/bin/python -m pip install -r requirements.txt

python3.12 -m venv .venv
.venv/bin/python -m pip install jieba
# 依次安装 requirements.txt 中的所有依赖

Run bag-of-word.py

.venv/bin/python bag-of-word.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages