dtpu


Namedtpu JSON
Version 0.5.1 PyPI version JSON
download
home_pageNone
SummaryUtilities for text processing tasks with Deep NLP
upload_time2024-04-19 13:25:19
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords nlp utilities text processing
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## Text utilities

This repository contains Python utilities (backed by Rust) used in many Deep 
Learning based NLP applications.

It is mainly designed to be used for whitespace correction, 
spelling correction, language modeling, and similar tasks.

You can install the Python package from PyPI via

> pip install dtpu

Windows (x64) and Linux are currently supported when installing from PyPI.


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "dtpu",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "nlp, utilities, text, processing",
    "author": null,
    "author_email": "Sebastian Walter <swalter@cs.uni-freiburg.de>",
    "download_url": null,
    "platform": null,
    "description": "## Text utilities\n\nThis repository contains Python utilities (backed by Rust) used in many Deep \nLearning based NLP applications.\n\nIt is mainly designed to be used for whitespace correction, \nspelling correction, language modeling, and similar tasks.\n\nYou can install the Python package from PyPI via\n\n> pip install dtpu\n\nWindows (x64) and Linux are currently supported when installing from PyPI.\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Utilities for text processing tasks with Deep NLP",
    "version": "0.5.1",
    "project_urls": {
        "Github": "https://github.com/ad-freiburg/text-utils"
    },
    "split_keywords": [
        "nlp",
        " utilities",
        " text",
        " processing"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6484cb6720440c9ccbadd0ecd8ca2a0bc0e0a87acb12e2abf804c20a8a51431c",
                "md5": "a0ef19cc4117f9d338f1766f3a3da82d",
                "sha256": "63e0209ec82a10b08599fba0b7944197c8decf5af20f1de9e185b2d61fca4588"
            },
            "downloads": -1,
            "filename": "dtpu-0.5.1-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a0ef19cc4117f9d338f1766f3a3da82d",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 2493617,
            "upload_time": "2024-04-19T13:25:19",
            "upload_time_iso_8601": "2024-04-19T13:25:19.550775Z",
            "url": "https://files.pythonhosted.org/packages/64/84/cb6720440c9ccbadd0ecd8ca2a0bc0e0a87acb12e2abf804c20a8a51431c/dtpu-0.5.1-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f1a378050f1006c723be92691926f859c7c342c2d3773cc072a8a6a372b72f5c",
                "md5": "38a7a6b290dd1140fb52581e78ac7ac1",
                "sha256": "d5dced1265e87b85baec995214d0b1039bb4b443a2f3cf03e8e8cc291af8a5d0"
            },
            "downloads": -1,
            "filename": "dtpu-0.5.1-cp38-abi3-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "38a7a6b290dd1140fb52581e78ac7ac1",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 2422453,
            "upload_time": "2024-04-19T13:25:23",
            "upload_time_iso_8601": "2024-04-19T13:25:23.897987Z",
            "url": "https://files.pythonhosted.org/packages/f1/a3/78050f1006c723be92691926f859c7c342c2d3773cc072a8a6a372b72f5c/dtpu-0.5.1-cp38-abi3-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-19 13:25:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ad-freiburg",
    "github_project": "text-utils",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "dtpu"
}
        
Elapsed time: 0.29091s