mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-06-27 00:10:35 +00:00
Fix Requests usage again
This commit is contained in:
@ -75,7 +75,7 @@ class CorpusAnalysisStaticVisualization {
|
||||
|
||||
getStopwords() {
|
||||
this.data.promises.getStopwords = new Promise((resolve, reject) => {
|
||||
Requestscorpora.entity.getStopwords()
|
||||
Requests.corpora.entity.getStopwords()
|
||||
.then((response) => {
|
||||
response.json()
|
||||
.then((json) => {
|
||||
|
Reference in New Issue
Block a user