mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-13 05:07:03 +03:00
cc477be952
* Remove previous alignment * Implement better alignment, using ragged data structure * Use pytokenizations for alignment * Fixes * Fixes * Fix overlapping entities in alignment * Fix align split_sents * Update test * Commit align.py * Try to appease setuptools * Fix flake8 * use realistic entities for testing * Update tests for better alignment * Improve alignment heuristic Co-authored-by: svlandeg <sofie.vanlandeghem@gmail.com>
14 lines
291 B
TOML
14 lines
291 B
TOML
[build-system]
|
|
requires = [
|
|
"setuptools",
|
|
"wheel",
|
|
"cython>=0.25",
|
|
"cymem>=2.0.2,<2.1.0",
|
|
"preshed>=3.0.2,<3.1.0",
|
|
"murmurhash>=0.28.0,<1.1.0",
|
|
"thinc>=8.0.0a12,<8.0.0a20",
|
|
"blis>=0.4.0,<0.5.0",
|
|
"pytokenizations"
|
|
]
|
|
build-backend = "setuptools.build_meta"
|