I am working with strings in German language. But all the linguistic functions only use English. For Example
WordData[All, "Noun"]
returns all English nouns. Or DeleteStopwords[] also works only in English. My goal is to get a WordCloud of German texts or websites without the stopwords or just the nouns and verbs. Is there a way I can do this with German strings?