thematos


Namethematos JSON
Version 0.14.3 PyPI version JSON
download
home_pagehttps://thematos.entelecheia.ai
SummaryA Python Library for Topic Modeling
upload_time2023-08-24 19:39:49
maintainer
docs_urlNone
authorYoung Joon Lee
requires_python>=3.8.1,<3.12
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ThematOS: A HyFI-based library for Topic Modeling

[![pypi-image]][pypi-url]
[![version-image]][release-url]
[![release-date-image]][release-url]
[![license-image]][license-url]
[![DOI][zenodo-image]][zenodo-url]
[![codecov][codecov-image]][codecov-url]
[![jupyter-book-image]][docs-url]

A Python Library for Topic Modeling

- Documentation: [https://thematos.entelecheia.ai][docs-url]
- GitHub: [https://github.com/entelecheia/thematos][repo-url]
- PyPI: [https://pypi.org/project/thematos][pypi-url]

ThematOS is a Python library specifically designed for topic modeling, a critical method in natural language processing (NLP) and machine learning (ML) that uncovers hidden patterns and themes within extensive text data collections. The name stems from the Greek word θέματος, symbolizing the library's core focus on revealing the intrinsic structure of textual information. Built upon the [Hydra Fast Interface (HyFI)](https://hyfi.entelecheia.ai) framework, ThematOS is a HyFI-based library, enabling seamless integration into existing HyFI-based projects or utilization as a standalone library.

## Citation

```tex
@software{lee_2023_8248129,
  author       = {Young Joon Lee},
  title        = {ThematOS: A HyFI-based library for Topic Modeling},
  month        = aug,
  year         = 2023,
  publisher    = {Zenodo},
  version      = {v0.14.1},
  doi          = {10.5281/zenodo.8248128},
  url          = {https://doi.org/10.5281/zenodo.8248128}
}
```

```tex
@software{lee_2023_hyfi,
  author       = {Young Joon Lee},
  title        = {Lexikanon: A HyFI-based library for Tokenizers},
  year         = 2023,
  publisher    = {GitHub},
  url          = {https://github.com/entelecheia/lexikanon}
}
```

## Changelog

See the [CHANGELOG] for more information.

## Contributing

Contributions are welcome! Please see the [contributing guidelines] for more information.

## License

This project is released under the [MIT License][license-url].

<!-- Links: -->

[zenodo-image]: https://zenodo.org/badge/DOI/10.5281/zenodo.8248128.svg
[zenodo-url]: https://doi.org/10.5281/zenodo.8248128
[codecov-image]: https://codecov.io/gh/entelecheia/thematos/branch/main/graph/badge.svg?token=JP5P7C8ZOO
[codecov-url]: https://codecov.io/gh/entelecheia/thematos
[pypi-image]: https://img.shields.io/pypi/v/thematos
[license-image]: https://img.shields.io/github/license/entelecheia/thematos
[license-url]: https://github.com/entelecheia/thematos/blob/main/LICENSE
[version-image]: https://img.shields.io/github/v/release/entelecheia/thematos?sort=semver
[release-date-image]: https://img.shields.io/github/release-date/entelecheia/thematos
[release-url]: https://github.com/entelecheia/thematos/releases
[jupyter-book-image]: https://jupyterbook.org/en/stable/_images/badge.svg
[repo-url]: https://github.com/entelecheia/thematos
[pypi-url]: https://pypi.org/project/thematos
[docs-url]: https://thematos.entelecheia.ai
[changelog]: https://github.com/entelecheia/thematos/blob/main/CHANGELOG.md
[contributing guidelines]: https://github.com/entelecheia/thematos/blob/main/CONTRIBUTING.md

<!-- Links: -->


            

Raw data

            {
    "_id": null,
    "home_page": "https://thematos.entelecheia.ai",
    "name": "thematos",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8.1,<3.12",
    "maintainer_email": "",
    "keywords": "",
    "author": "Young Joon Lee",
    "author_email": "entelecheia@hotmail.com",
    "download_url": "https://files.pythonhosted.org/packages/6a/e6/6547e0df697ad092c0fc70f4baf14f0c37df8c5b55ad6c74a3ebfdaee17a/thematos-0.14.3.tar.gz",
    "platform": null,
    "description": "# ThematOS: A HyFI-based library for Topic Modeling\n\n[![pypi-image]][pypi-url]\n[![version-image]][release-url]\n[![release-date-image]][release-url]\n[![license-image]][license-url]\n[![DOI][zenodo-image]][zenodo-url]\n[![codecov][codecov-image]][codecov-url]\n[![jupyter-book-image]][docs-url]\n\nA Python Library for Topic Modeling\n\n- Documentation: [https://thematos.entelecheia.ai][docs-url]\n- GitHub: [https://github.com/entelecheia/thematos][repo-url]\n- PyPI: [https://pypi.org/project/thematos][pypi-url]\n\nThematOS is a Python library specifically designed for topic modeling, a critical method in natural language processing (NLP) and machine learning (ML) that uncovers hidden patterns and themes within extensive text data collections. The name stems from the Greek word \u03b8\u03ad\u03bc\u03b1\u03c4\u03bf\u03c2, symbolizing the library's core focus on revealing the intrinsic structure of textual information. Built upon the [Hydra Fast Interface (HyFI)](https://hyfi.entelecheia.ai) framework, ThematOS is a HyFI-based library, enabling seamless integration into existing HyFI-based projects or utilization as a standalone library.\n\n## Citation\n\n```tex\n@software{lee_2023_8248129,\n  author       = {Young Joon Lee},\n  title        = {ThematOS: A HyFI-based library for Topic Modeling},\n  month        = aug,\n  year         = 2023,\n  publisher    = {Zenodo},\n  version      = {v0.14.1},\n  doi          = {10.5281/zenodo.8248128},\n  url          = {https://doi.org/10.5281/zenodo.8248128}\n}\n```\n\n```tex\n@software{lee_2023_hyfi,\n  author       = {Young Joon Lee},\n  title        = {Lexikanon: A HyFI-based library for Tokenizers},\n  year         = 2023,\n  publisher    = {GitHub},\n  url          = {https://github.com/entelecheia/lexikanon}\n}\n```\n\n## Changelog\n\nSee the [CHANGELOG] for more information.\n\n## Contributing\n\nContributions are welcome! Please see the [contributing guidelines] for more information.\n\n## License\n\nThis project is released under the [MIT License][license-url].\n\n<!-- Links: -->\n\n[zenodo-image]: https://zenodo.org/badge/DOI/10.5281/zenodo.8248128.svg\n[zenodo-url]: https://doi.org/10.5281/zenodo.8248128\n[codecov-image]: https://codecov.io/gh/entelecheia/thematos/branch/main/graph/badge.svg?token=JP5P7C8ZOO\n[codecov-url]: https://codecov.io/gh/entelecheia/thematos\n[pypi-image]: https://img.shields.io/pypi/v/thematos\n[license-image]: https://img.shields.io/github/license/entelecheia/thematos\n[license-url]: https://github.com/entelecheia/thematos/blob/main/LICENSE\n[version-image]: https://img.shields.io/github/v/release/entelecheia/thematos?sort=semver\n[release-date-image]: https://img.shields.io/github/release-date/entelecheia/thematos\n[release-url]: https://github.com/entelecheia/thematos/releases\n[jupyter-book-image]: https://jupyterbook.org/en/stable/_images/badge.svg\n[repo-url]: https://github.com/entelecheia/thematos\n[pypi-url]: https://pypi.org/project/thematos\n[docs-url]: https://thematos.entelecheia.ai\n[changelog]: https://github.com/entelecheia/thematos/blob/main/CHANGELOG.md\n[contributing guidelines]: https://github.com/entelecheia/thematos/blob/main/CONTRIBUTING.md\n\n<!-- Links: -->\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A Python Library for Topic Modeling",
    "version": "0.14.3",
    "project_urls": {
        "Homepage": "https://thematos.entelecheia.ai",
        "Repository": "https://github.com/entelecheia/thematos"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c8a8c51a487c2858e954f3ba2a2257151ea547caa00dfdbb51edfce361f8c385",
                "md5": "bb405bc2dd8e95cc589ff6981c5ad594",
                "sha256": "b3eb170b71d57c2fadcbb4077dbccf7d7f903fd8e26473f0b8be850c42eb3b2f"
            },
            "downloads": -1,
            "filename": "thematos-0.14.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bb405bc2dd8e95cc589ff6981c5ad594",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8.1,<3.12",
            "size": 23645,
            "upload_time": "2023-08-24T19:39:48",
            "upload_time_iso_8601": "2023-08-24T19:39:48.314521Z",
            "url": "https://files.pythonhosted.org/packages/c8/a8/c51a487c2858e954f3ba2a2257151ea547caa00dfdbb51edfce361f8c385/thematos-0.14.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6ae66547e0df697ad092c0fc70f4baf14f0c37df8c5b55ad6c74a3ebfdaee17a",
                "md5": "ae25796e62b41c4aef2b31fac5689917",
                "sha256": "9e730e85784e4777dc2341533a6b9a3fd813684234b766dece6a17e8224cde61"
            },
            "downloads": -1,
            "filename": "thematos-0.14.3.tar.gz",
            "has_sig": false,
            "md5_digest": "ae25796e62b41c4aef2b31fac5689917",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8.1,<3.12",
            "size": 16430,
            "upload_time": "2023-08-24T19:39:49",
            "upload_time_iso_8601": "2023-08-24T19:39:49.427591Z",
            "url": "https://files.pythonhosted.org/packages/6a/e6/6547e0df697ad092c0fc70f4baf14f0c37df8c5b55ad6c74a3ebfdaee17a/thematos-0.14.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-24 19:39:49",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "entelecheia",
    "github_project": "thematos",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "thematos"
}
        
Elapsed time: 0.14070s