Metadata-Version: 2.4
Name: nlp-helper
Version: 0.0.2
Summary: A small collection of NLP utility functions.
Author-email: kkorn <k.kornilov1015@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/yourusername/your-repo-name
Project-URL: Bug Tracker, https://github.com/yourusername/your-repo-name/issues
Keywords: nlp,text processing,utilities
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Text Processing
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# My NLP Tools

A simple collection of Natural Language Processing utilities.

## Installation

```bash
pip install my-nlp-tools-package # Это будет имя вашего пакета на PyPI
