ReadTheDocs Coveralls PyPI-Server Conda-Forge Project generated with PyScaffold Code style: black

selmr#

Python package to create and use Simple Explainable Language Multisets Representations (SELMR)

This package is currently a personal research repo

Create SELMRs that work like language models that allow you to

  • create from the ground up explainable word and phrase representations without random results, and to

  • combine these representations with lexical, linguistic and terminological annotations

See the documentation built from the code.

Installation#

To install selmr, run this command in your terminal:

$ pip install selmr

To install the package from Github

$ pip install -e git+https://github.com/wjwillemse/selmr.git

Making Changes & Contributing#

This project uses pre-commit, please make sure to install it before making any changes:

pip install pre-commit
cd selmr
pre-commit install

It is a good idea to update the hooks to the latest version:

pre-commit autoupdate

Don’t forget to tell your contributors to also install and use pre-commit.