Skip to content

Commit 5b79ef5

Browse files
committed
init ner with spacy notebook
1 parent 6ade0a2 commit 5b79ef5

File tree

6 files changed

+1901
-51
lines changed

6 files changed

+1901
-51
lines changed

ch8/ner-with-spacy.ipynb

Whitespace-only changes.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ dependencies = [
3838
"transformers[torch,sentencepiece]",
3939
"pip-tools",
4040
"prometheus-client>=0.21",
41-
"gunicorn"
41+
"gunicorn",
42+
"spacy"
4243
]
4344

4445
[build-system]

requirements/lib-py3.10.txt

Lines changed: 469 additions & 1 deletion
Large diffs are not rendered by default.

requirements/lib-py3.11.txt

Lines changed: 467 additions & 1 deletion
Large diffs are not rendered by default.

requirements/lib-py3.12.txt

Lines changed: 508 additions & 47 deletions
Large diffs are not rendered by default.

requirements/lib-py3.9.txt

Lines changed: 455 additions & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)