ppolx commited on
Commit
9f79488
·
1 Parent(s): 4cb8a22

models and readme

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -9,4 +9,15 @@ tags:
9
  - e-portfolios
10
  - computer-science
11
  - learning
12
- ---
 
 
 
 
 
 
 
 
 
 
 
 
9
  - e-portfolios
10
  - computer-science
11
  - learning
12
+ ---
13
+
14
+ # AISOP-fundid-classifiers
15
+
16
+ This is a series of spacy models for the classification tasks.
17
+ It is part of the AISOP-domain-fundid https://gitlab.com/aisop/aisop-domain-fundid which is designed to serve for the [AISOP-webapp](https://gitlab.com/aisop/aisop-webapp).
18
+
19
+ The [python scripts](https://gitlab.com/aisop/aisop-webapp/-/tree/main/scripts/python?ref_type=heads) 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.
20
+
21
+ The scripts enrich the HTML with `data-topic-*` attributes, indicating the presence of topics in the paragraphs.
22
+
23
+ The scripts can be tested in the web-app in the `/debug/` road.