Metadata-Version: 2.4
Name: polymorphism_heat_measurement
Version: 0.0.1.4
Summary: A (project of) Python package that takes any sequence of strings, tagged for any kind of linguistic variation and change (including grammatical errors -- they also can signal some processes going on!), and measures polymorphism heat in it (how many linguistic variation and change markers are there, and how close they are to each other)
Author-email: Ilia Afanasev <ilia.afanasev.1997@gmail.com>
Project-URL: Homepage, https://codeberg.org/iafanasev/polymorphism-heat-measurement
Project-URL: Issues, https://codeberg.org/iafanasev/polymorphism-heat-measurement/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Operating System :: OS Independent
Requires-Python: <3.14.0,>=3.10.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: setuptools>=43.0.0
Dynamic: license-file

# Polymorphism heat measurement

A repository for a (project of the) Python package that takes any sequence of strings, tagged for any kind of linguistic variation and change (including grammatical errors -- they also can signal some processes going on! ), and measures polymorphism heat in it (how many linguistic variation and change markers are there, and how close they are to each other). 

## License

[Mozilla Public License 2.0](https://www.mozilla.org/en-US/MPL/2.0/)

```
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
```

## Acknowledgements

- Template of a project taken from [sunarch](https://codeberg.org/sunarch/template-python-package)
