Skip to main content

A spaCy package for the Rust tokenizations library

Project description

spacy-alignments: Align tokenizations for spaCy + transformers

A spaCy package for Yohei Tamura's Rust tokenizations library with Python bindings.

Installation

pip install -U pip setuptools wheel
pip install spacy-alignments

If no binary wheel is available for your platform, you will need to install Rust in order to build spacy-alignments from source.

spacy-alignments vs. pytokenizations

The spacy_alignments module is a drop-in replacement for tokenizations:

import spacy_alignments as tokenizations
a2b, b2a = tokenizations.get_alignments(["å", "BC"], ["abc"])
assert a2b == [[0], [0]]
assert b2a == [[0, 1]]

The only difference between this package and the original pytokenizations is that it switches the build system to setuptools-rust to make it easier for us at Explosion to build source and binary packages for a wider range of platforms.

Bug reports and other issues

Please use spaCy's issue tracker to report a bug, or open a new thread on the discussion board for any other issue.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

spacy_alignments-0.9.2.tar.gz (7.1 kB view details)

Uploaded Source

Built Distributions

spacy_alignments-0.9.2-cp313-cp313-win_amd64.whl (184.4 kB view details)

Uploaded CPython 3.13Windows x86-64

spacy_alignments-0.9.2-cp313-cp313-musllinux_1_2_x86_64.whl (374.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

spacy_alignments-0.9.2-cp313-cp313-musllinux_1_2_aarch64.whl (362.1 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

spacy_alignments-0.9.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (313.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

spacy_alignments-0.9.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (314.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

spacy_alignments-0.9.2-cp313-cp313-macosx_11_0_arm64.whl (285.9 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

spacy_alignments-0.9.2-cp313-cp313-macosx_10_13_x86_64.whl (290.5 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

spacy_alignments-0.9.2-cp312-cp312-win_amd64.whl (184.3 kB view details)

Uploaded CPython 3.12Windows x86-64

spacy_alignments-0.9.2-cp312-cp312-musllinux_1_2_x86_64.whl (374.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

spacy_alignments-0.9.2-cp312-cp312-musllinux_1_2_aarch64.whl (362.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

spacy_alignments-0.9.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (313.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

spacy_alignments-0.9.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (314.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

spacy_alignments-0.9.2-cp312-cp312-macosx_11_0_arm64.whl (286.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

spacy_alignments-0.9.2-cp312-cp312-macosx_10_13_x86_64.whl (290.8 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

spacy_alignments-0.9.2-cp311-cp311-win_amd64.whl (184.6 kB view details)

Uploaded CPython 3.11Windows x86-64

spacy_alignments-0.9.2-cp311-cp311-musllinux_1_2_x86_64.whl (375.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

spacy_alignments-0.9.2-cp311-cp311-musllinux_1_2_aarch64.whl (362.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

spacy_alignments-0.9.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (314.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

spacy_alignments-0.9.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (314.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

spacy_alignments-0.9.2-cp311-cp311-macosx_11_0_arm64.whl (288.8 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

spacy_alignments-0.9.2-cp311-cp311-macosx_10_12_x86_64.whl (293.0 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

spacy_alignments-0.9.2-cp310-cp310-win_amd64.whl (184.7 kB view details)

Uploaded CPython 3.10Windows x86-64

spacy_alignments-0.9.2-cp310-cp310-musllinux_1_2_x86_64.whl (376.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

spacy_alignments-0.9.2-cp310-cp310-musllinux_1_2_aarch64.whl (362.6 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

spacy_alignments-0.9.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (314.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

spacy_alignments-0.9.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (314.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

spacy_alignments-0.9.2-cp310-cp310-macosx_11_0_arm64.whl (289.1 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

spacy_alignments-0.9.2-cp310-cp310-macosx_10_12_x86_64.whl (293.1 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

spacy_alignments-0.9.2-cp39-cp39-win_amd64.whl (184.8 kB view details)

Uploaded CPython 3.9Windows x86-64

spacy_alignments-0.9.2-cp39-cp39-musllinux_1_2_x86_64.whl (376.2 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

spacy_alignments-0.9.2-cp39-cp39-musllinux_1_2_aarch64.whl (362.9 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

spacy_alignments-0.9.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (314.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

spacy_alignments-0.9.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (314.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

spacy_alignments-0.9.2-cp39-cp39-macosx_11_0_arm64.whl (289.0 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

spacy_alignments-0.9.2-cp39-cp39-macosx_10_12_x86_64.whl (293.0 kB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

File details

Details for the file spacy_alignments-0.9.2.tar.gz.

File metadata

  • Download URL: spacy_alignments-0.9.2.tar.gz
  • Upload date:
  • Size: 7.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for spacy_alignments-0.9.2.tar.gz
Algorithm Hash digest
SHA256 1c50b50d261550d3220887cfd0a12a6e85e709d815a66949f6b92340e4278d69
MD5 4322925284f745520408633e8f3c658d
BLAKE2b-256 6d1537dd9a5dd5ebe1c3b0b2a56a1a922ed3c775b3e7d85d1f81e6b068739ee7

See more details on using hashes here.

Provenance

The following attestation bundles were made for spacy_alignments-0.9.2.tar.gz:

Publisher: publish_pypi.yml on explosion/spacy-alignments

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spacy_alignments-0.9.2-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for spacy_alignments-0.9.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 ca8203615aee9f5bc746e58aee4069f3d887c10e2bfa53e7515b07dc3b910e97
MD5 13e40cd8c1ec4f5fbbed33e8864b5575
BLAKE2b-256 ee8269f5cf10a37d3dcbb5f0efe4f2fee83a57c12c373df26eb87d05847df415

See more details on using hashes here.

Provenance

The following attestation bundles were made for spacy_alignments-0.9.2-cp313-cp313-win_amd64.whl:

Publisher: publish_pypi.yml on explosion/spacy-alignments

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spacy_alignments-0.9.2-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for spacy_alignments-0.9.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d1fb2ff29e2f29f442dec648a02eeaa7c1b56186273614c80b2e787088a843c6
MD5 33a07fb5eccad1980342084db5cd0802
BLAKE2b-256 516b4eca24132721a47349c1a5016e37f6cc5611db2770ec9143a11ed24825ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for spacy_alignments-0.9.2-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: publish_pypi.yml on explosion/spacy-alignments

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spacy_alignments-0.9.2-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for spacy_alignments-0.9.2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 19997ea93d0f0de09ccd521e48ff9f5d9372f370d8ed769383102ccbf5a4ed22
MD5 436d30596ee2d278c03190e79693fdcd
BLAKE2b-256 0a16ac084645d7829184bb63fca5ef887a1413d72e84cb1d0e72636f1e8ec7a8

See more details on using hashes here.

Provenance

The following attestation bundles were made for spacy_alignments-0.9.2-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: publish_pypi.yml on explosion/spacy-alignments

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spacy_alignments-0.9.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for spacy_alignments-0.9.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e8024ca025cc2f77665f4e88e1e2073884b3b0271683f11be17376f41df0a8b3
MD5 d9e708d4fc389183e0c35f0ec470147e
BLAKE2b-256 dfa86f894f778cadece37913c18a0c67cdda1e89dff47d2da5f7903f9bec4f95

See more details on using hashes here.

Provenance

The following attestation bundles were made for spacy_alignments-0.9.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish_pypi.yml on explosion/spacy-alignments

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spacy_alignments-0.9.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for spacy_alignments-0.9.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2a8ed5fe99aaa08767d477ce76c6406df1ee0250c6989f4327ef40b7598d0064
MD5 41f4de9b8c516b48e1f8b3d480fe4940
BLAKE2b-256 81a4f92f37a38860962ffcd5207875acd6a9c2a714d1cd977cd0a63ca260ea31

See more details on using hashes here.

Provenance

The following attestation bundles were made for spacy_alignments-0.9.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish_pypi.yml on explosion/spacy-alignments

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spacy_alignments-0.9.2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for spacy_alignments-0.9.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1d3a2d577adb6ea863d37b705bd80695ae3a79d5d73b115c15a7a351ef96809d
MD5 7d34c2b17dd4910d0d2f57ee066b0787
BLAKE2b-256 e01bcb943c939086dabe387f8447b73bf2983eede9f1d176bd512958f77b13ed

See more details on using hashes here.

Provenance

The following attestation bundles were made for spacy_alignments-0.9.2-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: publish_pypi.yml on explosion/spacy-alignments

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spacy_alignments-0.9.2-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for spacy_alignments-0.9.2-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 a590f3a49f448bfb4115670e0c509d3d09f85adf2c4f1ce82fe73452d5ccfa94
MD5 39ba1f4e4b27a5f47a98eb64170a2071
BLAKE2b-256 bbe8f22e90e8c0e0bf067001bbd6dafa83a8b89e0f6980a7c2289cba023f75f0

See more details on using hashes here.

Provenance

The following attestation bundles were made for spacy_alignments-0.9.2-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: publish_pypi.yml on explosion/spacy-alignments

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spacy_alignments-0.9.2-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for spacy_alignments-0.9.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ac2cd050afda5d365d23587931f6b4a505f4cf5a55d0f006f6d056e6b1ac7fe7
MD5 a9518fb0945c438ef2c1e60bc89f6a28
BLAKE2b-256 59acb491a94d78bc4a14887919a807c8dd3f853cde5b5cd2aeffadfe36f5c751

See more details on using hashes here.

Provenance

The following attestation bundles were made for spacy_alignments-0.9.2-cp312-cp312-win_amd64.whl:

Publisher: publish_pypi.yml on explosion/spacy-alignments

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spacy_alignments-0.9.2-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for spacy_alignments-0.9.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 43a013f75dbdd12e43536a5892d26ac4032126b3427fc0ec2ac73559b3d0e8c4
MD5 97d66e9bba082ca312e06328fe395fc8
BLAKE2b-256 a43af853659555157ab17f8e1bf73dccfb23eed8b59ac5ea6d192ac81da4d905

See more details on using hashes here.

Provenance

The following attestation bundles were made for spacy_alignments-0.9.2-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: publish_pypi.yml on explosion/spacy-alignments

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spacy_alignments-0.9.2-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for spacy_alignments-0.9.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cf10b36bda5f2e548dd18c784c4e8196f91752b09786c587990733b28a587b1d
MD5 1c1329da2fe924efc5fb9fc0e02c4b92
BLAKE2b-256 7b3bf03ff821d964d767f090e9d170cfe70b612af235ff939ede41497512f44a

See more details on using hashes here.

Provenance

The following attestation bundles were made for spacy_alignments-0.9.2-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: publish_pypi.yml on explosion/spacy-alignments

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spacy_alignments-0.9.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for spacy_alignments-0.9.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ab9ade930ef7a11dd50fd35b289cdd403d7386549ac3f8db75dafa88c9ea33e4
MD5 45785b72937cb6e86947aa52721c6a2e
BLAKE2b-256 559410b4855136d26e5806b1ebacb587b4fcfd6b95852d9428ff928c146e4bb3

See more details on using hashes here.

Provenance

The following attestation bundles were made for spacy_alignments-0.9.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish_pypi.yml on explosion/spacy-alignments

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spacy_alignments-0.9.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for spacy_alignments-0.9.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 614c01a3ea0d3c4fd26081572b20097b308899f60a69f04b756adc6f3d50afb7
MD5 94d62aac3053fc88beca2e331e3a1ecd
BLAKE2b-256 7b2ceb0e6945df3048f979c5092b79ddb1f9e910880ca0010e721cc7cc918de4

See more details on using hashes here.

Provenance

The following attestation bundles were made for spacy_alignments-0.9.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish_pypi.yml on explosion/spacy-alignments

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spacy_alignments-0.9.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for spacy_alignments-0.9.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b9aa846f3d08e98632f0d0f2a2e91d94ab477b41c1d9c1808e7639c490f073d5
MD5 e0fde9ecae3a210ccaa2cca58b8da4db
BLAKE2b-256 916555b5ae5c3485394916737fdd6761d5e6a84c6654d141332f9541d5dcb6bd

See more details on using hashes here.

Provenance

The following attestation bundles were made for spacy_alignments-0.9.2-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: publish_pypi.yml on explosion/spacy-alignments

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spacy_alignments-0.9.2-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for spacy_alignments-0.9.2-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 18f4f71a18086ffd436ba683c8ceb383270691899abc85624fa27f0b6cd7d670
MD5 e2e77d5e05ed15fed02854aab750d6c2
BLAKE2b-256 4c57f662a931febea29cdffdbfd2f30c80802b1ed2f4a94ee8b2c38048f933ad

See more details on using hashes here.

Provenance

The following attestation bundles were made for spacy_alignments-0.9.2-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: publish_pypi.yml on explosion/spacy-alignments

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spacy_alignments-0.9.2-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for spacy_alignments-0.9.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 70c86a047665d33dbd470dc6e8b62b9a40bbc5ddf622982279b3ef7ebaa5925e
MD5 8f33c1a00c1954f890e42588d7be645e
BLAKE2b-256 c40db54bf88cd900a2bbccd8094704cfdab7e8e606c90dc17ef075e35f43396b

See more details on using hashes here.

Provenance

The following attestation bundles were made for spacy_alignments-0.9.2-cp311-cp311-win_amd64.whl:

Publisher: publish_pypi.yml on explosion/spacy-alignments

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spacy_alignments-0.9.2-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for spacy_alignments-0.9.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e8452dda516c7f94692e03570b1335bc17443ca3232a555c11efab5f97dedba0
MD5 ffd55d965b12ddce25a19ad7a2d94754
BLAKE2b-256 f03fcc4aced9e5b1814941752bd381fdf2a99a8d12ac4bc5253b375e8175fbfd

See more details on using hashes here.

Provenance

The following attestation bundles were made for spacy_alignments-0.9.2-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: publish_pypi.yml on explosion/spacy-alignments

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spacy_alignments-0.9.2-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for spacy_alignments-0.9.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c8628a5dc20c7226e6a0d102f41d6fd36832a617a39d8d5169a1cc2f908b1b98
MD5 c8f669d6b008dd6e5d6b3cba16859b16
BLAKE2b-256 f72eb2ef0f4960d4f3d000ff60cee5841a114803137a559d98abf7d48a1cc3e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for spacy_alignments-0.9.2-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: publish_pypi.yml on explosion/spacy-alignments

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spacy_alignments-0.9.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for spacy_alignments-0.9.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f204610daa25dd7602d00cefecdea5e3e106eb434dc510facf2f1e6cf0bc95a5
MD5 16175623f90285eb709c0992c6022f3e
BLAKE2b-256 a219346e7325f68cf0e54feb7650e47c4668612c8a92b148d8a1392a9af974ed

See more details on using hashes here.

Provenance

The following attestation bundles were made for spacy_alignments-0.9.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish_pypi.yml on explosion/spacy-alignments

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spacy_alignments-0.9.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for spacy_alignments-0.9.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a79e76995deda6ddc2b53bfb55d4be8d73770844f9aea58cb3f7520d87feeb0e
MD5 058018972a7d1b72fe150a3bbe17f87b
BLAKE2b-256 3e92b48eab9fae4dc7c1e17a93a19e4c382657df1baa572464f6028a89f2ae62

See more details on using hashes here.

Provenance

The following attestation bundles were made for spacy_alignments-0.9.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish_pypi.yml on explosion/spacy-alignments

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spacy_alignments-0.9.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for spacy_alignments-0.9.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6c31c794612e23be31ca3a558f70ec8836063f90de0bb70a0fc271de7a281db0
MD5 3d82109cd452817e34ca3ee2c7c09d10
BLAKE2b-256 41943ab5d11aab379be71a1ecc43294eb7b6aead60dfe21d82f0923d2bc0c1fc

See more details on using hashes here.

Provenance

The following attestation bundles were made for spacy_alignments-0.9.2-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: publish_pypi.yml on explosion/spacy-alignments

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spacy_alignments-0.9.2-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for spacy_alignments-0.9.2-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 44e9138b7bdb71bd69c11a87893c34ebeff29be6f3f2dd1870dc8a02ea353086
MD5 9aea35e6233a6eb49e41a64ec8428799
BLAKE2b-256 72f3bb28e38d154c98dea692c5d54d063e2008ceb2806c04856740fec544918a

See more details on using hashes here.

Provenance

The following attestation bundles were made for spacy_alignments-0.9.2-cp311-cp311-macosx_10_12_x86_64.whl:

Publisher: publish_pypi.yml on explosion/spacy-alignments

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spacy_alignments-0.9.2-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for spacy_alignments-0.9.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 72cd7c69ac8be5635d71d050902d168809704e60bb09bd57020bb8cae7a19f2f
MD5 67f22aa8fd72c339b15dabf648cac5ea
BLAKE2b-256 07d950667edf1f783a9001d2bf622145d2fa39de1521f2fe34bab36c88672cb9

See more details on using hashes here.

Provenance

The following attestation bundles were made for spacy_alignments-0.9.2-cp310-cp310-win_amd64.whl:

Publisher: publish_pypi.yml on explosion/spacy-alignments

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spacy_alignments-0.9.2-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for spacy_alignments-0.9.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c05a1daa37dc60c3d1e77f81a9b448448f3a9d06395fc3da219b0932efa581f6
MD5 b328885dd0f01ffb1c911fcb4931176d
BLAKE2b-256 251558761e59882c34ff460c67f2f2ddb42da440aa86af38e96c5c49f46e3797

See more details on using hashes here.

Provenance

The following attestation bundles were made for spacy_alignments-0.9.2-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: publish_pypi.yml on explosion/spacy-alignments

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spacy_alignments-0.9.2-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for spacy_alignments-0.9.2-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9288063ac6b246786ab8cb5daaad82955e381838a1db46eb27ba0db7daf3d2de
MD5 faeba393879e4654b8260bcc51d8020a
BLAKE2b-256 422ea31c803a5d6a81bdbe849723afa3b1af5205600fa7928155b578abcdfa6c

See more details on using hashes here.

Provenance

The following attestation bundles were made for spacy_alignments-0.9.2-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: publish_pypi.yml on explosion/spacy-alignments

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spacy_alignments-0.9.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for spacy_alignments-0.9.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3a6b1abcf8eeb83aad402037bacb72751dc6ebbe4c4961555388505350c4e574
MD5 91075d4bf4caf3f4c86b260b8c6ceb59
BLAKE2b-256 76b4908a3732c2c4eb62f2dc132e9fdd345aaad73f9beeb4b43b2520c1862a95

See more details on using hashes here.

Provenance

The following attestation bundles were made for spacy_alignments-0.9.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish_pypi.yml on explosion/spacy-alignments

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spacy_alignments-0.9.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for spacy_alignments-0.9.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 72c8d23720c031165f182a3a40bfe8ec510ef8bab42447454fc56aec934f303c
MD5 a4a1a3ede0fab5180e92ea194e6a34df
BLAKE2b-256 4eb66483c6f4b9f4b62db571345ab6752f63667077481a4e697e040953b1bb53

See more details on using hashes here.

Provenance

The following attestation bundles were made for spacy_alignments-0.9.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish_pypi.yml on explosion/spacy-alignments

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spacy_alignments-0.9.2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for spacy_alignments-0.9.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 646096245fee96a582c4bf72bf868ef518af85fdab5ca5dd5e055a85114aa42e
MD5 ce8afa795c36c39d6cc9cf338f07dad4
BLAKE2b-256 a6d1b2de2895f2db65e85b50e600574941d759bffeb8199530514ade72bfc82b

See more details on using hashes here.

Provenance

The following attestation bundles were made for spacy_alignments-0.9.2-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: publish_pypi.yml on explosion/spacy-alignments

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spacy_alignments-0.9.2-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for spacy_alignments-0.9.2-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2ace14b2d0d7028460d03d7440990e17b2ad65cd8009350ae375eddf1aea676f
MD5 6496df316d201f34aa1ce732b946c855
BLAKE2b-256 ed32f5fb86d4101e6d0cbb28252c62e25d45b3b49e44510f87f80d2c9151cc01

See more details on using hashes here.

Provenance

The following attestation bundles were made for spacy_alignments-0.9.2-cp310-cp310-macosx_10_12_x86_64.whl:

Publisher: publish_pypi.yml on explosion/spacy-alignments

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spacy_alignments-0.9.2-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for spacy_alignments-0.9.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 6af5e303f411f7ebe249299b718e5543937d5ff6ca521c1ea4753c5baa6c5c57
MD5 b6bc3b116162084ee02e7513fee5ae77
BLAKE2b-256 f381bedc01b8e5500479f115b482dde3ae2ce67d2efebfa0ce84f0e763cad4be

See more details on using hashes here.

Provenance

The following attestation bundles were made for spacy_alignments-0.9.2-cp39-cp39-win_amd64.whl:

Publisher: publish_pypi.yml on explosion/spacy-alignments

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spacy_alignments-0.9.2-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for spacy_alignments-0.9.2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6f037978ca008cc69fc6666b43aaa17780b0b0490b9d982c7b7cfc88ac73cb75
MD5 d0fb87fc127a8946dbe63c3213ab62cb
BLAKE2b-256 6badbdc065450642763c89679ffcd0127f09546f314439183af9bfb42a5b1b86

See more details on using hashes here.

Provenance

The following attestation bundles were made for spacy_alignments-0.9.2-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: publish_pypi.yml on explosion/spacy-alignments

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spacy_alignments-0.9.2-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for spacy_alignments-0.9.2-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ebcb033445023c941aa2c1eb641cb60c8fec3967fb912f40731dc8e6c86ab3f1
MD5 8d0548a886dda46db87b685504c194f2
BLAKE2b-256 59c600d9f932afc89ff9c24709848e4582b76a66fe82a0a8fc12be83eaf77867

See more details on using hashes here.

Provenance

The following attestation bundles were made for spacy_alignments-0.9.2-cp39-cp39-musllinux_1_2_aarch64.whl:

Publisher: publish_pypi.yml on explosion/spacy-alignments

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spacy_alignments-0.9.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for spacy_alignments-0.9.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9087c89cd8beb569d7f03f2ea2cafbc835c38ec29c63c574836ce51dc3fd0d7f
MD5 22b319f5e93a9149a67f2813c2acfc8b
BLAKE2b-256 6ba58a9992a7b3e3b513621280f90a76a06e1c60bc9b573e7763beec56dc93bd

See more details on using hashes here.

Provenance

The following attestation bundles were made for spacy_alignments-0.9.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish_pypi.yml on explosion/spacy-alignments

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spacy_alignments-0.9.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for spacy_alignments-0.9.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e224f9b94cb7dee35adcd0ed1333e02f2779dc4a07daeaca56c22eb97efb225f
MD5 36804662b1860b47f663f2942ed15a63
BLAKE2b-256 2a63bdf997f47814c04488414e678c504f29c8fbbf366dad06d801dfaf87a9b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for spacy_alignments-0.9.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish_pypi.yml on explosion/spacy-alignments

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spacy_alignments-0.9.2-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for spacy_alignments-0.9.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d35c6fcacdaec894500dd19ee5efdc75e22ad525b05e55a28ed16bf238dd0a76
MD5 a2f3b75d2065142ee24c25f27173238d
BLAKE2b-256 190932122b78b71eb1cdd2b99f0db174d60ef2f80baa46547eba0430dba7ee8e

See more details on using hashes here.

Provenance

The following attestation bundles were made for spacy_alignments-0.9.2-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: publish_pypi.yml on explosion/spacy-alignments

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spacy_alignments-0.9.2-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for spacy_alignments-0.9.2-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e28504cdf9ff8cf9f6a308edbc3e4c4a873df5807fa594c99cce31fe68d14b53
MD5 e172eae2d9556465f914c29efd80e4f9
BLAKE2b-256 2ac62218809f9feb0b099a8e1765535903f99b6519ce444661d37cbf16d02695

See more details on using hashes here.

Provenance

The following attestation bundles were made for spacy_alignments-0.9.2-cp39-cp39-macosx_10_12_x86_64.whl:

Publisher: publish_pypi.yml on explosion/spacy-alignments

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page