Add corpus analysis stuff

This commit is contained in:
Stephan Porada
2019-11-06 15:40:43 +01:00
parent 7757c12dc4
commit 08aafb8f99
5 changed files with 38 additions and 3 deletions

View File

@ -83,4 +83,6 @@ CorpusList.STATUS_COLORS = {"unprepared": "grey",
"preparable": "orange",
"preparing": "yellow",
"prepared": "green",
"default": "red"};
"start analysis": "yellow",
"analysing": "green",
"stop analysis": "red", "default": "red"};