corpus logic

This commit is contained in:
Patrick Jentsch
2020-04-09 15:14:39 +02:00
parent 860e99dfcb
commit 9a1efbe5f3
3 changed files with 32 additions and 37 deletions

View File

@ -60,7 +60,7 @@ class CorpusAnalysisClient {
// TODO: set callback for this
// get context of one match if inspected via socket.io
socket.on("corpus_analysis_match_context", (response) => { results.resultsList.showMatchContext(response)});
socket.on("corpus_analysis_inspect_match", (response) => { results.resultsList.showMatchContext(response)});
}
init() {