spaCy/spacy/lang
Adriane Boyd 264862c67a
Fix Ukrainian lemmatizer init (#7127)
Fix class variable and init for `UkrainianLemmatizer` so that it loads
the `uk` dictionaries rather than having the parent `RussianLemmatizer`
override with the `ru` settings.
2021-02-22 11:05:08 +11:00
..
af
am Tidy up and auto-format 2021-02-13 12:55:56 +11:00
ar
bg Bulgarian tokenizer exceptions (#7114) 2021-02-19 19:19:19 +01:00
bn Implement overwrite param for all custom lemmatizers (#6794) 2021-01-26 14:53:43 +11:00
ca
cs Tidy up and auto-format 2021-01-05 13:41:53 +11:00
da Merge remote-tracking branch 'upstream/master' into chore/update-develop-from-master-rc3 2021-01-14 11:49:58 +01:00
de Merge branch 'develop' into master-tmp 2020-10-04 14:52:20 +02:00
el Implement overwrite param for all custom lemmatizers (#6794) 2021-01-26 14:53:43 +11:00
en Implement overwrite param for all custom lemmatizers (#6794) 2021-01-26 14:53:43 +11:00
es Tidy up and auto-format 2021-01-30 12:52:33 +11:00
et
eu
fa Implement overwrite param for all custom lemmatizers (#6794) 2021-01-26 14:53:43 +11:00
fi
fr Implement overwrite param for all custom lemmatizers (#6794) 2021-01-26 14:53:43 +11:00
ga
gu
he raise NotImplementedError when noun_chunks iterator is not implemented (#6711) 2021-01-17 19:56:05 +08:00
hi Auto-format [ci skip] 2020-10-15 10:08:53 +02:00
hr Remove tag map 2020-12-09 11:13:49 +11:00
hu
hy
id Merge branch 'develop' into master-tmp 2020-10-04 14:52:20 +02:00
is
it
ja Add lexeme norm defaults 2020-09-30 10:20:14 +02:00
kn
ko Add lexeme norm defaults 2020-09-30 10:20:14 +02:00
ky Tidy up and auto-format 2021-01-30 12:52:33 +11:00
lb Remove default initialize lookups 2020-10-01 21:54:33 +02:00
lij
lt Fix escape sequence 2021-01-30 12:39:58 +11:00
lv
mk Tidy up and auto-format 2021-01-30 12:52:33 +11:00
ml
mr
nb Implement overwrite param for all custom lemmatizers (#6794) 2021-01-26 14:53:43 +11:00
ne Remove unicode declarations and update language data 2020-09-04 13:19:16 +02:00
nl Implement overwrite param for all custom lemmatizers (#6794) 2021-01-26 14:53:43 +11:00
pl Implement overwrite param for all custom lemmatizers (#6794) 2021-01-26 14:53:43 +11:00
pt Tidy up and auto-format 2021-01-15 11:57:36 +11:00
ro Merge remote-tracking branch 'upstream/master' into chore/update-develop-from-master-rc3 2021-01-14 11:49:58 +01:00
ru Fix Ukrainian lemmatizer init (#7127) 2021-02-22 11:05:08 +11:00
sa Tidy up and auto-format 2020-09-29 21:39:28 +02:00
si
sk
sl
sq
sr Remove default initialize lookups 2020-10-01 21:54:33 +02:00
sv Implement overwrite param for all custom lemmatizers (#6794) 2021-01-26 14:53:43 +11:00
ta Merge branch 'develop' into master-tmp 2020-10-15 09:06:03 +02:00
te
th Add Thai tag map (LST20 Corpus) (#6163) 2020-10-07 11:12:01 +02:00
ti Tidy up and auto-format 2021-01-15 11:57:36 +11:00
tl
tn Tidy up and auto-format 2021-02-13 12:55:56 +11:00
tr Tidy up and auto-format 2021-01-05 13:41:53 +11:00
tt
uk Fix Ukrainian lemmatizer init (#7127) 2021-02-22 11:05:08 +11:00
ur
vi Merge pull request #6165 from explosion/feature/update-tokenizers-initialize 2020-10-01 09:49:47 +02:00
xx
yo
zh Setup / install / quickstart updates 2020-10-23 11:27:54 +02:00
__init__.py
char_classes.py Remove Kyrgyz chars fr. char_classes since Tatar ones already cover 2021-01-25 00:46:45 +06:00
lex_attrs.py
norm_exceptions.py
punctuation.py
tokenizer_exceptions.py