keyword_extraction 1.2.1

Collection of algorithms for keyword extraction from text
Documentation
# Contributing to Rust Keyword Extraction

I appreciate your interest in contributing to Rust Keyword Extraction! This document will provide some guidelines
and best practices for submitting your contributions.

## Reporting Issues

When reporting issues, please provide clear steps to reproduce the issue and any relevant information, such as the
environment, operating system, and software versions.

## Feature Requests

We welcome feature requests. Please open an issue describing the feature, its benefits, and potential implementation
details.

## Pull Requests

I gladly accept pull requests for bug fixes, new features, and improvements. Please follow these steps when submitting a
pull request:

1. Fork the repository and create a new branch with a descriptive name.
2. Ensure that your changes adhere to the coding style and conventions used in the project.
3. Test your changes thoroughly, and include unit tests when applicable.
4. Update the documentation to reflect your changes, if necessary.
5. Follow the Pull Request Template when creating a pull request.

## License

By submitting a contribution, you agree that your contributions will be licensed under the GNU Lesser General Public License v3.0. See the [Copying](COPYING.md) and [Copying Lesses](COPYING.LESSER.md) files for details.