Skip to main content

A python binding for mecab-ko

Project description

python-mecab-ko

A python binding for mecab-ko

Help

See documentation for more details.

Installation

Using pip:

$ pip install python-mecab-ko

Usage

To perform morpheme analysis, you need to make a MeCab instance first:

>>> from mecab import MeCab
>>> mecab = MeCab()

To extract morphemes in a given sentence, use mecab.morphs():

>>> mecab.morphs('영등포구청역에 있는 맛집 좀 알려주세요.')
['영등포구청역', '에', '있', '는', '맛집', '좀', '알려', '주', '세요', '.']

To extract nouns in a given sentence, use mecab.nouns():

>>> mecab.nouns('우리나라에는 무릎 치료를 잘하는 정형외과가 없는가!')
['우리', '나라', '무릎', '치료', '정형외과']

To perform a morpheme analysis on a given sentence, use mecab.pos():

>>> mecab.pos('자연주의 쇼핑몰은 어떤 곳인가?')
[('자연주의', 'NNG'), ('쇼핑몰', 'NNG'), ('은', 'JX'), ('어떤', 'MM'), ('곳', 'NNG'), ('인가', 'VCP+EF'), ('?', 'SF')]

If you would like to obtain detailed morpheme analysis results, use mecab.parse():

>>> mecab.parse('즐거운 하루 보내세요!')
[
    Morpheme(span=Span(start=0, end=3), surface="즐거운",
             feature=Feature(
             pos="VA+ETM", semantic=None, has_jongseong=True, reading="즐거운",
             type="Inflect", start_pos="VA", end_pos="ETM", expression="즐겁/VA/*+ᆫ/ETM/*",
        ),
    ),
    Morpheme(span=Span(start=4, end=6), surface="하루",
             feature=Feature(
             pos="NNG", semantic=None, has_jongseong=False, reading="하루",
             type=None, start_pos=None, end_pos=None, expression=None,
        ),
    ),
    Morpheme(span=Span(start=7, end=9), surface="보내",
             feature=Feature(
             pos="VV", semantic=None, has_jongseong=False, reading="보내",
             type=None, start_pos=None, end_pos=None, expression=None,
        ),
    ),
    Morpheme(span=Span(start=9, end=11), surface="세요",
             feature=Feature(
             pos="EP+EF", semantic=None, has_jongseong=False, reading="세요",
             type="Inflect", start_pos="EP", end_pos="EF", expression="시/EP/*+어요/EF/*",
        ),
    ),
    Morpheme(span=Span(start=11, end=12), surface="!",
             feature=Feature(
             pos="SF", semantic=None, has_jongseong=None, reading=None,
             type=None, start_pos=None, end_pos=None, expression=None,
        ),
    ),
]

Acknowledgments

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

python_mecab_ko_py313-1.3.7.post0.tar.gz (13.9 kB view details)

Uploaded Source

Built Distributions

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

python_mecab_ko_py313-1.3.7.post0-cp314-cp314-win_arm64.whl (834.8 kB view details)

Uploaded CPython 3.14Windows ARM64

python_mecab_ko_py313-1.3.7.post0-cp314-cp314-win_amd64.whl (692.8 kB view details)

Uploaded CPython 3.14Windows x86-64

python_mecab_ko_py313-1.3.7.post0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (614.5 kB view details)

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

python_mecab_ko_py313-1.3.7.post0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (568.4 kB view details)

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

