semantic-space


Namesemantic-space JSON
Version 0.1.3 PyPI version JSON
download
home_pagehttps://github.com/ahmeterdem1/semantic-space
SummaryA basic NLP library for modelization and tokenization.
upload_time2024-06-19 22:07:44
maintainerNone
docs_urlNone
authorAhmet Erdem
requires_python<4.0,>=3.9
licenseMIT
keywords nlp natural language processing library
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # semantic-space

A basic NLP library for modelization and tokenization.

_pip install semantic-space_

## Project Details

This is a project where I collect the codes that I have written
for NLP applications. I have modularized some of the code that
I have used for [AhmetGPT](https://github.com/ahmeterdem1/ahmetgpt), and prepared
a well-structured library for similar applications. The code may be buggy, haven't
properly tested it yet. But it is there.

## Documentation

Preparation of the documentation is still in progress. However, the docstrings are
there in the code. You can check it out if you want!


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ahmeterdem1/semantic-space",
    "name": "semantic-space",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.9",
    "maintainer_email": null,
    "keywords": "NLP, Natural Language Processing, library",
    "author": "Ahmet Erdem",
    "author_email": "ahmetblk1035@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/4e/85/78aec099ccd0e87a9c3b60fff205a67f137b5161e366949bb30b18257477/semantic_space-0.1.3.tar.gz",
    "platform": null,
    "description": "# semantic-space\n\nA basic NLP library for modelization and tokenization.\n\n_pip install semantic-space_\n\n## Project Details\n\nThis is a project where I collect the codes that I have written\nfor NLP applications. I have modularized some of the code that\nI have used for [AhmetGPT](https://github.com/ahmeterdem1/ahmetgpt), and prepared\na well-structured library for similar applications. The code may be buggy, haven't\nproperly tested it yet. But it is there.\n\n## Documentation\n\nPreparation of the documentation is still in progress. However, the docstrings are\nthere in the code. You can check it out if you want!\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A basic NLP library for modelization and tokenization.",
    "version": "0.1.3",
    "project_urls": {
        "Homepage": "https://github.com/ahmeterdem1/semantic-space",
        "Repository": "https://github.com/ahmeterdem1/semantic-space"
    },
    "split_keywords": [
        "nlp",
        " natural language processing",
        " library"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4cc2339ce33c67a78decf478b763874e1948dc3eeb1f95dffd2dd64194e09234",
                "md5": "ee43093cb2b65ac3c32fc05d6a46304e",
                "sha256": "1eacea574990604e03f3075a15f8d27262e4e0de353416dc38b2712b2a5ac648"
            },
            "downloads": -1,
            "filename": "semantic_space-0.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ee43093cb2b65ac3c32fc05d6a46304e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 14648,
            "upload_time": "2024-06-19T22:07:43",
            "upload_time_iso_8601": "2024-06-19T22:07:43.141734Z",
            "url": "https://files.pythonhosted.org/packages/4c/c2/339ce33c67a78decf478b763874e1948dc3eeb1f95dffd2dd64194e09234/semantic_space-0.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4e8578aec099ccd0e87a9c3b60fff205a67f137b5161e366949bb30b18257477",
                "md5": "12175b83703d791fc9855fac8c500243",
                "sha256": "5c7196cb96b11024862b197fc2c0ce1322f4366e9974874984107b633e3119ef"
            },
            "downloads": -1,
            "filename": "semantic_space-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "12175b83703d791fc9855fac8c500243",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 24504,
            "upload_time": "2024-06-19T22:07:44",
            "upload_time_iso_8601": "2024-06-19T22:07:44.816599Z",
            "url": "https://files.pythonhosted.org/packages/4e/85/78aec099ccd0e87a9c3b60fff205a67f137b5161e366949bb30b18257477/semantic_space-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-19 22:07:44",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ahmeterdem1",
    "github_project": "semantic-space",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "semantic-space"
}
        
Elapsed time: 0.27912s