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.dev0.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.dev0-cp314-cp314-win_arm64.whl (834.8 kB view details)

Uploaded CPython 3.14Windows ARM64

python_mecab_ko_py313-1.3.7.dev0-cp314-cp314-win_amd64.whl (695.3 kB view details)

Uploaded CPython 3.14Windows x86-64

python_mecab_ko_py313-1.3.7.dev0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (614.4 kB view details)

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

python_mecab_ko_py313-1.3.7.dev0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (568.3 kB view details)

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

python_mecab_ko_py313-1.3.7.dev0-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.dev0-cp313-cp313-win_arm64.whl (804.4 kB view details)

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

python_mecab_ko_py313-1.3.7.dev0-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.dev0-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.dev0-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.dev0-cp312-cp312-win_arm64.whl (804.4 kB view details)

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

python_mecab_ko_py313-1.3.7.dev0-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.dev0-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.dev0-cp312-cp312-macosx_11_0_arm64.whl (393.3 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

python_mecab_ko_py313-1.3.7.dev0-cp311-cp311-win_amd64.whl (670.5 kB view details)

Uploaded CPython 3.11Windows x86-64

python_mecab_ko_py313-1.3.7.dev0-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.dev0-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.dev0-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.dev0-cp310-cp310-win_arm64.whl (811.6 kB view details)

Uploaded CPython 3.10Windows ARM64

python_mecab_ko_py313-1.3.7.dev0-cp310-cp310-win_amd64.whl (672.4 kB view details)

Uploaded CPython 3.10Windows x86-64

python_mecab_ko_py313-1.3.7.dev0-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.dev0-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.dev0-cp310-cp310-macosx_11_0_arm64.whl (389.7 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

python_mecab_ko_py313-1.3.7.dev0-cp39-cp39-win_arm64.whl (808.2 kB view details)

Uploaded CPython 3.9Windows ARM64

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

Uploaded CPython 3.9Windows x86-64

python_mecab_ko_py313-1.3.7.dev0-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.dev0-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.dev0-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.dev0.tar.gz.

File metadata

File hashes

Hashes for python_mecab_ko_py313-1.3.7.dev0.tar.gz
Algorithm Hash digest
SHA256 8e187cf94acf79363e1cf2c73a3c8365ca3a2e06cf84c02cfe32d6957e26fafd
MD5 6b688db78ae6596533ac66f9b901530d
BLAKE2b-256 9a88bba9317f71f884a02dced6fa9c81410eed06e4121a06feef8cbe1f6e9409

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_mecab_ko_py313-1.3.7.dev0.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.dev0-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for python_mecab_ko_py313-1.3.7.dev0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 62ffed87ee9509ee979688bd22d35be461d7261101bb15f579d084d2533ecf61
MD5 a813db169a256659898bde967c593acd
BLAKE2b-256 a794e2c2468b157122d6e5b50e8b1180afb4ee7062e0baf81cd4eca1965324c0

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_mecab_ko_py313-1.3.7.dev0-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.dev0-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for python_mecab_ko_py313-1.3.7.dev0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 c8c05d01be335143a56d8002cd461bf367dc0c234b56464cc27c145497ed4c53
MD5 6c54ffa61ca861659e7adf1dd0f0ad83
BLAKE2b-256 6c1b1c2f4d122d2f8720fedcc69863f090a45beedd4239be21d0b08c61867775

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_mecab_ko_py313-1.3.7.dev0-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.dev0-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.dev0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ac027f97200da27b983eabb91125d32598feda6654129a776d94594d0e331009
MD5 de16969a27e5c4ee9b24eb44a28adb43
BLAKE2b-256 fdfe3c23b20cb2431cb0c55c30f53edc5abad046925107c34adf02223077cc5b

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_mecab_ko_py313-1.3.7.dev0-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.dev0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for python_mecab_ko_py313-1.3.7.dev0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9a7ba72267f3ccf176448086c470b3215bf0de9c391c04a499f14a54b6925df4
MD5 8fb385cbf060a1cbcbd81ab4ae865f7c
BLAKE2b-256 b07f8dd04b1cf183e05e57d1a243d4077c758f53fdb268784e3e76d2e9c4da88

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_mecab_ko_py313-1.3.7.dev0-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.dev0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for python_mecab_ko_py313-1.3.7.dev0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4d24e2508e96a0d4a303ef0ec238883a96c456c358b2f76e05e40c2f94b8a795
MD5 8f1afb00ac4b5db5af0f1744f16a65f7
BLAKE2b-256 a1262066585df0e39609d801bd4f6c1cb302a632abc41abba71ed422a0a2a420

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_mecab_ko_py313-1.3.7.dev0-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.dev0-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for python_mecab_ko_py313-1.3.7.dev0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 5fde3e0483263f1106c6bdf7551b38555301926e34a6902fc2e185499ae1a200
MD5 8399958a10256e2221bbee63726a8ed8
BLAKE2b-256 fc6847664d6537ecc399c5d0424d92d0e7d7e85de9f7b87515c8ff8e1378d717

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_mecab_ko_py313-1.3.7.dev0-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.dev0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for python_mecab_ko_py313-1.3.7.dev0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 975259fe5b07c80734b9b9f4ab576f649231c1b996adeaf2adc2c61240e0d329
MD5 b74ef2258323a6f626098a6a938e3b6a
BLAKE2b-256 01842d5df56c459ec08be2057d3c382a08ae96cfd43344a4977c8a45a5ad87d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_mecab_ko_py313-1.3.7.dev0-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.dev0-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.dev0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f66a7b1d6d0191101104cb981404a62bbcbfc7bb2adf1ff79bfef2dbaa6203a6
MD5 3676409790b7630d2d5e3a3a4f35d770
BLAKE2b-256 c94a150a0861aaed1445b9655a9316baba42b6a5b05af65dab4692989eabfcaf

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_mecab_ko_py313-1.3.7.dev0-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.dev0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for python_mecab_ko_py313-1.3.7.dev0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d4a72b999a008d0c6a57b94681cbece19d134c2209763753f1d0e78dac1a79bb
MD5 aca82891593c8cd5107b1105794dfc16
BLAKE2b-256 3197058dc09a19db2b8c6c0cb59728370dabf6891e8281063713ce18dc95ff4d

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_mecab_ko_py313-1.3.7.dev0-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.dev0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for python_mecab_ko_py313-1.3.7.dev0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5dfe6d458a1fb821c1b00e07bf9e36bf182e86d0582a944f136aadc130a4ac93
MD5 346e334c39b55138bfdf56d797a7192f
BLAKE2b-256 b46b310dabb72f85b7f9cc7264df2f9810b461c40ecab699c887fa2c5468b9b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_mecab_ko_py313-1.3.7.dev0-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.dev0-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for python_mecab_ko_py313-1.3.7.dev0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 005702a966e032ea315b667e48ff4d258ee58d54023a7168713f6d9171f10e3e
MD5 ea7e308f3794cc8a19a906b6d74281af
BLAKE2b-256 d7ed91e432672645d36d18262f86000488085616af86e3090427d75fa7ddd0a3

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_mecab_ko_py313-1.3.7.dev0-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.dev0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for python_mecab_ko_py313-1.3.7.dev0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 80080f87081ec9ecf20f237bc4393e459e0650b0edf56f358107433d82aefdc6
MD5 09a3f5e7b21599426b3e5873c981fa81
BLAKE2b-256 a495f1b2bdb5fb571b803fbb1d2bc957da1a87202d8be2df5e629fb1fbcec2e8

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_mecab_ko_py313-1.3.7.dev0-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.dev0-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.dev0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c28118a9bb310e02f70287b83e95983dc0b9d8dfea891c7280e78670f4605bf1
MD5 3bfcd449060b624e4b723b990022dcbf
BLAKE2b-256 41b4f41984ca8f670e319ff97a05775cdbd2eca956f0d76e4d735ce05836b36c

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_mecab_ko_py313-1.3.7.dev0-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.dev0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for python_mecab_ko_py313-1.3.7.dev0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9e6359a8247dbf57d9d02b24dd9eb16332d6498fb613f4e046d79f322cb4acbd
MD5 e42dc84e3530bbd3abf50212468f53f7
BLAKE2b-256 2a3b5654c36f28d9c21b5a2bcf63eba1a7682b02de853014eedb3336790fae98

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_mecab_ko_py313-1.3.7.dev0-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.dev0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for python_mecab_ko_py313-1.3.7.dev0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e82baf2b3daac9e8434b205ffa82ef63138142b08baad717fb441247a4fd655a
MD5 0c5066929dbb0377abeee594a820b33f
BLAKE2b-256 fef5ea5f86e84f901014a29e83606e4b473a52ace14abd0f1ba4921bdb338401

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_mecab_ko_py313-1.3.7.dev0-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.dev0-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for python_mecab_ko_py313-1.3.7.dev0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 c08938643af6b3695e75a31bc82bc08453afc498a2efd79df6342462c9b1e216
MD5 49230ad89fd202dd8716a6b914461583
BLAKE2b-256 e649d618b446510346ac933cc30428f532c0a0302977efa4addeaa54e6f49e36

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_mecab_ko_py313-1.3.7.dev0-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.dev0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for python_mecab_ko_py313-1.3.7.dev0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 6807f07c367f8714890781bb1b150535ecae4480bc050aff205693ce361def30
MD5 0037d01607e4054517e5203f38d6632a
BLAKE2b-256 aa878a45672e2ec26d1c2528eb19e99ba9e6a6ab8fe085d312b25b3a594fafe7

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_mecab_ko_py313-1.3.7.dev0-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.dev0-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.dev0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a3120079fdef1cf7082517d235f358c20ac9c28e7a75477bd105691193f26d2a
MD5 c455363d33645839f006fcde9394332b
BLAKE2b-256 06526c43047719f1dfa9b5ea27b0e555f985e321c7991fbbf6e9db68a4d8d11f

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_mecab_ko_py313-1.3.7.dev0-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.dev0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for python_mecab_ko_py313-1.3.7.dev0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3d9e581997a3274a71f1dcd1d57b6f2c3a3b59ff9c59d54cb49bf363165a3732
MD5 aefe1bae2ea408b7e07b043769831ceb
BLAKE2b-256 caa1a98dd5fc6233f896fbf3538843cee2532f620ab74723f4214c03216b3a17

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_mecab_ko_py313-1.3.7.dev0-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.dev0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for python_mecab_ko_py313-1.3.7.dev0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4f448574f6c5922cc03965ad13c75be9506fb7553867eb5d0eaf575afb1c0a25
MD5 b22d795e0995d93d657c2cfbc54338c6
BLAKE2b-256 bd9d63df1f6bce627af4ea2452a72ff57485c32b022699b95d378c9eabf3a472

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_mecab_ko_py313-1.3.7.dev0-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.dev0-cp310-cp310-win_arm64.whl.

File metadata

File hashes

Hashes for python_mecab_ko_py313-1.3.7.dev0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 c9978c528bc538c7463aad35cb4a59082c189768b88a29ba9c5beb5159cc2e9c
MD5 820b4bff2f0ba38bccd8b23c5dfe7404
BLAKE2b-256 f4d62c1d0cc04325726f4d027c22607d790546caa86db999fc025887e54bab90

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_mecab_ko_py313-1.3.7.dev0-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.dev0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for python_mecab_ko_py313-1.3.7.dev0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 9aed7de705427583d5899c3669075f7f870acf3b32a12240a04370f537deabfc
MD5 225f10954abd8f44f2f765190f9575b1
BLAKE2b-256 9f679f8add74ea57c90e6395fbbb86f2fc07847b07abe75e628f65be4e55bfd7

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_mecab_ko_py313-1.3.7.dev0-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.dev0-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.dev0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4e2dcdbf259519421b40a45e2f4e1786ac1aee063de74004d35984149b9db03f
MD5 acc9f865b7ccfe9df888459824acaf58
BLAKE2b-256 13975f8880b96d703ef35cf9cf4088db1da08f0c8cbbdc651469e3021ce750e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_mecab_ko_py313-1.3.7.dev0-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.dev0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for python_mecab_ko_py313-1.3.7.dev0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 869503458e73b8a389859859bf6ebfcc08e17cb3658615c4a8d64a233c6eaa68
MD5 e20f5a1c19b65f31e541fc650b37dce5
BLAKE2b-256 b38c6135a8a99f50ae5a11db7bbdeff1830ff43dede1840989d5d44365e357be

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_mecab_ko_py313-1.3.7.dev0-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.dev0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for python_mecab_ko_py313-1.3.7.dev0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6ab15ed2d419758ac1714863ff8607549b0e0c0c2f7576b8e8029e29ab091315
MD5 910327755fc065a04c404c381e67ea8c
BLAKE2b-256 44b41fe2fbcabcc1ba77453817dc31a590ba376e72082f914c8a39453c04d716

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_mecab_ko_py313-1.3.7.dev0-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.dev0-cp39-cp39-win_arm64.whl.

File metadata

File hashes

Hashes for python_mecab_ko_py313-1.3.7.dev0-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 a929c07df53b419fcd31a25f121261c7b5fa3f097e66ef6fd2958518af9ee6af
MD5 60cc1af822cb556ae98fd5dd3659b0ff
BLAKE2b-256 383f8f23d777d3a66cf6d7bef5aa9f11d856eb4421414c894daac8d044340db8

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_mecab_ko_py313-1.3.7.dev0-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.dev0-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for python_mecab_ko_py313-1.3.7.dev0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ea7bcd5eb1130f5bbc2e3eb6e1df0146a78c5d34a08b686c83cc5be8ca82e71b
MD5 5211778968ddbc4e65d425d264971de3
BLAKE2b-256 f2d2a6c9351e38fc52f9b30f2b6c3308f58e043f15899502cc8d7febcb074688

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_mecab_ko_py313-1.3.7.dev0-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.dev0-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.dev0-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 024675bad7456e7f5929a1ad16cfe0eeb47432e35489f36c872952d2aeffe925
MD5 fa6b274191e6acf7f66f718e89fe693a
BLAKE2b-256 69a2e14576d8aca3d1532c67f300366c85150d27813c873b3e74b35c937c8114

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_mecab_ko_py313-1.3.7.dev0-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.dev0-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for python_mecab_ko_py313-1.3.7.dev0-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 56897b7c4da6803db6b937255d74acd33e588dd02fcb803bceb8796bf5401044
MD5 42ac378c00f784c09a9b59ea77c528a0
BLAKE2b-256 4d9605696aac8177bbdb655aa98eea4d39ba3e36d08230c954bba9cbdd51f71e

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_mecab_ko_py313-1.3.7.dev0-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.dev0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for python_mecab_ko_py313-1.3.7.dev0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 954b155e0dda137e3183e46326b11cde1a09c0afcc09ac06283b521499da2c75
MD5 f3d145e599c35e7b7bb8daf3c97be7e2
BLAKE2b-256 617ef8542f74d7a7cc01cba49c5437fd0315198c9e16c69c18c36317e6c71a43

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_mecab_ko_py313-1.3.7.dev0-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