forked from mchesterkadwell/named-entity-recognition
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
25 lines (22 loc) · 744 Bytes
/
pyproject.toml
File metadata and controls
25 lines (22 loc) · 744 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[tool.poetry]
name = "named-entity-recognition"
version = "0.1.0"
description = "Named Entity Recognition for CDH Cultural Heritage Data School 2022"
authors = ["Mary Chester-Kadwell <mec31@cam.ac.uk>"]
license = "MIT"
[tool.poetry.dependencies]
python = "^3.8"
jupyter = "^1.0.0"
beautifulsoup4 = "^4.10.0"
doccano-transformer = "^1.0.2"
matplotlib = "^3.5.1"
nbconvert = "^6.4.2"
wptools = "^0.4.17"
en-core-web-sm = {url = "https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-2.2.5/en_core_web_sm-2.2.5.tar.gz#egg=en_core_web_sm"}
spacy = "2.2.4"
pymorphy2 = "^0.9.1"
SPARQLWrapper = "^1.8.5"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"