question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Question: German model

See original GitHub issue

HI,

So I noticed there are a lot of German language related parts in the code. But when I try to initialize

from spacy.de import German
nlp = German()

I get model ‘de>=1.0.0,<1.1.0’ not installed. Please run ‘python -m spacy.de.download’ to install latest compatible model.

Because it is not present https://index.spacy.io/models. So I was wondering what the status of German support is?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:2
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

6reactions
henningpeterscommented, Apr 14, 2016

Well spotted. We are going to support German soon.

3reactions
honnibalcommented, May 5, 2016

You can now find the German-compatible code on PyPi and conda:

pip install --upgrade spacy
python -m spacy.de.download all
python

>>> import spacy
>>> nlp = spacy.load('de')
>>> doc =  nlp(u'Ich bin ein Berliner.')
Read more comments on GitHub >

github_iconTop Results From Across the Web

deepset/gelectra-base-germanquad - Hugging Face
We trained a German question answering model with a gelectra-base model as its basis. The dataset is GermanQuAD, a new, German language ...
Read more >
How to ask questions in German (+ 70 Examples) - Preply
Knowing how to ask questions in German is an essential skill, whether you're trying to improve your command of the German language or...
Read more >
Asking Questions in German (The Ultimate Guide 2022)
In this lesson, we'll learn the question words and the grammar you need to properly ask questions in German. With audio examples and...
Read more >
German model - Wikipedia
The term German model is most often used in economics to describe post-World War II West Germany's means of using innovative industrial relations ......
Read more >
73 Questions with a Humbolt University of Berlin Student
73 Questions with a Humbolt University of Berlin Student | A German Model. Watch later. Share. Copy link. Info. Shopping. Tap to unmute....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found