Metadata-Version: 2.3
Name: matchescu-matching
Version: 0.20.6
Summary: Common types and algorithms used for matching two information
License: MIT
Author: Andrei Olar
Author-email: andrei.olar@ubbcluj.ro
Requires-Python: >=3.13, !=2.7.*, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*, !=3.7.*, !=3.8.*, !=3.9.*, !=3.10.*, !=3.11.*, !=3.12.*
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: datasketch (>=1.9.0,<2.0.0)
Requires-Dist: jellyfish (>=1.2.1,<2.0.0)
Requires-Dist: matchescu-base (>=0.26.0,<0.27.0)
Requires-Dist: matchescu-comparison-space-generation (>=0.8.4,<0.9.0)
Requires-Dist: matchescu-reference-extraction (>=0.9.1,<0.10.0)
Requires-Dist: matchescu-reference-store (>=0.9.2,<0.10.0)
Requires-Dist: numpy (>=2.4.2,<3.0.0)
Requires-Dist: polars (>=1.38.1,<2.0.0)
Requires-Dist: pyarrow (>=23.0.0,<24.0.0)
Requires-Dist: pydantic (>=2.12.5,<3.0.0)
Requires-Dist: rapidfuzz (>=3.14.3,<4.0.0)
Requires-Dist: scikit-learn (>=1.8.0,<2.0.0)
Requires-Dist: sentencepiece (>=0.2.1,<0.3.0)
Requires-Dist: stopwords (>=1.0.2,<2.0.0)
Requires-Dist: tiktoken (>=0.12.0,<0.13.0)
Requires-Dist: torch (>=2.10.0,<3.0.0)
Requires-Dist: transformers (>=5.1.0,<6.0.0)
Description-Content-Type: text/markdown

# matching
Common types and algorithms used for matching two information

The library uses `git@github.com:usc-isi-i2/ppjoin.git@0.2.0` for its `ppjoin`
matcher. It needs to be installed separately.
