Installation

You can install pxtextmining from either PyPI or GitHub.

The recommended method is to clone the repository from GitHub, as this will also include the models and datasets.

Option 1: Install from PyPI

This option allows you to use the functions coded in pxtextmining.

  1. Install pxtextmining and its PyPI dependencies:
    • pip install pxtextmining

This option is recommended as it gives you access to the full datasets and already trained models.

  1. To begin with, clone the repository from github.

  2. It is also recommended to create a new virtual environment, using your chosen method of managing Python environments.

  3. The package uses poetry for dependency management. First, run pip install poetry.

  4. Then, run poetry install --with dev.