This is a series of spacy models for the classification tasks.
Yields an output such as
{"Tonebene": {"score": 0.99,
"subs": {"Musik": 0.4, "Geraeusche": 0.34, "Sprache": 0.3}}}
This model is part of the AISOP-domain-fundid
https://gitlab.com/aisop/aisop-domain-mdl which is designed to serve for the
AISOP-webapp.
The
python scripts there use the models and the spaCy library to classify each "paragraph" of e-portfolios stored in HTML and even generate words using tesseract (if the picture is available) and annotate them too.