.. |
ar
|
Additions to Arabic stop words. (#2422)
|
2018-06-08 02:33:23 +02:00 |
bn
|
Fix PRON_LEMMA imports
|
2017-11-06 17:41:53 +01:00 |
da
|
Add Danish lemmatizer (#2184)
|
2018-04-07 19:07:28 +02:00 |
de
|
lemmatizer: correct lemma for Rang (#2537)
|
2018-07-10 13:11:19 +02:00 |
el
|
Optimize Greek language support (#2658)
|
2018-08-14 02:31:32 +02:00 |
en
|
Revert "Merge branch 'develop' of https://github.com/explosion/spaCy into develop"
|
2018-03-27 19:23:02 +02:00 |
es
|
Fix Spanish noun_chunks (resolves #2210)
|
2018-04-18 18:44:01 -04:00 |
fa
|
add persian language
|
2018-01-27 13:27:26 +03:30 |
fi
|
Merge branch 'master' into develop
|
2018-07-18 17:28:47 +02:00 |
fr
|
Update French stop words (resolves #2540)
|
2018-07-24 23:41:51 +02:00 |
ga
|
Remove comma that caused list to wrap in tuple!
|
2017-10-31 20:13:16 +01:00 |
he
|
Don't make copies of language data components
|
2017-10-11 15:34:55 +02:00 |
hi
|
Added numbers to ../lang/hi/lex_attrs.py (#2629)
|
2018-08-08 16:06:11 +02:00 |
hr
|
Update stop_words.py
|
2018-03-24 17:31:24 +01:00 |
hu
|
Don't copy exception dicts if not necessary and tidy up
|
2017-10-31 21:05:29 +01:00 |
id
|
adding more words and rephrasing (#2351)
|
2018-05-24 11:40:57 +02:00 |
it
|
Fix syntax error in italian lemmatizer
|
2018-04-03 23:13:22 +02:00 |
ja
|
Merge branch 'master' into develop
|
2018-07-18 17:28:47 +02:00 |
nb
|
changed tag_map, morph_rules, lemmatizer for Norwegian (#2565)
|
2018-07-19 19:38:24 +02:00 |
nl
|
Fix typo [ci skip]
|
2018-07-24 18:45:40 +02:00 |
pl
|
Revert "Merge branch 'develop' of https://github.com/explosion/spaCy into develop"
|
2018-03-27 19:23:02 +02:00 |
pt
|
Update lex_attrs.py (#2307)
|
2018-05-09 20:49:31 +02:00 |
ro
|
Updates to Romanian support (#2354)
|
2018-05-24 11:40:00 +02:00 |
ru
|
Update examples.py (#2597)
|
2018-07-25 22:20:24 +02:00 |
sv
|
Add abbreviations from UD_Swedish-Talbanken (#2613)
|
2018-08-07 13:53:17 +02:00 |
th
|
Don't copy exception dicts if not necessary and tidy up
|
2017-10-31 21:05:29 +01:00 |
tr
|
Port over Turkish changes
|
2018-03-24 17:31:07 +01:00 |
tt
|
Add Tatar Language Support (#2444)
|
2018-06-19 10:17:53 +02:00 |
ur
|
Add Urdu Language Support (#2430)
|
2018-06-22 11:14:03 +02:00 |
vi
|
Add support for Vietnamese in spaCy by leveraging Pyvi, an external Vietnamese tokenizer (#2155)
|
2018-03-29 12:19:51 +02:00 |
xx
|
Tidy up language data
|
2017-10-11 02:22:49 +02:00 |
zh
|
Update develop from master
|
2018-08-14 03:04:28 +02:00 |
__init__.py
|
Remove imports in /lang/__init__.py
|
2017-05-08 23:58:07 +02:00 |
char_classes.py
|
Greek language optimizations (#2558)
|
2018-07-18 18:51:38 +02:00 |
entity_rules.py
|
Reorganise entity rules
|
2017-05-09 01:37:10 +02:00 |
lex_attrs.py
|
Revert "Merge branch 'develop' of https://github.com/explosion/spaCy into develop"
|
2018-03-27 19:23:02 +02:00 |
norm_exceptions.py
|
Update base norm exceptions with more unicode characters
|
2017-10-14 14:58:52 +02:00 |
punctuation.py
|
Add symbols class to punctuation rules to handle emoji (see #1088)
|
2017-05-27 17:57:10 +02:00 |
tag_map.py
|
Revert "Merge branch 'develop' of https://github.com/explosion/spaCy into develop"
|
2018-03-27 19:23:02 +02:00 |
tokenizer_exceptions.py
|
Tidy up tokenizer exceptions
|
2017-11-01 23:02:45 +01:00 |