Skip to content

Moskize91/index-package

Repository files navigation

index-package

安装

需要 Python 环境,执行如下命令创建 Python 的 venv 环境。

$ python -m venv .venv

此后切换到该 Python 环境。对于 Linux / MacOS 而言执行如下命令。

$ . .venv/bin/activate

对于 Windows 而言执行如下命令。

$ .venv\Scripts\activate.bat

此后安装依赖包,执行如下命令。

$ pip install -r requirements.txt

其中 Spacy 依赖的中英文模型,通过如下命令安装。

$ python -m spacy download en_core_web_sm
$ python -m spacy download zh_core_web_sm

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published