Metadata-Version: 2.1
Name: association-measures
Version: 0.2.0
Summary: Statistical association measures for Python pandas
Home-page: https://github.com/fau-klue/pandas-association-measures
Author: Markus Opolka
Author-email: markus@martialblog.de
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Cython
Requires-Python: >=3.6
License-File: LICENSE.md


Statistical association measures for Python pandas.

Association measures are mathematical formulae that interpret cooccurrence frequency data. For each pair of words extracted from a corpus, they compute an association score, a single real value that indicates the amount of (statistical) association between the two words.


