konsepy


Namekonsepy JSON
Version 0.1.1 PyPI version JSON
download
home_pageNone
SummaryFramework for build NLP information extraction systems using regular expressions.
upload_time2024-11-19 18:46:00
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords nlp
VCS
bugtrack_url
requirements loguru pytest
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# konsepy

Framework for build NLP information extraction systems using regular expressions. `konsepy` then enables leveraging the NLP system to create a silver standard for fine-tuning a transformer model. 

## Installation

* `konsepy` is designed to be used with the [`knosepy_nlp_template`](https://github.com/kpwhri/konsepy_nlp_template)
  * See the README there for current installation instructions.
* To use `konsepy` as a standalone entity:
  * Install with `pip`:
    * `pip install konsepy[all]`
    * For sentence-splitting corpora from fine-tuning a sentence based transformer, `spacy` will also need to be installed and configured.

## Usage

For now, find documentation for this library (and a template to download) from https://github.com/kpwhri/konsepy_nlp_template.


## Roadmap

* Change labels to some metadata object to allow more diverse input sources and run info


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "konsepy",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "nlp",
    "author": null,
    "author_email": "dcronkite <dcronkite+pypi@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/ac/51/d6eae951c1d1cde1ae4bb330e8126120b5a7a59cc50863bdff0da91f7f8f/konsepy-0.1.1.tar.gz",
    "platform": null,
    "description": "\n# konsepy\n\nFramework for build NLP information extraction systems using regular expressions. `konsepy` then enables leveraging the NLP system to create a silver standard for fine-tuning a transformer model. \n\n## Installation\n\n* `konsepy` is designed to be used with the [`knosepy_nlp_template`](https://github.com/kpwhri/konsepy_nlp_template)\n  * See the README there for current installation instructions.\n* To use `konsepy` as a standalone entity:\n  * Install with `pip`:\n    * `pip install konsepy[all]`\n    * For sentence-splitting corpora from fine-tuning a sentence based transformer, `spacy` will also need to be installed and configured.\n\n## Usage\n\nFor now, find documentation for this library (and a template to download) from https://github.com/kpwhri/konsepy_nlp_template.\n\n\n## Roadmap\n\n* Change labels to some metadata object to allow more diverse input sources and run info\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Framework for build NLP information extraction systems using regular expressions.",
    "version": "0.1.1",
    "project_urls": {
        "Home": "https://github.com/kpwhri/konsepy"
    },
    "split_keywords": [
        "nlp"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2f600880fbd9f76c308e0fd880a951f323d6910d1b61472ed3b33c1d5729cb08",
                "md5": "586e6ad551ce0fba484c8d417eb50393",
                "sha256": "bd3c998c2435e9c6555774d72e846a0559d9d3d9b8c4cc91f07c3495ffadd807"
            },
            "downloads": -1,
            "filename": "konsepy-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "586e6ad551ce0fba484c8d417eb50393",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 23180,
            "upload_time": "2024-11-19T18:45:59",
            "upload_time_iso_8601": "2024-11-19T18:45:59.596062Z",
            "url": "https://files.pythonhosted.org/packages/2f/60/0880fbd9f76c308e0fd880a951f323d6910d1b61472ed3b33c1d5729cb08/konsepy-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ac51d6eae951c1d1cde1ae4bb330e8126120b5a7a59cc50863bdff0da91f7f8f",
                "md5": "be3e2002da9b2c73eb1949512ca50403",
                "sha256": "11885b0790d8dd89e70289bb74c9219c41473d3a2dcbe3f88531fc2ec0a12d41"
            },
            "downloads": -1,
            "filename": "konsepy-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "be3e2002da9b2c73eb1949512ca50403",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 19003,
            "upload_time": "2024-11-19T18:46:00",
            "upload_time_iso_8601": "2024-11-19T18:46:00.517120Z",
            "url": "https://files.pythonhosted.org/packages/ac/51/d6eae951c1d1cde1ae4bb330e8126120b5a7a59cc50863bdff0da91f7f8f/konsepy-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-19 18:46:00",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kpwhri",
    "github_project": "konsepy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "loguru",
            "specs": []
        },
        {
            "name": "pytest",
            "specs": []
        }
    ],
    "lcname": "konsepy"
}
        
Elapsed time: 0.68985s