spacy-conll

View on PyPIReverse Dependencies (1)

4.0.1 spacy_conll-4.0.1-py3-none-any.whl

Wheel Details

Project: spacy-conll
Version: 4.0.1
Filename: spacy_conll-4.0.1-py3-none-any.whl
Download: [link]
Size: 22383
MD5: 3dd5f9f135f8b4e4b182a5a51638042b
SHA256: cf41c81b46f7dca47f5beae82906a0a39627e6c0af56af36c2640791636bd60e
Uploaded: 2024-07-02 08:49:39 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: spacy-conll
Version: 4.0.1
Summary: A custom pipeline component for spaCy that can convert any parsed Doc and its sentences into CoNLL-U format. Also provides a command line entry point.
Author-Email: Bram Vanroy <bramvanroy[at]hotmail.com>
Maintainer-Email: Bram Vanroy <bramvanroy[at]hotmail.com>
Project-Url: homepage, https://github.com/BramVanroy/spacy_conll
Project-Url: documentation, https://github.com/BramVanroy/spacy_conll
Project-Url: issues, https://github.com/BramVanroy/spacy_conll/issues
Project-Url: repository, https://github.com/BramVanroy/spacy_conll.git
License: BSD 2-Clause License Copyright (c) 2018-2021, Bram Vanroy, Raquel G. Alhama All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Keywords: conll,conllu,nlp,parsing,spacy,spacy-extension,spacy_stanza,spacy_udpipe,stanza,tagging,udpipe
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Text Processing
Requires-Python: >=3.8
Requires-Dist: spacy (>=3.0.1)
Requires-Dist: spacy-conll[parsers,pd]; extra == "all"
Requires-Dist: black; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: isort; extra == "dev"
Requires-Dist: pygments; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: spacy-conll[all]; extra == "dev"
Requires-Dist: spacy-stanza (>=1.0.0); extra == "parsers"
Requires-Dist: spacy-udpipe (>=1.0.0); extra == "parsers"
Requires-Dist: pandas; extra == "pd"
Provides-Extra: all
Provides-Extra: dev
Provides-Extra: parsers
Provides-Extra: pd
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 16553 characters]

WHEEL

Wheel-Version: 1.0
Generator: setuptools (70.2.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
spacy_conll/__init__.py sha256=YsU74gBj3_4ydunSVYEV-pb21Y3YJLufMegX8TTgg1Y 138
spacy_conll/formatter.py sha256=0ZcUWuiZYutlLi56MOlymhZ3vggZs4XMSHsiSd6C4Ag 11324
spacy_conll/parser.py sha256=LrL4B3MaB2Ggv37dpzCyVS-0sFw9Q0mWIj-UV5xkFbo 12513
spacy_conll/utils.py sha256=CX-lDCmu9ODrjorXg4VEvB4pMFuSoHtBfh_7R_uZM4U 6519
spacy_conll/version.py sha256=8pFTdjsq5cgue-psu0O0b7qXLGd9e9M1z2ncqu1kao0 427
spacy_conll/cli/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
spacy_conll/cli/parse.py sha256=-HaAV6vmKD5Axz3s1MLMN8-cOqyNXcB-_XHLfsawBsw 6605
spacy_conll-4.0.1.dist-info/LICENSE sha256=X4x1zwJUItV3T8rD3aDvWf8SO6ndSIK8PUi7yGAHzxU 1364
spacy_conll-4.0.1.dist-info/METADATA sha256=E69-5AUdqpUPzjZ_-0i_wjeqKMC6zr_Qscsfvcb6TxY 20384
spacy_conll-4.0.1.dist-info/WHEEL sha256=y4mX-SOX4fYIkonsAGA5N0Oy-8_gI4FXw5HNI1xqvWg 91
spacy_conll-4.0.1.dist-info/entry_points.txt sha256=EAnWpyc5pfY3c8os0RhfRDu2z1I3uWswlF5hmBqC-XY 219
spacy_conll-4.0.1.dist-info/top_level.txt sha256=QGFs5TpRfJcr22ehZOUyUW3yJ61DFkiFETofMqg1f2g 12
spacy_conll-4.0.1.dist-info/RECORD

top_level.txt

spacy_conll

entry_points.txt

parse-as-conll = spacy_conll.cli.parse:main
conll_formatter = spacy_conll.formatter:create_conll_formatter
disable_sbd = spacy_conll.utils:create_spacy_disable_sentence_segmentation