Skip to content

Commit

Permalink
add spacy files
Browse files Browse the repository at this point in the history
  • Loading branch information
0dm committed Jun 16, 2023
1 parent b20b060 commit e9d053a
Show file tree
Hide file tree
Showing 2 changed files with 115 additions and 1 deletion.
112 changes: 111 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ pyinstaller = "^5.12.0"
setuptools-lint = "^0.6.0"
sphinx = "^7.0.1"
nicegui = "1.2.16"
spacy = "^3.5.3"

[tool.poetry.dependencies.en_core_web_trf]
url = "https://github.com/explosion/spacy-models/releases/download/en_core_web_trf-3.5.0/en_core_web_trf-3.5.0.tar.gz"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit e9d053a

Please sign in to comment.