You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However it doesn't seem to work - cliff does not recognize even one-word-requests anymore (like q=Krems, a small town in Austria). The same requests would be resolved with language=EN.
I am running on a local machine with 16GB RAM and from the cliff-docker.
Is it just that the ner in German is much worse? Are there any known workarounds?
According to https://cliff.mediacloud.org/, cliff can also geoparse German text. Assuming that I can tell the API via ?language=DE from the form params in the calls on https://cliff.mediacloud.org/.
However it doesn't seem to work - cliff does not recognize even one-word-requests anymore (like
q=Krems, a small town in Austria). The same requests would be resolved with language=EN.I am running on a local machine with 16GB RAM and from the cliff-docker.