Add metadata view to nalysis interface and result viewer

This commit is contained in:
Stephan Porada
2020-07-20 13:44:57 +02:00
parent ce79b59bf8
commit 7dfc3ab877
5 changed files with 252 additions and 71 deletions

View File

@ -113,7 +113,7 @@ class CorpusAnalysisClient {
}
getMetaData() {
// just emits thos to tell the server to gather all meta data infos and send
// just emits this to tell the server to gather all meta data infos and send
// those back
this.socket.emit("corpus_analysis_get_meta_data", this.corpusId);
}