StyloMetrix#
erforderlich: spacy 3.7.2
unzureichende Doku: ZILiAT-NASK/StyloMetrix
So waren wir im dsci-lab erfolgreich (2025-11-07):
conda create --name spacy_python_3.10 python=3.10
conda activate spacy_python_3.10
pip install -U pip setuptools wheel
pip install -U spacy==3.7.2 regex pandas numpy matplotlib scikit-learn seaborn jupyter jupyter-book jupytext stylo_metrix
python -m spacy download de_core_news_lg --direct
python -m spacy download ru_core_news_lg --direct
# python -m spacy download en_core_web_lg --direct # läuft nicht in unserer Konfiguration
jupyter notebook &