Spaces:
Sleeping
Sleeping
File size: 521 Bytes
8cef38d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
[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"]
|