Metadata-Version: 2.1
Name: matchescu-matching
Version: 0.15.3
Summary: Common types and algorithms used for matching two information
License: MIT
Author: Andrei Olar
Author-email: andrei.olar@ubbcluj.ro
Requires-Python: >=3.12,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: datasketch (>=1.6.5,<2.0.0)
Requires-Dist: jellyfish (>=1.1.0,<2.0.0)
Requires-Dist: matchescu-base (>=0.22.1,<0.23.0)
Requires-Dist: matchescu-comparison-space-generation (>=0.7.2,<0.8.0)
Requires-Dist: matchescu-reference-extraction (>=0.7.3,<0.8.0)
Requires-Dist: matchescu-reference-store (>=0.8.3,<0.9.0)
Requires-Dist: numpy (>=2.2.4,<3.0.0)
Requires-Dist: polars (>=1.15.0,<2.0.0)
Requires-Dist: pyarrow (>=21.0.0,<22.0.0)
Requires-Dist: scikit-learn (>=1.6.1,<2.0.0)
Requires-Dist: sentencepiece (>=0.2.1,<0.3.0)
Requires-Dist: stopwords (>=1.0.1,<2.0.0)
Requires-Dist: tiktoken (>=0.12.0,<0.13.0)
Requires-Dist: torch (>=2.6.0,<3.0.0)
Requires-Dist: transformers (>=4.49.0,<5.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.
