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.
Raw data
{
"_id": null,
"home_page": "https://github.com/xhluca/snowball_stemmer",
"name": "snowball-stemmer-wheels",
"maintainer": "Richard Boulton, Xing Han Lu",
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "python, information retrieval, language processing, morphological analysis, stemming algorithms, stemmers",
"author": "Richard Boulton",
"author_email": null,
"download_url": null,
"platform": "any",
"description": "Stemming algorithms\n\nPyStemmer provides access to efficient algorithms for calculating a\n\"stemmed\" form of a word. This is a form with most of the common\nmorphological endings removed; hopefully representing a common\nlinguistic base form. This is most useful in building search engines\nand information retrieval software; for example, a search with stemming\nenabled should be able to find a document containing \"cycling\" given the\nquery \"cycles\".\n\nPyStemmer provides algorithms for several (mainly European) languages,\nby wrapping the libstemmer library from the Snowball project in a Python\nmodule.\n\nIt also provides access to the classic Porter stemming algorithm for\nEnglish: although this has been superseded by an improved algorithm, the\noriginal algorithm may be of interest to information retrieval\nresearchers wishing to reproduce results of earlier experiments.\n",
"bugtrack_url": null,
"license": "MIT, BSD",
"summary": "A fork of PyStemmer with pure wheels",
"version": "0.1.0",
"project_urls": {
"Homepage": "https://github.com/xhluca/snowball_stemmer"
},
"split_keywords": [
"python",
" information retrieval",
" language processing",
" morphological analysis",
" stemming algorithms",
" stemmers"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "eb4d94070073039f460c51567f1d99a393dcc9c896c884ae7f37683cd1d2efa1",
"md5": "dfed460bd0ff9e819f8beab36aca6d91",
"sha256": "57a9ad0744817494029c01140624825bb349ba699ad0b163e418eed19f2fe226"
},
"downloads": -1,
"filename": "snowball_stemmer_wheels-0.1.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "dfed460bd0ff9e819f8beab36aca6d91",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": null,
"size": 647689,
"upload_time": "2024-04-12T06:12:19",
"upload_time_iso_8601": "2024-04-12T06:12:19.888674Z",
"url": "https://files.pythonhosted.org/packages/eb/4d/94070073039f460c51567f1d99a393dcc9c896c884ae7f37683cd1d2efa1/snowball_stemmer_wheels-0.1.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "56f700da0228bac09c055fe41b9871861b3491258fa4a7066de7545afc6c1dfc",
"md5": "02b6fd3b53a6d04b0cf3cfd1f17a70c3",
"sha256": "a14019d2efff86b974a37c3f07555368380087131cb0006a3fd055098c3fdb74"
},
"downloads": -1,
"filename": "snowball_stemmer_wheels-0.1.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "02b6fd3b53a6d04b0cf3cfd1f17a70c3",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": null,
"size": 670247,
"upload_time": "2024-04-12T06:12:21",
"upload_time_iso_8601": "2024-04-12T06:12:21.541696Z",
"url": "https://files.pythonhosted.org/packages/56/f7/00da0228bac09c055fe41b9871861b3491258fa4a7066de7545afc6c1dfc/snowball_stemmer_wheels-0.1.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5ba2c6a319a10b6e73a7937a13f417bcda52b8ad23e1d5f6bc7c6ab785255eba",
"md5": "b48311834a56641252de2084a5deac8e",
"sha256": "0bf5b714b28cc39661f76526ff8fac99def477a95e1c8c1607616c9258c53f80"
},
"downloads": -1,
"filename": "snowball_stemmer_wheels-0.1.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "b48311834a56641252de2084a5deac8e",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": null,
"size": 684377,
"upload_time": "2024-04-12T06:12:23",
"upload_time_iso_8601": "2024-04-12T06:12:23.551578Z",
"url": "https://files.pythonhosted.org/packages/5b/a2/c6a319a10b6e73a7937a13f417bcda52b8ad23e1d5f6bc7c6ab785255eba/snowball_stemmer_wheels-0.1.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "36f8a9f763fc620184f3090d37cc2280a5adba30b2e7aa3bafbde6514f5f928d",
"md5": "8bd40e3bedee44cf65730852a817b281",
"sha256": "302846d95c3cc1ed3d11fa8d9504665907fc960aaf3e808e28c1038cf6576891"
},
"downloads": -1,
"filename": "snowball_stemmer_wheels-0.1.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "8bd40e3bedee44cf65730852a817b281",
"packagetype": "bdist_wheel",
"python_version": "cp36",
"requires_python": null,
"size": 618859,
"upload_time": "2024-04-12T06:12:25",
"upload_time_iso_8601": "2024-04-12T06:12:25.573767Z",
"url": "https://files.pythonhosted.org/packages/36/f8/a9f763fc620184f3090d37cc2280a5adba30b2e7aa3bafbde6514f5f928d/snowball_stemmer_wheels-0.1.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5f9e476b94dd7092bcc080c5ee05a8c6307d3b320f838fe87086d18db30ab247",
"md5": "a6c2bbd864a866c4202126915e114de7",
"sha256": "ec89b68edfeca22c4a12cc009870ed4ea43a9d5b6ce5bb51837ff01460fa7e42"
},
"downloads": -1,
"filename": "snowball_stemmer_wheels-0.1.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "a6c2bbd864a866c4202126915e114de7",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": null,
"size": 629778,
"upload_time": "2024-04-12T06:12:27",
"upload_time_iso_8601": "2024-04-12T06:12:27.184590Z",
"url": "https://files.pythonhosted.org/packages/5f/9e/476b94dd7092bcc080c5ee05a8c6307d3b320f838fe87086d18db30ab247/snowball_stemmer_wheels-0.1.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c198e4bd4809bc929203be39260de176e1b580c91173f8e3ba8bca9c7ed166f6",
"md5": "9b404d4603f206bd29f6edfc21d9fa11",
"sha256": "f478171abe09b784c09562be8da62a3c4381fbd1ee9a32d82b32b34fdf46d44d"
},
"downloads": -1,
"filename": "snowball_stemmer_wheels-0.1.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "9b404d4603f206bd29f6edfc21d9fa11",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": null,
"size": 643197,
"upload_time": "2024-04-12T06:12:28",
"upload_time_iso_8601": "2024-04-12T06:12:28.363904Z",
"url": "https://files.pythonhosted.org/packages/c1/98/e4bd4809bc929203be39260de176e1b580c91173f8e3ba8bca9c7ed166f6/snowball_stemmer_wheels-0.1.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d5f05e13bf898d8ac8c7cba50fb5aedde1dc0f8de10dbf2b83a27bf19d8b1b41",
"md5": "caf0abf9f3fa771244fd090023e1d8d6",
"sha256": "058dc1bbfd9c4430cdadd9d332250bd324aac874507f3fb00df3f5acadb40309"
},
"downloads": -1,
"filename": "snowball_stemmer_wheels-0.1.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "caf0abf9f3fa771244fd090023e1d8d6",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": null,
"size": 647412,
"upload_time": "2024-04-12T06:12:30",
"upload_time_iso_8601": "2024-04-12T06:12:30.065675Z",
"url": "https://files.pythonhosted.org/packages/d5/f0/5e13bf898d8ac8c7cba50fb5aedde1dc0f8de10dbf2b83a27bf19d8b1b41/snowball_stemmer_wheels-0.1.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-04-12 06:12:19",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "xhluca",
"github_project": "snowball_stemmer",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"tox": true,
"lcname": "snowball-stemmer-wheels"
}