Skip to main content

Snowball stemming algorithms, for information retrieval

Project description

Stemming algorithms

PyStemmer provides access to efficient algorithms for calculating a “stemmed” form of a word. This is a form with most of the common morphological endings removed; hopefully representing a common linguistic base form. This is most useful in building search engines and information retrieval software; for example, a search with stemming enabled should be able to find a document containing “cycling” given the query “cycles”.

PyStemmer provides algorithms for several (mainly European) languages, by wrapping the libstemmer library from the Snowball project in a Python module.

It also provides access to the classic Porter stemming algorithm for English: although this has been superseded by an improved algorithm, the original algorithm may be of interest to information retrieval researchers wishing to reproduce results of earlier experiments.

Download files

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

Source Distribution

pystemmer-3.1.0.tar.gz (302.6 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

pystemmer-3.1.0-cp314-cp314t-win_arm64.whl (233.4 kB view details)

Uploaded CPython 3.14tWindows ARM64

pystemmer-3.1.0-cp314-cp314t-win_amd64.whl (235.2 kB view details)

Uploaded CPython 3.14tWindows x86-64

pystemmer-3.1.0-cp314-cp314t-win32.whl (166.0 kB view details)

Uploaded CPython 3.14tWindows x86

pystemmer-3.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl (806.9 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

pystemmer-3.1.0-cp314-cp314t-musllinux_1_2_aarch64.whl (810.9 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

pystemmer-3.1.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (820.4 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

pystemmer-3.1.0-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (805.5 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

pystemmer-3.1.0-cp314-cp314t-macosx_11_0_arm64.whl (251.2 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

pystemmer-3.1.0-cp314-cp314t-macosx_10_15_x86_64.whl (243.1 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

pystemmer-3.1.0-cp314-cp314-win_arm64.whl (230.8 kB view details)

Uploaded CPython 3.14Windows ARM64

pystemmer-3.1.0-cp314-cp314-win_amd64.whl (228.6 kB view details)

Uploaded CPython 3.14Windows x86-64

pystemmer-3.1.0-cp314-cp314-win32.whl (161.2 kB view details)

Uploaded CPython 3.14Windows x86

pystemmer-3.1.0-cp314-cp314-musllinux_1_2_x86_64.whl (748.5 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

pystemmer-3.1.0-cp314-cp314-musllinux_1_2_aarch64.whl (753.5 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

pystemmer-3.1.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (756.6 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

pystemmer-3.1.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (747.1 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

pystemmer-3.1.0-cp314-cp314-macosx_11_0_arm64.whl (247.3 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

pystemmer-3.1.0-cp314-cp314-macosx_10_15_x86_64.whl (241.8 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

pystemmer-3.1.0-cp313-cp313-win_arm64.whl (226.4 kB view details)

Uploaded CPython 3.13Windows ARM64

pystemmer-3.1.0-cp313-cp313-win_amd64.whl (225.1 kB view details)

Uploaded CPython 3.13Windows x86-64

pystemmer-3.1.0-cp313-cp313-win32.whl (157.4 kB view details)

Uploaded CPython 3.13Windows x86

pystemmer-3.1.0-cp313-cp313-musllinux_1_2_x86_64.whl (749.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

pystemmer-3.1.0-cp313-cp313-musllinux_1_2_aarch64.whl (752.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

pystemmer-3.1.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (755.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

pystemmer-3.1.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (747.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

pystemmer-3.1.0-cp313-cp313-macosx_11_0_arm64.whl (247.1 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pystemmer-3.1.0-cp313-cp313-macosx_10_13_x86_64.whl (241.8 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

pystemmer-3.1.0-cp312-cp312-win_arm64.whl (226.5 kB view details)

Uploaded CPython 3.12Windows ARM64

pystemmer-3.1.0-cp312-cp312-win_amd64.whl (225.1 kB view details)

Uploaded CPython 3.12Windows x86-64

pystemmer-3.1.0-cp312-cp312-win32.whl (157.5 kB view details)

Uploaded CPython 3.12Windows x86

pystemmer-3.1.0-cp312-cp312-musllinux_1_2_x86_64.whl (754.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

pystemmer-3.1.0-cp312-cp312-musllinux_1_2_aarch64.whl (756.3 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

pystemmer-3.1.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (761.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

pystemmer-3.1.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (752.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

pystemmer-3.1.0-cp312-cp312-macosx_11_0_arm64.whl (247.4 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pystemmer-3.1.0-cp312-cp312-macosx_10_13_x86_64.whl (242.2 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

pystemmer-3.1.0-cp311-cp311-win_arm64.whl (226.5 kB view details)

Uploaded CPython 3.11Windows ARM64

pystemmer-3.1.0-cp311-cp311-win_amd64.whl (224.7 kB view details)

Uploaded CPython 3.11Windows x86-64

pystemmer-3.1.0-cp311-cp311-win32.whl (156.9 kB view details)

Uploaded CPython 3.11Windows x86

pystemmer-3.1.0-cp311-cp311-musllinux_1_2_x86_64.whl (746.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

pystemmer-3.1.0-cp311-cp311-musllinux_1_2_aarch64.whl (751.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

pystemmer-3.1.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (753.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

pystemmer-3.1.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (744.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

pystemmer-3.1.0-cp311-cp311-macosx_11_0_arm64.whl (247.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pystemmer-3.1.0-cp311-cp311-macosx_10_9_x86_64.whl (241.6 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

pystemmer-3.1.0-cp310-cp310-win_arm64.whl (226.5 kB view details)

Uploaded CPython 3.10Windows ARM64

pystemmer-3.1.0-cp310-cp310-win_amd64.whl (224.6 kB view details)

Uploaded CPython 3.10Windows x86-64

pystemmer-3.1.0-cp310-cp310-win32.whl (157.1 kB view details)

Uploaded CPython 3.10Windows x86

pystemmer-3.1.0-cp310-cp310-musllinux_1_2_x86_64.whl (736.3 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

pystemmer-3.1.0-cp310-cp310-musllinux_1_2_aarch64.whl (739.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

pystemmer-3.1.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (742.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

pystemmer-3.1.0-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (733.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

pystemmer-3.1.0-cp310-cp310-macosx_11_0_arm64.whl (247.7 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pystemmer-3.1.0-cp310-cp310-macosx_10_9_x86_64.whl (241.5 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

pystemmer-3.1.0-cp39-cp39-win_arm64.whl (226.8 kB view details)

Uploaded CPython 3.9Windows ARM64

pystemmer-3.1.0-cp39-cp39-win_amd64.whl (224.9 kB view details)

Uploaded CPython 3.9Windows x86-64

pystemmer-3.1.0-cp39-cp39-win32.whl (157.4 kB view details)

Uploaded CPython 3.9Windows x86

pystemmer-3.1.0-cp39-cp39-musllinux_1_2_x86_64.whl (736.8 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

pystemmer-3.1.0-cp39-cp39-musllinux_1_2_aarch64.whl (740.4 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

pystemmer-3.1.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (742.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

pystemmer-3.1.0-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (734.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

pystemmer-3.1.0-cp39-cp39-macosx_11_0_arm64.whl (248.3 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

pystemmer-3.1.0-cp39-cp39-macosx_10_9_x86_64.whl (242.0 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

pystemmer-3.1.0-cp38-cp38-win_amd64.whl (225.7 kB view details)

Uploaded CPython 3.8Windows x86-64

pystemmer-3.1.0-cp38-cp38-win32.whl (158.2 kB view details)

Uploaded CPython 3.8Windows x86

pystemmer-3.1.0-cp38-cp38-musllinux_1_2_x86_64.whl (749.9 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

pystemmer-3.1.0-cp38-cp38-musllinux_1_2_aarch64.whl (753.6 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

pystemmer-3.1.0-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (757.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

pystemmer-3.1.0-cp38-cp38-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (748.9 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

pystemmer-3.1.0-cp38-cp38-macosx_11_0_arm64.whl (249.9 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

pystemmer-3.1.0-cp38-cp38-macosx_10_9_x86_64.whl (242.6 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

File details

Details for the file pystemmer-3.1.0.tar.gz.

File metadata

  • Download URL: pystemmer-3.1.0.tar.gz
  • Upload date:
  • Size: 302.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.5

File hashes

Hashes for pystemmer-3.1.0.tar.gz
Algorithm Hash digest
SHA256 083cc3ed90f4c3b0668f8e31c2925cbb4db3bf0fd6d710e0ad0914f33685f7df
MD5 cc69f18dbb834917549e709a38be7ae5
BLAKE2b-256 7895bb893462b08db211b248f6b1aaa0dc07d068dc86f180178bc9072fef86bb

See more details on using hashes here.

File details

Details for the file pystemmer-3.1.0-cp314-cp314t-win_arm64.whl.

File metadata

  • Download URL: pystemmer-3.1.0-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 233.4 kB
  • Tags: CPython 3.14t, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.5

File hashes

Hashes for pystemmer-3.1.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 abf809c951f7ed83f3556880895d26db626e12cd67796e12783532a3cd3331a1
MD5 481d082a12d8fa2ed50d2bc4280bbb1a
BLAKE2b-256 1860b3280c297bbcfcf08dcccb1aef087a1bd78876ec02d4d529a180ce885334

See more details on using hashes here.

File details

Details for the file pystemmer-3.1.0-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: pystemmer-3.1.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 235.2 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.5

File hashes

Hashes for pystemmer-3.1.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 f6b619268ba66e54d4f7befed283bc7fe2354417ad8c399a166ffd3468632e7e
MD5 7a5d07bf5d3c4521c217c4af21914790
BLAKE2b-256 6a39beced63cca50ec55433fec9f9feccb5c7bcc00bdc1b491a65dca248cb0c5

See more details on using hashes here.

File details

Details for the file pystemmer-3.1.0-cp314-cp314t-win32.whl.

File metadata

  • Download URL: pystemmer-3.1.0-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 166.0 kB
  • Tags: CPython 3.14t, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.5

File hashes

Hashes for pystemmer-3.1.0-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 3efa66285316e7ce356b26d0c22619fb03f5c98518572c4b20cd111f665323e0
MD5 074c8c67954f381f05062e0c0c4bfdb1
BLAKE2b-256 17b07411aaeaca247526d584865a65cf70c9ab2a20f5c975e36964e09723d433

See more details on using hashes here.

File details

Details for the file pystemmer-3.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pystemmer-3.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9ac13dbcc75d5f351eaf55e5d84615b2e8bdac18bc84ddb8b346b98e74cbe8db
MD5 ba7566b459cbeaa6910c47482e49d84b
BLAKE2b-256 1c1bc0f260c0993835fb340c184c78369b0c0a49425c9a06657563e15ead16a8

See more details on using hashes here.

File details

Details for the file pystemmer-3.1.0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pystemmer-3.1.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 87fb4da0b4bc3c13e0d37ff9f50f661a5d75c499bf5dbd46a8a4de2ea8050fa4
MD5 fe27f1e068e32884a1933115dac5ef61
BLAKE2b-256 1f285350570742808cdc5ab6aab04bba16f9e983bbc0f32c4063cf766734b34f

See more details on using hashes here.

File details

Details for the file pystemmer-3.1.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pystemmer-3.1.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b63bf8ac1943838fa194fe00d0cf6205a59fd9b402735c56254f6a6f561bbd58
MD5 cafe8c5dc3a1fc268e43b4d8e8fa01a3
BLAKE2b-256 dcae308c922066d2a1f2bcf2206487cb1f4dbc429b0303167badc6a09c4a6fb6

See more details on using hashes here.

File details

Details for the file pystemmer-3.1.0-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for pystemmer-3.1.0-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 5657e19c33303b9e478cb845fdf75949c52f9a745c310bd50bf0e48a9062611b
MD5 0b3e8973bc03f085e91fdcc1fd861e2d
BLAKE2b-256 5fb50a60082cfac11e3220e73eb99bd9d1aae95d1d9c48e502827ba6bff3ab0c

See more details on using hashes here.

File details

Details for the file pystemmer-3.1.0-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pystemmer-3.1.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0449bd466c36629620ad7fc2f1df3fcd52567f19948766aabdbbdeac4a347f24
MD5 bcca26fcd0fd03c367be4c4ac7ff6503
BLAKE2b-256 568a529a38a90d9c1fda9684b37287806e011e5b5fac6fed063b373eb1f4372d

See more details on using hashes here.

File details

Details for the file pystemmer-3.1.0-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pystemmer-3.1.0-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 3a5e38092677b47e1bcb19ecc9ede5fbce115ebdcde6cb868e25da8c79ed4d87
MD5 f1c6befac03ba43fc1d37dbc849eb5a2
BLAKE2b-256 ee1d969be7cbf655e0f1e59a5c1949614ba5720adf0d7b877906a62534904eb7

See more details on using hashes here.

File details

Details for the file pystemmer-3.1.0-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: pystemmer-3.1.0-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 230.8 kB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.5

File hashes

Hashes for pystemmer-3.1.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 2563f8a39b8e3e9686e633c2a6333beeb93f398ea3a4d21da1867a15475812ae
MD5 bc79a5b368cc7bfa918419bc28040d69
BLAKE2b-256 10ddf013f95ee5a52ee78bd59025b125be4ac13770086afdab3a48b939265ba7

See more details on using hashes here.

File details

Details for the file pystemmer-3.1.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: pystemmer-3.1.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 228.6 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.5

File hashes

Hashes for pystemmer-3.1.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 da6910e6933729224136041528b98dfb6d2639de88c943ed0da2fec116dd779f
MD5 efc3cfaca73f99c93d547403b30e3635
BLAKE2b-256 91aebf92ca59a720100517cc6027802fd9b7f3e74b34d32736a26b2225755e24

See more details on using hashes here.

File details

Details for the file pystemmer-3.1.0-cp314-cp314-win32.whl.

File metadata

  • Download URL: pystemmer-3.1.0-cp314-cp314-win32.whl
  • Upload date:
  • Size: 161.2 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.5

File hashes

Hashes for pystemmer-3.1.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 f0e9e8c19dded337ea7ed744f6c5b7aa629fedbc1bf326feeb50aa72b5226b65
MD5 431512db65851a9655a490135611f370
BLAKE2b-256 aa08826177ca4a52ee903ca2d805ba993b815cfeaf1f552c21d4c6a72b74de3c

See more details on using hashes here.

File details

Details for the file pystemmer-3.1.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pystemmer-3.1.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4bc6fa139ad8c0a326de8b0580029852b1490646a59024b6f7b563f45832de77
MD5 4e563bfa32c3c18f7f8732772c509d92
BLAKE2b-256 29465508fd451016d2bc98f1cbe3b4914c665e54f01751a614b5d7d52960c85b

See more details on using hashes here.

File details

Details for the file pystemmer-3.1.0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pystemmer-3.1.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a27d775dc5ce542b6a8886810b800f507cf28409c755e3612a3d94ec0ccfcec7
MD5 1b6aaa2fbcd5cd2e65ed13d25762eb7d
BLAKE2b-256 8fa0dd706b4d611952a8885932d3e6706f3b7dd34ba531142f308bd35cf51570

See more details on using hashes here.

File details

Details for the file pystemmer-3.1.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pystemmer-3.1.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 25c6df202e11cfee660879423f4025f10603e0aa4fc630c41eda4eaa53ebd809
MD5 853347798b9b37febbb484aa3616d51f
BLAKE2b-256 5b47bb91c7daa193afb2861a940912078d1eff90de57fa59828fe9bfd9f9315e

See more details on using hashes here.

File details

Details for the file pystemmer-3.1.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for pystemmer-3.1.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 5cfffb0c455b656c301c8c2ffebda9eb0ad966211c1c1309d4839967dac63b73
MD5 f075a97aee139ad273aecfb27916d877
BLAKE2b-256 55caf649a8bc2c1e748b92cd56dd5c6bb240cd15027fae587d858d6f8da867e5

See more details on using hashes here.

File details

Details for the file pystemmer-3.1.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pystemmer-3.1.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a9192e71ed4fe04b7f378b79fee0cae87c7a2ed5d8a153d749a15f8b42e02628
MD5 c4f20fafb1d4b3d0d779f5bb213661d6
BLAKE2b-256 e7c3f5359565107c2fc861e9b242ae96e29a2f171a3768816a0c9c34640b1928

See more details on using hashes here.

File details

Details for the file pystemmer-3.1.0-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pystemmer-3.1.0-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 359d3d0d8ce96fc3e978631a19df4f794518cc1a09232e1f8f7a017853e534e1
MD5 d05e69ebadb94860638d0edcaf4b883d
BLAKE2b-256 441d0a609707682d53049048efa661e792ca0b7a5e0a8cb3d65884bf0b08d80d

See more details on using hashes here.

File details

Details for the file pystemmer-3.1.0-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: pystemmer-3.1.0-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 226.4 kB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.5

File hashes

Hashes for pystemmer-3.1.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 b94cec510cc2da557e048cbe300532c4435dca9093cb49839c8cbb78709eaba0
MD5 c5a7d6cd527e15a6a77879c1a70a8656
BLAKE2b-256 e02bfc2c23f4961f530ba646e9c7913e491c610936bfc40689d53103ad6b16c4

See more details on using hashes here.

File details

Details for the file pystemmer-3.1.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: pystemmer-3.1.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 225.1 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.5

File hashes

Hashes for pystemmer-3.1.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 8527e1718b80a628303378d439057c90ef242dfc99efcad60ba2e8fb14ded8c6
MD5 cfa96325a37c9d41d9935933cdb81591
BLAKE2b-256 bf9e99c8071e5c7c23fd855e11941d780792262f76f19864f761b40f73b12f61

See more details on using hashes here.

File details

Details for the file pystemmer-3.1.0-cp313-cp313-win32.whl.

File metadata

  • Download URL: pystemmer-3.1.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 157.4 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.5

File hashes

Hashes for pystemmer-3.1.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 2a3a2ee3429b877a2ce3e7c8e82c5e7f76416281b9b839bd8de44bfbe2b14881
MD5 8e555456199943a9dee38412fd70d6c9
BLAKE2b-256 a2bbc47f3b748080733ac3e7636eb27f9161ac1897ea0c2c0a1e1951ce01dc68

See more details on using hashes here.

File details

Details for the file pystemmer-3.1.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pystemmer-3.1.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e17dab9e6a44066c3a57e8133353f984026c0cc73340e136a60f946200db9881
MD5 a0bcc9610c5919703a4838d3679d7f83
BLAKE2b-256 74da06c449c1332e0afae4af59e9749ce2b1a079ef96724240b745c17276b090

See more details on using hashes here.

File details

Details for the file pystemmer-3.1.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pystemmer-3.1.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9cc7fefd98903b8fd42f3c650f7d8c229172e435d5e122d1821f1a744b13c428
MD5 4370e3e2376999a7c3d9ba002d741dc3
BLAKE2b-256 49079fb7825dbba2280ba59bac5cced2d05cd09047c8354b03c4e55589c6c8c6

See more details on using hashes here.

File details

Details for the file pystemmer-3.1.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pystemmer-3.1.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 58c5bb84ebbd380226d90cc0df81cc84e325ed0f30f8f2439f84da50e681b316
MD5 fd0ea4f17a25e06253bfc9fb37a532d3
BLAKE2b-256 b03008cec4c31ec281e690027a9c4dfa5da914915c959069560b5d2d3622c5b8

See more details on using hashes here.

File details

Details for the file pystemmer-3.1.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for pystemmer-3.1.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 ec37dead495a6da4349c66f5984ef4148059f97bb44c95077f1aa5e50059ebc7
MD5 0723e37ce997ba3df0d0a1952d8a2ab6
BLAKE2b-256 78b0907b842baea0a5667ae06630afea3727949a3f25b7615b1dd8adf8e849bb

See more details on using hashes here.

File details

Details for the file pystemmer-3.1.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pystemmer-3.1.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ec88f8a24d6fd49a0301efe4e4f0277063158f46f9cc227f2cd49afec78bb169
MD5 8c21191c79d5aa8c027e75f589feadcb
BLAKE2b-256 7cbc55a89144ea63c6247fa87aafc0124bb043a95f428a1862fd37248c318eb0

See more details on using hashes here.

File details

Details for the file pystemmer-3.1.0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pystemmer-3.1.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 6b9bbe98fb698f2d19f6d58a0f6f6858bea93457e5c3aca0c5fd889658fba61a
MD5 bd9aa876bd7e47382290847a7a28164e
BLAKE2b-256 d207d3c7d6ea2e47fec881e54a588a5f126d525f517b0c3df8f811e8c2af8f45

See more details on using hashes here.

File details

Details for the file pystemmer-3.1.0-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: pystemmer-3.1.0-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 226.5 kB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.5

File hashes

Hashes for pystemmer-3.1.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 ab2dfe428ef626eec34e5360d20a04c41cc14fd70a96e9866902d19dc27cc5b9
MD5 8b17cfe4241ec3e7be2dbcdfe48703ff
BLAKE2b-256 2a810c5cabf4a6f92c1c42d248366b6d967be1da6ee75a993e2a1834620c5226

See more details on using hashes here.

File details

Details for the file pystemmer-3.1.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pystemmer-3.1.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 225.1 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.5

File hashes

Hashes for pystemmer-3.1.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 805ac25b73d54200026ef4733a516d3b5a7598644454d5eb161f4ba73e43c9be
MD5 d26e504df2e970d4d73803d1acb39d59
BLAKE2b-256 e0b9785aff6e2ca5947bc7139ec320df0510f02ae2bbb625d534245a8fcda549

See more details on using hashes here.

File details

Details for the file pystemmer-3.1.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: pystemmer-3.1.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 157.5 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.5

File hashes

Hashes for pystemmer-3.1.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 2bab76be269302075cb892be2b884ae3c2ae22dd3d8fbcf20e01d969243719d0
MD5 5bcc93b6552c20ed2a5c7bd9932de81e
BLAKE2b-256 4fbc58abda8bf0f87c18804a2ebfe05091417d121b3dde08a57e87aab8509fa4

See more details on using hashes here.

File details

Details for the file pystemmer-3.1.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pystemmer-3.1.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6a1289aa31f5f613a31916e7d4e6eaf6b0e6e70a3d494bf08b1d999a0aaf458e
MD5 34a80eb1893197a0d495833b7b0696ba
BLAKE2b-256 ad5e816d59b780aa552c87a7e25148005f41be18193482b122d67c6235741b31

See more details on using hashes here.

File details

Details for the file pystemmer-3.1.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pystemmer-3.1.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b86b0b14634788060cab98ad0cae023620aa7b29f9155e8b474632fc80793405
MD5 ce86e05a05da78838714354d1d8e12a7
BLAKE2b-256 e7631f7ef438e19029025fc73fe95480d0dbb2ff323f1aec9c087ad9eb952afb

See more details on using hashes here.

File details

Details for the file pystemmer-3.1.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pystemmer-3.1.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7c6db50dd5e92a2a0acf2b2cec55fddcff3928bf490e26d0c45bc0483272a46c
MD5 33407866ede4ac853558745372b6f75b
BLAKE2b-256 6763e3937ac1df5243e94bde11fc1e57584480de419587f46a4badf5088e7ca6

See more details on using hashes here.

File details

Details for the file pystemmer-3.1.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for pystemmer-3.1.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 550bd609aa8dc324033eb1c8d34bfd68649183bbdab871ff534332dcafdc5e5a
MD5 69bb3948e09582035f9ae64f636a070d
BLAKE2b-256 065578699a2621a472be98bae7fb36bdda610b7d1c8bcd8ff448301230260cf9

See more details on using hashes here.

File details

Details for the file pystemmer-3.1.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pystemmer-3.1.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b40b669f121949bbbd97fe77a2606d46b14df9fcadabc9539982398772592ac4
MD5 0f34af9de99bfa3067f51ecd7e146731
BLAKE2b-256 f45acace8a3b00dfeb8497d240ed4ca34d38d22c47bb90de302bcb8e5fb6bd35

See more details on using hashes here.

File details

Details for the file pystemmer-3.1.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pystemmer-3.1.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 a85fd3afc08a0aba9142d92c85df87a127faab787619941bb1c433dadfbbbb53
MD5 79309f7f4932388356b9e28a0e301344
BLAKE2b-256 cb0a4a6a42cf93c26a8449573249f2ddbaf027b8d84beb3cb6da536f0b4a033f

See more details on using hashes here.

File details

Details for the file pystemmer-3.1.0-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: pystemmer-3.1.0-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 226.5 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.5

File hashes

Hashes for pystemmer-3.1.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 5eae62ddb791fa4abc33979583423d9771cfa80c80f3c51c67698d6b55e36167
MD5 2ac91706122d42204637b256675e057d
BLAKE2b-256 64c72919c633b9f3f7ebd28fef14b125c98368efe20bc397bff14e46ef454c26

See more details on using hashes here.

File details

Details for the file pystemmer-3.1.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pystemmer-3.1.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 224.7 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.5

File hashes

Hashes for pystemmer-3.1.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 44dcb446f6955e0447e097004b3b66e4cf14a7d567b5e3a0ec128c875fea71c9
MD5 21e0cb68d39e60a737cfc85cd888ad03
BLAKE2b-256 feefc289f3ce392b376062d709f2fd0563d260e6a2522e516837ee584b974a75

See more details on using hashes here.

File details

Details for the file pystemmer-3.1.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: pystemmer-3.1.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 156.9 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.5

File hashes

Hashes for pystemmer-3.1.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 38b050bd6c919ddee772659dd2475deb8ee61b1396db7de5d984e67ee99f3008
MD5 c86a6d20d557091d2998aa7d28af095e
BLAKE2b-256 20b30bc2a9016bf2b48a606c4d20c105fbfc5dbd2b25720cfcf0661aa5348021

See more details on using hashes here.

File details

Details for the file pystemmer-3.1.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pystemmer-3.1.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3899e41bb6339ada67fe8501601daf53c59cce34cd126197280c7a5d5c5fd311
MD5 1c03e27732492d0b04582afc194bedf4
BLAKE2b-256 29574fbc6e634c3b60e43ce0f288d0f409fa7f24c06c456622bcd860783545a7

See more details on using hashes here.

File details

Details for the file pystemmer-3.1.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pystemmer-3.1.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e220773ba709e9f6a55318ef94b83837b85cb7a50e9ae7952bf576d719823a09
MD5 7a73bb15decf207cbf825ae547cf0be7
BLAKE2b-256 35a1b737131b99f278f2358c4356c5edc12a237ff3a92ee3f3f02b530a29c17c

See more details on using hashes here.

File details

Details for the file pystemmer-3.1.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pystemmer-3.1.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 eb2f9a6df9437d2bee969f6d637d18297c77977f22113bd12e1d42230b90972f
MD5 6ab84ad4029ae5c9c0b365a9cb7065a6
BLAKE2b-256 7156d8bd8bb87b2158336e9b3520a5f74af8c3f5e7d5fbc921940b1d3fd2f773

See more details on using hashes here.

File details

Details for the file pystemmer-3.1.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for pystemmer-3.1.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 ca5cd8c0f9a76af64f66ac6073b20ccc0ee8c2e7ed5d9f761053449a6f4c1f26
MD5 328b72a0cec42f6b9203c39937b9fc83
BLAKE2b-256 6dc80dae888a93513d694ed66c15300663ce64e024ea038dacbf8cdebad4c7d9

See more details on using hashes here.

File details

Details for the file pystemmer-3.1.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pystemmer-3.1.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 489618980daa0e876bd85ef74487889a0c680a2b6eef843d83c5ab30c3346e63
MD5 a0740f26dbc557fc292d47cc395a7fc1
BLAKE2b-256 e72c4e784ee4ec409cf7643d5b22de88fe2e0d8adb4ad41db3164bfaf5e5ba5c

See more details on using hashes here.

File details

Details for the file pystemmer-3.1.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pystemmer-3.1.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 26e401723d0aa078ec0bb8e459d6976fe30108182cb3b08056768544754f298d
MD5 c0270541522e545d278978f64a82a3d6
BLAKE2b-256 b15d68d5c7f37304dabcbc5702e41b2dccd7d36c96d07d9376366555c9f3f5c6

See more details on using hashes here.

File details

Details for the file pystemmer-3.1.0-cp310-cp310-win_arm64.whl.

File metadata

  • Download URL: pystemmer-3.1.0-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 226.5 kB
  • Tags: CPython 3.10, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.5

File hashes

Hashes for pystemmer-3.1.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 378361efc77b3e59b0c8b49efc2b1ba71ab85654529e2e4562faaec40ee62396
MD5 b271869933d873e7c62411ffeb619300
BLAKE2b-256 2eaead754bb194c2b430235082e87faa2aa3972c80126a4f9930263bb433ceda

See more details on using hashes here.

File details

Details for the file pystemmer-3.1.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pystemmer-3.1.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 224.6 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.5

File hashes

Hashes for pystemmer-3.1.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 bb8208367b476f3d5d8250d1dfd7296256a270b0bf3ab770710ddcbb6f22d496
MD5 77013f28247db3b8d050e23dd2b0171b
BLAKE2b-256 176817f7b310a3b5228c3198bf3ce46f6709306b5d0d3593c9af7aa974ace495

See more details on using hashes here.

File details

Details for the file pystemmer-3.1.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: pystemmer-3.1.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 157.1 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.5

File hashes

Hashes for pystemmer-3.1.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 1c8ef2419862bd518b99bd64008f7f1d538150e11ddb2826d54ab5bc727d93fc
MD5 3c4da580f48c5be462fb62a5339712ff
BLAKE2b-256 3dd6e71a12764e22261b57b108055e1ce574c57f801ab312e2fbc26c0191121e

See more details on using hashes here.

File details

Details for the file pystemmer-3.1.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pystemmer-3.1.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3f613eb1fd3cfb502012e81dc44731f88ec0de089febbdaf8490bc97283a65bd
MD5 45c767bf0f9255cbcf0a65f7ed56dec4
BLAKE2b-256 56320fc7263f38b5ea30ad832a8f39dc7514a0356090537cbe977153317171b6

See more details on using hashes here.

File details

Details for the file pystemmer-3.1.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pystemmer-3.1.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 87d5c1acafed64075116d48fda1ad28171071255c1df2c59ce46e2ce7aba61f7
MD5 756c8af25d6c229e7de26f7ac79d286f
BLAKE2b-256 0e53dd9ddf1d09ff5e7fe6990eeffc72399e6935864e9548a7ae768784084196

See more details on using hashes here.

File details

Details for the file pystemmer-3.1.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pystemmer-3.1.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 033fbad2c93fbaacc9e3f2a64c8edd9c6797c7bbf024a06ed4666b497bb30f68
MD5 d98f4529f5d3b7729c53dbbe004091ae
BLAKE2b-256 bc88dabb47c125987233d7922e4bca0ef24cec84a983a45cfec2ff75ac597689

See more details on using hashes here.

File details

Details for the file pystemmer-3.1.0-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for pystemmer-3.1.0-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 c6d3d499270ffb8822a7dfb0ed6dfed8c4971a9c581206b898f6e0e7bccd7113
MD5 22c1891cd608d911369d774e5c1beef5
BLAKE2b-256 47e6d6f90ce7f89dca7466c4238e9303748e7685a4b028f4ebfa339bbe51da02

See more details on using hashes here.

File details

Details for the file pystemmer-3.1.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pystemmer-3.1.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c1b1cb9f84ca419e24446e0e8d32218027ba574048b4ad0ae233d1b94ff52c63
MD5 07a477f049d160eb2cf9d84bd4697e23
BLAKE2b-256 e145a074489a02121658105480771ce4b01bdcc865369fda3a55e7ac0f1aea54

See more details on using hashes here.

File details

Details for the file pystemmer-3.1.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pystemmer-3.1.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 dced40f3aa6326b6ff8f2c5eb87d8a5a3229b32f2e0e4f7de54212bc2d33cead
MD5 59de379a871d1b5b65a9dd19ccc133ba
BLAKE2b-256 e0101a95c61e7898e1bdb2964bb361074f7aa9417fd0c4a141dea7c2a210ce18

See more details on using hashes here.

File details

Details for the file pystemmer-3.1.0-cp39-cp39-win_arm64.whl.

File metadata

  • Download URL: pystemmer-3.1.0-cp39-cp39-win_arm64.whl
  • Upload date:
  • Size: 226.8 kB
  • Tags: CPython 3.9, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.5

File hashes

Hashes for pystemmer-3.1.0-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 73bdd524fae6c73f303653e4bd187c10800f3d50b8c6ad127ea01fc587399d8f
MD5 3e9d508707a3a6822de0f6f0cbef3df9
BLAKE2b-256 c3ae46794cee787fd82962b4cbc40ead47cf1d6141774c166279ac560f6a8c51

See more details on using hashes here.

File details

Details for the file pystemmer-3.1.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pystemmer-3.1.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 224.9 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.5

File hashes

Hashes for pystemmer-3.1.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 2ec9182953db14e483ab162b41a02298b0089a4b893a1fbb54fd3bcde0a73490
MD5 13a3416c320ae31a2a06e215c06000c2
BLAKE2b-256 c91d52815ec0472884348b997c312247c22b7a2e70dbf3ef825a0aeff9041696

See more details on using hashes here.

File details

Details for the file pystemmer-3.1.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: pystemmer-3.1.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 157.4 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.5

File hashes

Hashes for pystemmer-3.1.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 eb624b59603d3d66dba6864b5700b2de25da5a4056ff8f977c7d63bba1c4bff7
MD5 635f642b90987620420b680023be579d
BLAKE2b-256 e93f152823bbb6ed7ae15429fb33abc21969f23c893c09c5105d1615f2ac1020

See more details on using hashes here.

File details

Details for the file pystemmer-3.1.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pystemmer-3.1.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8cf4d0a5db68f5709106200d3b4a83b3567e0d00fa1b3c44bcd20debb3687ace
MD5 6bc04d8de3a636120b271906abd8ba59
BLAKE2b-256 9c8eff8a20cb632937a1e08628397ce4251c29159dd2edeb8807ac02de3b9ca1

See more details on using hashes here.

File details

Details for the file pystemmer-3.1.0-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pystemmer-3.1.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 49bab28fc184bbb3b4b6b84dd555035502413dbd8e0fee71b56f2c60a97666e0
MD5 141e63209849f77e18ead7bd9f08850c
BLAKE2b-256 476ae6cdd5b52c73bdd84f08fed952284aae659a33f84e49a4585798e87fe344

See more details on using hashes here.

File details

Details for the file pystemmer-3.1.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pystemmer-3.1.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 72960d68e567f9c02bfe6e3c333ef3a6722c7e8a52a3ffbba9a5685b583001b5
MD5 2480a9d9865f02a6bd0dd3ae9736da73
BLAKE2b-256 fc5172166757149a02166ce2c3ad1632715cd68069a60a282fba47ea239b2841

See more details on using hashes here.

File details

Details for the file pystemmer-3.1.0-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for pystemmer-3.1.0-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 5f4ecb1ac3eee9734232ae76f1dc6290308827b5c7c769b04a7d2544c1e9be7c
MD5 870daf016fb5ef2bbcc21f216b2f4fa4
BLAKE2b-256 6591e8d90e2a2d07a062d447614ac34fe7a620bb071bd74e9cfc36e7bd936620

See more details on using hashes here.

File details

Details for the file pystemmer-3.1.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pystemmer-3.1.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f411c36a18bdbc7074dc318c83383f859bf965ea47b8c8e225f540810ad3e2ef
MD5 ec51492fcd94abac113688ad84dc6445
BLAKE2b-256 5d0843bdbfb86ca50fa9cbf12d408221515ccce332bf556abe4ded44575432eb

See more details on using hashes here.

File details

Details for the file pystemmer-3.1.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pystemmer-3.1.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6744b3ee161b0c64d8bd460eb42243ff7a627401459dadc76b026c0bd92868f0
MD5 17e4c2dbd33c576a99539f87b99e5fbe
BLAKE2b-256 5bc2ef26d6a598843a39eff0588d5900d29e4a84249f66415b9d68355b57da9f

See more details on using hashes here.

File details

Details for the file pystemmer-3.1.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: pystemmer-3.1.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 225.7 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.5

File hashes

Hashes for pystemmer-3.1.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 a54f2fadcf44e74e65232bf2f175a562c48425324e18040c3d9cbac87259fed8
MD5 1386c4323adc0b240ace7b17ae61c318
BLAKE2b-256 aca04f3f9674aa5ef730c1af5965e80da54ad4049fbd1172bff050ecde89ab46

See more details on using hashes here.

File details

Details for the file pystemmer-3.1.0-cp38-cp38-win32.whl.

File metadata

  • Download URL: pystemmer-3.1.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 158.2 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.5

File hashes

Hashes for pystemmer-3.1.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 6eb211f74b37fac219107ab6e3238e74d2c60fa2f805b4c21617e3ce9010058a
MD5 48031bb4fa72ab1cddb5ba64c553db04
BLAKE2b-256 8eeb21ede3b51058f364f143b451f3c425e710ee16694b7a9856d2b694d94977

See more details on using hashes here.

File details

Details for the file pystemmer-3.1.0-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pystemmer-3.1.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 18923cfa0a9c44e735e2b8ba6c817b4f2c53e8603148522675858f41beac87d7
MD5 57dea8ef46ae6302564a3deb088acbcf
BLAKE2b-256 960f18188afdf12a61fcb46a6a407bb65103ed42cc7b72b53a8ff8f07e46910b

See more details on using hashes here.

File details

Details for the file pystemmer-3.1.0-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pystemmer-3.1.0-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e59e7a2ec15043be56204cd353ff29e5d8692365e7e1926e1abd566fd942a117
MD5 75996bc9805cbcda11198b4c683ba6ab
BLAKE2b-256 e88506e152a163f52f32a8ea0da160ad7d132f2a26be274963c7b959a9265c6a

See more details on using hashes here.

File details

Details for the file pystemmer-3.1.0-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pystemmer-3.1.0-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c876bff74c85409d7686f608b0b4a21fd68c6492bf1cc994e30448c26531364d
MD5 fa251d18b43e3f6300b9c61d16469332
BLAKE2b-256 dfb4e9d143abd10baf02d8c8d908c50e37630e11146da5dd99c09418d7cf5a9c

See more details on using hashes here.

File details

Details for the file pystemmer-3.1.0-cp38-cp38-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for pystemmer-3.1.0-cp38-cp38-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 b52d76e11d6429c8d198d047b4c07f9b84139a9eb654c030c4b39273ae18affc
MD5 8fb0c05e601d55068ce6c756a47d9d0f
BLAKE2b-256 a15f39c822486186595a277e30f705ba371f01a15bbf65a068aa66315c2ba5ef

See more details on using hashes here.

File details

Details for the file pystemmer-3.1.0-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pystemmer-3.1.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5fce998dd56cf636c9f6f3ee27a7365f60e0976f8184b4b3e13e09b4650ba7f4
MD5 69c84b65bb63c6b3b8cb14a3539a5f3d
BLAKE2b-256 bf27aa2b60c0cbb5325d68ff5460dfd347d9eaee6fbde9e9f409a356988daccd

See more details on using hashes here.

File details

Details for the file pystemmer-3.1.0-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pystemmer-3.1.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4cc7097d248258d7a8456aa359df05c9f2472f5efff9f6cafaaf6e9e32cfd9ae
MD5 1f11ce19ea9e0c395a190b4c827fe5da
BLAKE2b-256 0a7faf84266ce042ea83e7aa7094de420f2e776e9184e7aec7c48adab49015ee

See more details on using hashes here.

Supported by

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