spacy-partial-tagger

View on PyPIReverse Dependencies (1)

0.15.6 spacy_partial_tagger-0.15.6-py3-none-any.whl

Wheel Details

Project: spacy-partial-tagger
Version: 0.15.6
Filename: spacy_partial_tagger-0.15.6-py3-none-any.whl
Download: [link]
Size: 11001
MD5: c95df0c78de51d3ff9477021f16d1b62
SHA256: 3717b4e6099736737876fa857098b3269391eaa6554249a1800a5a3dd954802c
Uploaded: 2023-11-12 09:33:17 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: spacy-partial-tagger
Version: 0.15.6
Summary: Sequence Tagger for Partially Annotated Dataset in spaCy
Author-Email: Yasufumi Taniguchi <yasufumi.taniguchi[at]gmail.com>
Project-Url: Repository, https://github.com/doccano/spacy-partial-tagger
License: MIT License Copyright (c) 2022 TIS inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: <3.12,>=3.8
Requires-Dist: pytorch-partial-tagger (<1.0.0,>=0.1.15)
Requires-Dist: sequence-label (<1.0.0,>=0.1.4)
Requires-Dist: spacy-alignments (<1.0.0,>=0.8.5)
Requires-Dist: spacy[transformers] (<4.0.0,>=3.3.1)
Requires-Dist: thinc (<9.0.0,>=8.0.15)
Requires-Dist: torch (<3.0.0,>=2.0.1)
Requires-Dist: transformers[ja] (<5.0.0,>=4.25.1)
Requires-Dist: black (>=23.3.0); extra == "dev"
Requires-Dist: flake8 (>=4.0.1); extra == "dev"
Requires-Dist: isort (>=5.10.1); extra == "dev"
Requires-Dist: mypy (>=1.3.1); extra == "dev"
Requires-Dist: pytest-cov (>=3.0.0); extra == "dev"
Requires-Dist: pytest (>=7.1.1); extra == "dev"
Requires-Dist: ruff (>=0.0.270); extra == "dev"
Provides-Extra: dev
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 2521 characters]

WHEEL

Wheel-Version: 1.0
Generator: hatchling 1.18.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
spacy_partial_tagger/__about__.py sha256=So0qfsz_A4mujJ9XBWY4PqtrU6DdTz1l5TygxPTJj1Y 23
spacy_partial_tagger/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
spacy_partial_tagger/collator.py sha256=PkCx99P_kqiDBOU98SvtsRCS_ZMFWRO19uoXumWaIJc 2281
spacy_partial_tagger/pipeline.py sha256=YWcb9xZ3JYBMBgBJJGATFSkIgD0QGe8-u0xrlDU3i8Q 8740
spacy_partial_tagger/tagger.py sha256=e04ThgAMKFRkT5pmDaIvVE8MrD-fqRFeCx8-MtJJOq8 3229
spacy_partial_tagger/util.py sha256=AvUt-HETb2Iq2tzQG-WliZXC8uDRjzjk8LQfwwJAzGk 3740
spacy_partial_tagger-0.15.6.dist-info/METADATA sha256=7BHlwD6Fp0Di30Ncun0_6o7QdhwzqLOK_3G0Zs2Eh4o 4907
spacy_partial_tagger-0.15.6.dist-info/WHEEL sha256=9QBuHhg6FNW7lppboF2vKVbCGTVzsFykgRQjjlajrhA 87
spacy_partial_tagger-0.15.6.dist-info/entry_points.txt sha256=1alnUVZkKhIMjiU0JlTTXpDpWI_m-3pZTJocCJ1Z6Tc 194
spacy_partial_tagger-0.15.6.dist-info/licenses/LICENSE sha256=VHgW2uoBXQ7iz0jwHohiHFadmAGqJtCwSN5CIMOo25w 1065
spacy_partial_tagger-0.15.6.dist-info/RECORD

entry_points.txt

spacy-partial-tagger.PartialTagger.v1 = spacy_partial_tagger.tagger:build_partial_tagger_v1
partial_ner = spacy_partial_tagger.pipeline:make_partial_ner