Metadata-Version: 2.1
Name: suggestions-matrecord
Version: 0.1
Summary: A Python package for providing word suggestions.
Home-page: https://github.com/Nida-Deshmukh123/suggestions_matrecord
Author: Nida Deshmukh
Author-email: nidadeshmukh7@email.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: textdistance
Requires-Dist: pandas

# Auto Suggestion

Auto Suggestion is a Python package that provides word suggestions based on similarity to a given input word. It is useful for applications such as autocomplete features in text editors or search engines.

## Installation

You can install `auto_suggestion` via pip:

```bash
pip install auto_suggestion


