rename Requests namespace to requests

This commit is contained in:
Patrick Jentsch
2023-10-04 14:07:39 +02:00
parent f36600f06c
commit 53f4400731
15 changed files with 39 additions and 38 deletions

View File

@ -75,7 +75,7 @@ class CorpusAnalysisStaticVisualization {
getStopwords() {
this.data.promises.getStopwords = new Promise((resolve, reject) => {
Requests.corpora.entity.getStopwords()
requests.corpora.entity.getStopwords()
.then((response) => {
response.json()
.then((json) => {