spaCy/spacy/lang/id
ines 417d45f5d0 Add lemmatizer data as variable on language data
Don't create lookup lemmatizer within Language class and just pass in
the data so it can be set on Token creation
2017-10-11 02:24:58 +02:00
..
__init__.py Add lemmatizer data as variable on language data 2017-10-11 02:24:58 +02:00
_tokenizer_exceptions_list.py more exceptions 2017-07-27 19:46:30 +07:00
examples.py added examples 2017-08-20 11:57:10 +07:00
lemmatizer.py direct lookup 2017-08-20 11:57:52 +07:00
lex_attrs.py Tidy up language data 2017-10-11 02:22:49 +02:00
norm_exceptions.py added more currencies based on corpus data 2017-08-03 13:03:25 +07:00
punctuation.py added USD in currency rules 2017-08-02 22:42:47 +07:00
stop_words.py added stopwords 2017-07-23 20:52:37 +07:00
syntax_iterators.py wip syntax iterators 2017-07-27 10:51:34 +07:00
tokenizer_exceptions.py reworked 2017-08-20 13:43:21 +07:00