py-pdf-term


Namepy-pdf-term JSON
Version 1.1.0 PyPI version JSON
download
home_pagehttps://github.com/kumachan-mis/py-pdf-term
SummaryA fully-configurable terminology extraction module written in Python
upload_time2023-07-15 03:23:10
maintainer
docs_urlNone
authorYuya Suwa
requires_python>=3.10,<4.0
licenseMIT
keywords terminology extraction technical term pdf
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # py-pdf-term

A fully-configurable terminology extraction module written in Python

## Installation

```
pip install py-pdf-term
```

You also need to install spaCy models `ja_core_news_sm` and `en_core_web_sm`, which this module depends on.

```
pip install https://github.com/explosion/spacy-models/releases/download/ja_core_news_sm-3.6.0/ja_core_news_sm-3.6.0.tar.gz
pip install https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.6.0/en_core_web_sm-3.6.0.tar.gz
```

## Documentation

https://kumachan-mis.github.io/py-pdf-term

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/kumachan-mis/py-pdf-term",
    "name": "py-pdf-term",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10,<4.0",
    "maintainer_email": "",
    "keywords": "terminology extraction,technical term,pdf",
    "author": "Yuya Suwa",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/4b/bb/1a6470a45ee6be2bb7499ba0fb14008eef83c600dae4d6842d5d91fd907f/py_pdf_term-1.1.0.tar.gz",
    "platform": null,
    "description": "# py-pdf-term\n\nA fully-configurable terminology extraction module written in Python\n\n## Installation\n\n```\npip install py-pdf-term\n```\n\nYou also need to install spaCy models `ja_core_news_sm` and `en_core_web_sm`, which this module depends on.\n\n```\npip install https://github.com/explosion/spacy-models/releases/download/ja_core_news_sm-3.6.0/ja_core_news_sm-3.6.0.tar.gz\npip install https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.6.0/en_core_web_sm-3.6.0.tar.gz\n```\n\n## Documentation\n\nhttps://kumachan-mis.github.io/py-pdf-term\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A fully-configurable terminology extraction module written in Python",
    "version": "1.1.0",
    "project_urls": {
        "Homepage": "https://github.com/kumachan-mis/py-pdf-term",
        "Repository": "https://github.com/kumachan-mis/py-pdf-term"
    },
    "split_keywords": [
        "terminology extraction",
        "technical term",
        "pdf"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b9d99d61eba079b011d0550f96b1e529b230f2d5698121030eb48ad9d42e1ab7",
                "md5": "2e801c5dd2a5701b6489af6743271cbf",
                "sha256": "9462d306d4dee6192b7d07a36fc9fb4ec6a1fcabbeb8d7e112ff171566b0445a"
            },
            "downloads": -1,
            "filename": "py_pdf_term-1.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2e801c5dd2a5701b6489af6743271cbf",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10,<4.0",
            "size": 119072,
            "upload_time": "2023-07-15T03:23:08",
            "upload_time_iso_8601": "2023-07-15T03:23:08.869678Z",
            "url": "https://files.pythonhosted.org/packages/b9/d9/9d61eba079b011d0550f96b1e529b230f2d5698121030eb48ad9d42e1ab7/py_pdf_term-1.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4bbb1a6470a45ee6be2bb7499ba0fb14008eef83c600dae4d6842d5d91fd907f",
                "md5": "4ff5a3bd4c43677833018ea2ba89a964",
                "sha256": "65e413ec3686ffe0676a9dd73585237992d7e600565c471fab154dd02e89751c"
            },
            "downloads": -1,
            "filename": "py_pdf_term-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "4ff5a3bd4c43677833018ea2ba89a964",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10,<4.0",
            "size": 51049,
            "upload_time": "2023-07-15T03:23:10",
            "upload_time_iso_8601": "2023-07-15T03:23:10.725403Z",
            "url": "https://files.pythonhosted.org/packages/4b/bb/1a6470a45ee6be2bb7499ba0fb14008eef83c600dae4d6842d5d91fd907f/py_pdf_term-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-15 03:23:10",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kumachan-mis",
    "github_project": "py-pdf-term",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "py-pdf-term"
}
        
Elapsed time: 0.09088s