aozora-bunko-preprocessor / pyproject.toml
Bor Hodošček
feat: inital commit of working demo
8cef38d unverified
raw
history blame contribute delete
521 Bytes
[project]
name = ""
version = "0.1.0"
description = "Regex and Python based preprocessing demo"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"aozora-corpus-generator==0.1.1",
"cdifflib==1.2.9",
"ginza",
"ja-ginza",
"ipython==7.23.1",
"marimo",
"polars==1.30.0",
"spacy==3.8.7",
"wcwidth",
]
[tool.uv.sources]
aozora-corpus-generator = { git = "https://github.com/borh/aozora-corpus-generator.git" }
[tool.uv]
no-binary-package = ["html5-parser", "lxml"]