perin-parser


Nameperin-parser JSON
Version 0.0.14 PyPI version JSON
download
home_pagehttps://github.com/ufal/perin
Summary(Unofficial) PERIN: Permutation-invariant Semantic Parsing
upload_time2024-03-29 06:36:16
maintainerNone
docs_urlNone
authorDavid Samuel & Milan Straka
requires_python>=3.6
licenseMozilla Public License 2.0
keywords corpus machine-learning nlu nlp
VCS
bugtrack_url
requirements matplotlib text2digits python_sat numpy scipy pyonmttok torchtext Unidecode pysat scipy transformers wandb pillow pycnnum
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # (Unofficial) PERIN: Permutation-invariant Semantic Parsing

Unofficial package for the PERIN parser: https://github.com/ufal/perin

Intended for easy installation and faster batching.

## Installation

```bash
pip install perin_parser
```


## License

```
Copyright 2020 Institute of Formal and Applied Linguistics, Faculty of
Mathematics and Physics, Charles University, Czech Republic.

This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
```




            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ufal/perin",
    "name": "perin-parser",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "corpus, machine-learning, NLU, NLP",
    "author": "David Samuel & Milan Straka",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/b0/7f/65d02675141ea1d0fcc386abba12b3ea0666d8664885ee2166f59db8712e/perin_parser-0.0.14.tar.gz",
    "platform": null,
    "description": "# (Unofficial) PERIN: Permutation-invariant Semantic Parsing\n\nUnofficial package for the PERIN parser: https://github.com/ufal/perin\n\nIntended for easy installation and faster batching.\n\n## Installation\n\n```bash\npip install perin_parser\n```\n\n\n## License\n\n```\nCopyright 2020 Institute of Formal and Applied Linguistics, Faculty of\nMathematics and Physics, Charles University, Czech Republic.\n\nThis Source Code Form is subject to the terms of the Mozilla Public\nLicense, v. 2.0. If a copy of the MPL was not distributed with this\nfile, You can obtain one at http://mozilla.org/MPL/2.0/.\n```\n\n\n\n",
    "bugtrack_url": null,
    "license": "Mozilla Public License 2.0",
    "summary": "(Unofficial) PERIN: Permutation-invariant Semantic Parsing",
    "version": "0.0.14",
    "project_urls": {
        "Homepage": "https://github.com/ufal/perin"
    },
    "split_keywords": [
        "corpus",
        " machine-learning",
        " nlu",
        " nlp"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b07f65d02675141ea1d0fcc386abba12b3ea0666d8664885ee2166f59db8712e",
                "md5": "2b7e41e6e8ea6750c79d94bf279ef7bb",
                "sha256": "6c97e4d0aec94b6c70dba37f478b7a9488085f2cf71dc94f271220a53a0a12a2"
            },
            "downloads": -1,
            "filename": "perin_parser-0.0.14.tar.gz",
            "has_sig": false,
            "md5_digest": "2b7e41e6e8ea6750c79d94bf279ef7bb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 232367,
            "upload_time": "2024-03-29T06:36:16",
            "upload_time_iso_8601": "2024-03-29T06:36:16.272040Z",
            "url": "https://files.pythonhosted.org/packages/b0/7f/65d02675141ea1d0fcc386abba12b3ea0666d8664885ee2166f59db8712e/perin_parser-0.0.14.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-29 06:36:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ufal",
    "github_project": "perin",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "matplotlib",
            "specs": [
                [
                    "==",
                    "3.1.2"
                ]
            ]
        },
        {
            "name": "text2digits",
            "specs": [
                [
                    "==",
                    "0.1.0"
                ]
            ]
        },
        {
            "name": "python_sat",
            "specs": [
                [
                    "==",
                    "0.1.5.dev6"
                ]
            ]
        },
        {
            "name": "numpy",
            "specs": [
                [
                    "==",
                    "1.17.4"
                ]
            ]
        },
        {
            "name": "scipy",
            "specs": [
                [
                    "==",
                    "1.4.1"
                ]
            ]
        },
        {
            "name": "pyonmttok",
            "specs": [
                [
                    "==",
                    "1.17.2"
                ]
            ]
        },
        {
            "name": "torchtext",
            "specs": [
                [
                    "==",
                    "0.6.0"
                ]
            ]
        },
        {
            "name": "Unidecode",
            "specs": [
                [
                    "==",
                    "1.1.1"
                ]
            ]
        },
        {
            "name": "pysat",
            "specs": [
                [
                    "==",
                    "2.1.0"
                ]
            ]
        },
        {
            "name": "scipy",
            "specs": [
                [
                    "==",
                    "1.4.1"
                ]
            ]
        },
        {
            "name": "transformers",
            "specs": [
                [
                    "==",
                    "2.10.0"
                ]
            ]
        },
        {
            "name": "wandb",
            "specs": [
                [
                    "==",
                    "0.9.1"
                ]
            ]
        },
        {
            "name": "pillow",
            "specs": [
                [
                    "==",
                    "7.2.0"
                ]
            ]
        },
        {
            "name": "pycnnum",
            "specs": [
                [
                    "==",
                    "1.0.1"
                ]
            ]
        }
    ],
    "lcname": "perin-parser"
}
        
Elapsed time: 0.21247s