Metadata-Version: 2.1
Name: linugalens
Version: 0.1.0
Summary: A library for comparing and analyzing text similarity
Home-page: https://github.com/mkpvishnu/text_compare
Author: Pragadeshwar Vishnu
Author-email: mkpvishnu@example.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: spacy >=3.0.0
Requires-Dist: numpy >=1.20.0
Requires-Dist: scikit-learn >=0.24.0
Requires-Dist: nltk >=3.6.0
Requires-Dist: sentence-transformers >=2.0.0

# text-Comparison

TextCompare is a Python library for comparing and analyzing text similarity. It provides various metrics and pipelines for text comparison tasks.
