spaCy/spacy/lang/de
Stefan Schweter 3dfc7f86be lemmatizer: correct lemma for Rang (#2537)
<!--- Provide a general summary of your changes in the title. -->

## Description

This PR corrects the German lemma form for the word "Rang". Initially, the lemma form was "ringen", which is not correct, because it refers to the verb ("ringen") and not to the noun ("Rang").

### Types of change

The lemma form for "Rang" is corrected to "Rang", see also the [Duden](https://www.duden.de/rechtschreibung/Rang) entry.

## Checklist
<!--- Before you submit the PR, go over this checklist and make sure you can
tick off all the boxes. [] -> [x] -->
- [x] I have submitted the spaCy Contributor Agreement.
- [x] I ran the tests, and all new and existing tests passed.
- [x] My changes don't require a change to the documentation, or if they do, I've added all required information.
2018-07-10 13:11:19 +02:00
..
__init__.py Don't make copies of language data components 2017-10-11 15:34:55 +02:00
examples.py Add language example sentences (see #1107) 2017-08-19 12:22:29 +02:00
lemmatizer.py lemmatizer: correct lemma for Rang (#2537) 2018-07-10 13:11:19 +02:00
norm_exceptions.py Add German norm exceptions 2017-06-03 20:54:18 +02:00
punctuation.py Don't split hyphenated words in German 2017-09-16 20:40:15 +02:00
stop_words.py Move language data to /lang module 2017-05-08 20:00:40 +02:00
syntax_iterators.py Fix syntax iterators 2017-06-04 15:51:50 -05:00
tag_map.py Rename 'SP' special tag to '_SP' 2017-10-20 14:01:12 +02:00
tokenizer_exceptions.py Fix PRON_LEMMA imports 2017-11-06 17:41:53 +01:00