python_mecab_ko_py313-1.3.7.post0-cp314-cp314-macosx_11_0_arm64.whl (392.9 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

python_mecab_ko_py313-1.3.7.post0-cp313-cp313-win_arm64.whl (806.6 kB view details)

Uploaded CPython 3.13Windows ARM64

python_mecab_ko_py313-1.3.7.post0-cp313-cp313-win_amd64.whl (674.7 kB view details)

Uploaded CPython 3.13Windows x86-64

python_mecab_ko_py313-1.3.7.post0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (614.2 kB view details)

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

python_mecab_ko_py313-1.3.7.post0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (567.6 kB view details)

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

python_mecab_ko_py313-1.3.7.post0-cp313-cp313-macosx_11_0_arm64.whl (393.4 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

python_mecab_ko_py313-1.3.7.post0-cp312-cp312-win_arm64.whl (804.5 kB view details)

Uploaded CPython 3.12Windows ARM64

python_mecab_ko_py313-1.3.7.post0-cp312-cp312-win_amd64.whl (674.7 kB view details)

Uploaded CPython 3.12Windows x86-64

python_mecab_ko_py313-1.3.7.post0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (614.7 kB view details)

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

python_mecab_ko_py313-1.3.7.post0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (567.2 kB view details)

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

python_mecab_ko_py313-1.3.7.post0-cp312-cp312-macosx_11_0_arm64.whl (393.4 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

python_mecab_ko_py313-1.3.7.post0-cp311-cp311-win_arm64.whl (815.0 kB view details)

Uploaded CPython 3.11Windows ARM64

python_mecab_ko_py313-1.3.7.post0-cp311-cp311-win_amd64.whl (673.3 kB view details)

Uploaded CPython 3.11Windows x86-64

python_mecab_ko_py313-1.3.7.post0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (610.5 kB view details)

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

python_mecab_ko_py313-1.3.7.post0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (565.9 kB view details)

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

python_mecab_ko_py313-1.3.7.post0-cp311-cp311-macosx_11_0_arm64.whl (391.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

python_mecab_ko_py313-1.3.7.post0-cp310-cp310-win_arm64.whl (813.8 kB view details)

Uploaded CPython 3.10Windows ARM64

python_mecab_ko_py313-1.3.7.post0-cp310-cp310-win_amd64.whl (672.5 kB view details)

Uploaded CPython 3.10Windows x86-64

python_mecab_ko_py313-1.3.7.post0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (607.8 kB view details)

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

python_mecab_ko_py313-1.3.7.post0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (564.5 kB view details)

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

python_mecab_ko_py313-1.3.7.post0-cp310-cp310-macosx_11_0_arm64.whl (389.8 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

python_mecab_ko_py313-1.3.7.post0-cp39-cp39-win_arm64.whl (808.3 kB view details)

Uploaded CPython 3.9Windows ARM64

python_mecab_ko_py313-1.3.7.post0-cp39-cp39-win_amd64.whl (673.9 kB view details)

Uploaded CPython 3.9Windows x86-64

python_mecab_ko_py313-1.3.7.post0-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (605.8 kB view details)

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

python_mecab_ko_py313-1.3.7.post0-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (563.2 kB view details)

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

python_mecab_ko_py313-1.3.7.post0-cp39-cp39-macosx_11_0_arm64.whl (389.8 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

File details

Details for the file python_mecab_ko_py313-1.3.7.post0.tar.gz.

File metadata

File hashes

Hashes for python_mecab_ko_py313-1.3.7.post0.tar.gz
Algorithm Hash digest
SHA256 2cbed53a6521a8ad1c11ed4304c1d156a0e151c520bd17b7c174a2dd8658b0fb
MD5 9736a8ee214b1c7e21902a447c3132fe
BLAKE2b-256 53ba892c1d7d2424987faf0a449e4321953d95ae1fda6cc5cbebbe56f708b046

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_mecab_ko_py313-1.3.7.post0.tar.gz:

Publisher: wheels.yml on XXXXRT666/python-mecab-ko

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

File details

Details for the file python_mecab_ko_py313-1.3.7.post0-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for python_mecab_ko_py313-1.3.7.post0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 bf0f94fc3458ee778d75419cc7cf5561bdfe13c03f0b4cf7ed4b989b6babff81
MD5 9a99a4696adf552c5470ad96f8883ebf
BLAKE2b-256 3534dea8af0391eb0940aafb429ba42e409ee4d80ebf4cff87c103a6ee43760f

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_mecab_ko_py313-1.3.7.post0-cp314-cp314-win_arm64.whl:

Publisher: wheels.yml on XXXXRT666/python-mecab-ko

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

File details

Details for the file python_mecab_ko_py313-1.3.7.post0-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for python_mecab_ko_py313-1.3.7.post0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 eec52e02a01681c5300003c201d38e123781ab3e7d4634e33c127684f41b2ddd
MD5 3e5829d7a2b81a878ef5e3a0b03cdca1
BLAKE2b-256 7f061310ce494c4bb9d3f66e66056c8b78baef68abe535413c0bd898558e3620

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_mecab_ko_py313-1.3.7.post0-cp314-cp314-win_amd64.whl:

Publisher: wheels.yml on XXXXRT666/python-mecab-ko

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

File details

Details for the file python_mecab_ko_py313-1.3.7.post0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for python_mecab_ko_py313-1.3.7.post0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 14f2272a16867c6fbf0d59cb70aa81051eb06f0f8ac1dc2a391f691fb4b5485d
MD5 3977efa3c7bb245f380e89d02bdea34f
BLAKE2b-256 d21f4b88e566caa7b77df632ab31498d231ea295430d29f42ec32b26fc2ac6ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_mecab_ko_py313-1.3.7.post0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on XXXXRT666/python-mecab-ko

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

File details

Details for the file python_mecab_ko_py313-1.3.7.post0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for python_mecab_ko_py313-1.3.7.post0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bb65b53ac91a7291fd170cf6c95da1bd526e074256612e5d1818cac3b738e5b6
MD5 6a2fdc01357a44946b5aa2c7229d6b5a
BLAKE2b-256 9519ba898c9a3ad0ae8b2d2660fd02f98abfaacb64f7ec3c31b309e26b527f86

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_mecab_ko_py313-1.3.7.post0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on XXXXRT666/python-mecab-ko

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

File details

Details for the file python_mecab_ko_py313-1.3.7.post0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for python_mecab_ko_py313-1.3.7.post0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 31ce8e4ce644675f51944ac5e2e8adad3df9400098c227e65f76be4c7492dbc9
MD5 9642c8d90897c644d2b0904c2323c9c3
BLAKE2b-256 2e6de3dd4c60bd6acfd773ad637ad2ad00ef883a5ea580af5117506a83a2f470

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_mecab_ko_py313-1.3.7.post0-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: wheels.yml on XXXXRT666/python-mecab-ko

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

File details

Details for the file python_mecab_ko_py313-1.3.7.post0-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for python_mecab_ko_py313-1.3.7.post0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 be47914463cb04aa538451c14b940d58ece013a8a0dc7de612e2a07f9a49ffc2
MD5 948564c67bcb708158a7000d19111913
BLAKE2b-256 94cc0e079b8a81550c9c028c255f243ae42e430855b311003654837b676aa9f9

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_mecab_ko_py313-1.3.7.post0-cp313-cp313-win_arm64.whl:

Publisher: wheels.yml on XXXXRT666/python-mecab-ko

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

File details

Details for the file python_mecab_ko_py313-1.3.7.post0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for python_mecab_ko_py313-1.3.7.post0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 bd1a30c3d4e86ab8b218825de19c617b3f8065b3f49985018e880fddb828fab1
MD5 79bf5a9b21e08448f65cdd308ee4dac2
BLAKE2b-256 ab295ed6234fd192991d33e149ef64dab1c3f214e29f0e91497cb47e38869f12

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_mecab_ko_py313-1.3.7.post0-cp313-cp313-win_amd64.whl:

Publisher: wheels.yml on XXXXRT666/python-mecab-ko

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

File details

Details for the file python_mecab_ko_py313-1.3.7.post0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for python_mecab_ko_py313-1.3.7.post0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 50aace5aa0c9b9448abd5d2e8d37296ab964b48bfe25fe3c5826fdd033c8e7f4
MD5 1c07aa4aceef0f6359c9c5d4b360c485
BLAKE2b-256 faf7cbbd4cc5a9262a2eed402fdcd7f9864c2b7d0a1dfed7ca94daf6bf3b62d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_mecab_ko_py313-1.3.7.post0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on XXXXRT666/python-mecab-ko

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

File details

Details for the file python_mecab_ko_py313-1.3.7.post0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for python_mecab_ko_py313-1.3.7.post0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 33dede9d4f886e44fff617e628fb439768eae407adf6e262498d0320587239db
MD5 61e3e7af89d358a906284697b71aef45
BLAKE2b-256 90759a9ecdb9ee0b455053d691150e9e7feeb81571f88b7dffe46a0782690309

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_mecab_ko_py313-1.3.7.post0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on XXXXRT666/python-mecab-ko

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

File details

Details for the file python_mecab_ko_py313-1.3.7.post0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for python_mecab_ko_py313-1.3.7.post0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b15da1e80f2bc5564e658ca2d951e487e4e888573e28c71ae940299f78c0a773
MD5 5af61c755784616616f7d7fb4b5cf89e
BLAKE2b-256 7a8b428f5645692d42643b3a57cc5bca8d601cf67aa21f8a31126c8c499d5bf6

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_mecab_ko_py313-1.3.7.post0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: wheels.yml on XXXXRT666/python-mecab-ko

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

File details

Details for the file python_mecab_ko_py313-1.3.7.post0-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for python_mecab_ko_py313-1.3.7.post0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 251f414ac8c63aab98e996c0a4af3cae850c1a4ed573b01e1e9edc48d8e9838f
MD5 ce1f028e3bc4026d28f280625c5c3d9a
BLAKE2b-256 bfded1ae34578a520fc36d32da9936a2cac0f85392f29d3ba92a7784f486989a

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_mecab_ko_py313-1.3.7.post0-cp312-cp312-win_arm64.whl:

Publisher: wheels.yml on XXXXRT666/python-mecab-ko

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

File details

Details for the file python_mecab_ko_py313-1.3.7.post0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for python_mecab_ko_py313-1.3.7.post0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 d8cdaef15a6f036840b0255cae61bd57dbe913c3f5f23f1e00c7a12fa10a9ed2
MD5 ec3fd00e0b9052c1dcc0f2a71707ca7c
BLAKE2b-256 b7bf98c7aec5f6ca12f8deadf4763f5e7b5635633033f2330000d1e4321b43d9

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_mecab_ko_py313-1.3.7.post0-cp312-cp312-win_amd64.whl:

Publisher: wheels.yml on XXXXRT666/python-mecab-ko

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

File details

Details for the file python_mecab_ko_py313-1.3.7.post0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for python_mecab_ko_py313-1.3.7.post0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 528c9629d922d62ff656e0e9946e13ecc03bd97e291e7c5ed4b6820bd2bdf71e
MD5 b3d8135f5c8db907a7282ef50a1005fd
BLAKE2b-256 72edcd4e616dec54448d8d12aacb0f8bac3d29de333ec1356a88428e310418a8

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_mecab_ko_py313-1.3.7.post0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on XXXXRT666/python-mecab-ko

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

File details

Details for the file python_mecab_ko_py313-1.3.7.post0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for python_mecab_ko_py313-1.3.7.post0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 28efc766fcdea43aaf691a2430f3088a5a95a99549a72b94189736ee7e5f5288
MD5 a3cc9261692768174c0b993609792eea
BLAKE2b-256 20bb0268b0eb83b70c6c9ae068e406c52d39f854b4f575e9bc6239ae622dd7d7

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_mecab_ko_py313-1.3.7.post0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on XXXXRT666/python-mecab-ko

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

File details

Details for the file python_mecab_ko_py313-1.3.7.post0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for python_mecab_ko_py313-1.3.7.post0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bfd936482868d71242219c67a083aa28e89fe6d46c11ce3dfd4a3d89c98762c5
MD5 f5e7d77016039c47f0730823f4fea3de
BLAKE2b-256 5d32fd0a00186a6fd913b76eee733523a00b69ebb68a6b1d01ea0e22ef2004be

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_mecab_ko_py313-1.3.7.post0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: wheels.yml on XXXXRT666/python-mecab-ko

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

File details

Details for the file python_mecab_ko_py313-1.3.7.post0-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for python_mecab_ko_py313-1.3.7.post0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 73a101291537362ec40127792305cd42d48d6497e91e3a4df57c683b178bc9e3
MD5 a52f3193c4ccd19d2021206bba0e922c
BLAKE2b-256 779f9fe90ba0d7db80ea3ad722ef7e5332999ef3bb4557c2879d75c331bd75c3

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_mecab_ko_py313-1.3.7.post0-cp311-cp311-win_arm64.whl:

Publisher: wheels.yml on XXXXRT666/python-mecab-ko

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

File details

Details for the file python_mecab_ko_py313-1.3.7.post0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for python_mecab_ko_py313-1.3.7.post0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a3e30bc99a331fc870a56427e24d10668f8804fa9d7e44aa64621efda734e450
MD5 6660481dda1efe428b8be6760492f1bb
BLAKE2b-256 83abee16f878eb68550b266b6d0ba373254be639f6d5843b94e069a5980a3504

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_mecab_ko_py313-1.3.7.post0-cp311-cp311-win_amd64.whl:

Publisher: wheels.yml on XXXXRT666/python-mecab-ko

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

File details

Details for the file python_mecab_ko_py313-1.3.7.post0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for python_mecab_ko_py313-1.3.7.post0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 053394ff6219f6e92f347881b66c6f9eb19f9255032fe5ac07be5bcac1a9ae4f
MD5 f1dde801e4c53c980553251026d28c4b
BLAKE2b-256 b00322dbb00ce0d72930e3167651e5c4f1954f1bc1ba052703226aa1260b5233

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_mecab_ko_py313-1.3.7.post0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on XXXXRT666/python-mecab-ko

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

File details

Details for the file python_mecab_ko_py313-1.3.7.post0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for python_mecab_ko_py313-1.3.7.post0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 13c281cbb29dda7cae1e0017b7b40b1a37479caba6b1ecc7b4db03d823028f0f
MD5 65f58777ae8544fce7ed932ede13e7bd
BLAKE2b-256 4a6a77036602581a0a497f609610fe5b61957dbd91b2bd630c2702910132f58c

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_mecab_ko_py313-1.3.7.post0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on XXXXRT666/python-mecab-ko

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

File details

Details for the file python_mecab_ko_py313-1.3.7.post0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for python_mecab_ko_py313-1.3.7.post0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6de2bc98008e6463bd094f6df39abb6fb85d6473b11e8ce494d37e0de57b6563
MD5 4498df5b7e148518d3d8d900839bfc6f
BLAKE2b-256 f9e4869943ede81d2f944b10619a1c05fe43d0779bd735eb9882f31bce28d7bb

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_mecab_ko_py313-1.3.7.post0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: wheels.yml on XXXXRT666/python-mecab-ko

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

File details

Details for the file python_mecab_ko_py313-1.3.7.post0-cp310-cp310-win_arm64.whl.

File metadata

File hashes

Hashes for python_mecab_ko_py313-1.3.7.post0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 a5ffbac186e2feacf29aa2a0b847b2efbd0280400190b9dd475b0e850c0456d9
MD5 31ec3212fbb3d78071417062b2391a54
BLAKE2b-256 3b36717ae3a6cc3e8c44f897ca08be922eca74fb47eca6cd5598def1a2cd9f45

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_mecab_ko_py313-1.3.7.post0-cp310-cp310-win_arm64.whl:

Publisher: wheels.yml on XXXXRT666/python-mecab-ko

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

File details

Details for the file python_mecab_ko_py313-1.3.7.post0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for python_mecab_ko_py313-1.3.7.post0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e9ccf1af2691a383517a16d7ea6a35fc23aba6c83b7f3cdb1a6d1345056fa9bb
MD5 bd070117c434670de562e4ba050e1ad7
BLAKE2b-256 63cc87ebe24d710190aa221b8631b9a4eb7427d208283270e4a32da255f98e52

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_mecab_ko_py313-1.3.7.post0-cp310-cp310-win_amd64.whl:

Publisher: wheels.yml on XXXXRT666/python-mecab-ko

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

File details

Details for the file python_mecab_ko_py313-1.3.7.post0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for python_mecab_ko_py313-1.3.7.post0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 84a4b483f41095dc8e520b8e4e44850d74900c8a1b32f8d236436ce8cd8132f5
MD5 c5317a926334e2a39568b110d8743d70
BLAKE2b-256 d683346688e0dbdf55c2932a46aee9940616cbefa5bd505acc9540d24f8d49d9

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_mecab_ko_py313-1.3.7.post0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on XXXXRT666/python-mecab-ko

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

File details

Details for the file python_mecab_ko_py313-1.3.7.post0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for python_mecab_ko_py313-1.3.7.post0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a27b76e4a282c1442bea8452b07fb6d12ff7269e7f77ca86f38acea5576bdcf1
MD5 e3ad1ad844cb2f92284078f71b08c163
BLAKE2b-256 9350d34fbb88189404738de600dab01f9035bdb032b981d75729b159d8e03aef

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_mecab_ko_py313-1.3.7.post0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on XXXXRT666/python-mecab-ko

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

File details

Details for the file python_mecab_ko_py313-1.3.7.post0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for python_mecab_ko_py313-1.3.7.post0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1302e575b774a642452fe9e598f62c7dee5f82511e4c921ccaae464821de29d4
MD5 786f616b2a7b9bf828c31bd5a3e0a4bb
BLAKE2b-256 e2691544b8aebf76ee8904bdebe8ce4bb9064a4815878e2ec925665cbb4fc687

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_mecab_ko_py313-1.3.7.post0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: wheels.yml on XXXXRT666/python-mecab-ko

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

File details

Details for the file python_mecab_ko_py313-1.3.7.post0-cp39-cp39-win_arm64.whl.

File metadata

File hashes

Hashes for python_mecab_ko_py313-1.3.7.post0-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 5e8fd21e86d69ea57e3f3786d32678bd482e41109227bc17fe9bbb0f03d934f2
MD5 eb6113d3395480cea07270d84ad0e14f
BLAKE2b-256 0edc34210c465f9357c1ee628398a9618410955a4086401aaffed91c486535d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_mecab_ko_py313-1.3.7.post0-cp39-cp39-win_arm64.whl:

Publisher: wheels.yml on XXXXRT666/python-mecab-ko

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

File details

Details for the file python_mecab_ko_py313-1.3.7.post0-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for python_mecab_ko_py313-1.3.7.post0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 d06d96a18d70c33e8689e262657947c4bdce8b51fa2cd2f3c2c6507464388c7a
MD5 7fbe958274ef4ebc73eacd98d978c7e5
BLAKE2b-256 7cff933bfe5519d9ca3b3addafa3e23d90d802b64dea86ebdbb0bf72a1300d3a

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_mecab_ko_py313-1.3.7.post0-cp39-cp39-win_amd64.whl:

Publisher: wheels.yml on XXXXRT666/python-mecab-ko

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

File details

Details for the file python_mecab_ko_py313-1.3.7.post0-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for python_mecab_ko_py313-1.3.7.post0-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bfdc5b2d219f109f9bd6b0386d422df55789918702b2566d4ef085e1f3219ddc
MD5 58005789f0cf9fd39682db3818d44972
BLAKE2b-256 7241fd70fd52ad89d062c90a6f962f9d0baaba8b8a9acdc0856db26e31785eec

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_mecab_ko_py313-1.3.7.post0-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on XXXXRT666/python-mecab-ko

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

File details

Details for the file python_mecab_ko_py313-1.3.7.post0-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for python_mecab_ko_py313-1.3.7.post0-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e36e071a17b89a090c7b0296522d3be1b77f7be4546f5a40754dda36cc5e549e
MD5 1224fff2b1718c2c2a69559403715536
BLAKE2b-256 79051b2546e5ae9fcfb8ac91ea0ed6b74274c7791c40152709d543eb6d6e290a

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_mecab_ko_py313-1.3.7.post0-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on XXXXRT666/python-mecab-ko

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

File details

Details for the file python_mecab_ko_py313-1.3.7.post0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for python_mecab_ko_py313-1.3.7.post0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f682498200654731aa04819f0a7e809235f8d091eb243c2c2eb4964f734de3cf
MD5 aec87d659eec6f15455e126acf9947e1
BLAKE2b-256 986edfb29c8efcb5b087d86117cd20fdf915c157525448e916479dbabaa18984

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_mecab_ko_py313-1.3.7.post0-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: wheels.yml on XXXXRT666/python-mecab-ko

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 Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page