pke
pke copied to clipboard
Langcode "ge" does not work with spacy
German langcode ge
https://github.com/boudinfl/pke/blob/master/pke/lang.py#L22 is not recognized by spacy, which leads to a missing stopwords
assignment in https://github.com/boudinfl/pke/blob/master/pke/lang.py#L34-L40 .
Observed with pke 2.0.0 and spacy 3.3.1.
isn't that supposed to be de
?
Yes.