Install skweak via pip
mainYou can install the core skweak library using pip. If you want to install directly from the GitHub repository, use the git URL. Note that some examples and tests may require trained spaCy pipelines, which can be downloaded separately.
# Install core library
pip install skweak
# Install from repo
pip install --user git+https://github.com/NorskRegnesentral/skweak
# Download a spaCy model if needed
python -m spacy download en_core_web_sm