spaCy/spacy/lang
2018-03-14 14:47:24 +01:00
..
bn Fix PRON_LEMMA imports 2017-11-06 17:41:53 +01:00
da Find lowercased forms of numeric words 2018-01-08 03:25:08 +01:00
de Fix PRON_LEMMA imports 2017-11-06 17:41:53 +01:00
en maybe not a good idea to remove also 2018-03-14 14:47:24 +01:00
es return on empty doc 2018-02-21 15:39:04 -08:00
fa add persian language 2018-01-27 13:27:26 +03:30
fi Tidy up tokenizer exceptions 2017-11-01 23:02:45 +01:00
fr Find lowercased forms of ordinal words, where possible 2018-01-08 03:28:50 +01: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 remove no-break spaces from Hindi example (fixes #1750) 2017-12-20 11:35:30 -08:00
hr Update stop_words.py 2018-02-23 10:31:01 +01:00
hu Don't copy exception dicts if not necessary and tidy up 2017-10-31 21:05:29 +01:00
id Find lowercased forms of numeric words 2018-01-08 03:25:08 +01:00
it BOM in Italian lemmatiser 2017-11-29 17:40:07 +00:00
ja Add option to not use Janome for Japanese tokenization 2018-02-26 09:39:46 +01:00
nb Copied French syntax iterator to simplify future changes 2018-02-05 14:45:05 +01:00
nl Find lowercased forms of ordinal words, where possible 2018-01-08 03:28:50 +01:00
pl use inan in polimorf tagset conversion 2017-11-29 23:15:47 +00:00
pt Rename variable to keep code consistent 2018-01-08 03:38:44 +01:00
ro Add Romanian and Croatian skeletons (experimental) 2017-11-01 23:04:28 +01:00
ru Add Russian example sentences (see #1107) 2018-02-01 20:09:40 +01:00
sv Fix typo 2017-11-08 01:06:37 +01:00
th Don't copy exception dicts if not necessary and tidy up 2017-10-31 21:05:29 +01:00
tr fixed typo 2018-03-09 10:54:18 +01:00
vi Add Vietnamese 2018-02-25 15:00:46 +01:00
xx Tidy up language data 2017-10-11 02:22:49 +02:00
zh Add Chinese.Defaults.use_jieba setting, for UD 2018-02-25 15:12:38 +01:00
__init__.py Remove imports in /lang/__init__.py 2017-05-08 23:58:07 +02:00
char_classes.py add ٪ as punctuation 2018-01-23 18:11:33 +03:30
entity_rules.py Reorganise entity rules 2017-05-09 01:37:10 +02:00
lex_attrs.py Merge pull request #1891 from fucking-signup/master 2018-02-18 13:47:47 +01: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 Fix SP tag in generic tag map 2018-02-24 16:04:56 +01:00
tokenizer_exceptions.py Tidy up tokenizer exceptions 2017-11-01 23:02:45 +01:00