spaCy/spacy/fr
Matthew Honnibal 26446aa728 Avoid loading all French exceptions on import
Move exceptions loading behind a get_tokenizer_exceptions() function
for French, instead of loading into the top-level namespace. This
cuts import times from 0.6s to 0.2s, at the expense of making the
French data a little different from the others (there's no top-level
TOKENIZER_EXCEPTIONS variable.) The current solution feels somewhat
unsatisfying.
2017-02-25 11:55:00 +01:00
..
__init__.py Avoid loading all French exceptions on import 2017-02-25 11:55:00 +01:00
_tokenizer_exceptions_list.py Convert exceptions to Python list 2017-02-24 18:22:40 +01:00
language_data.py Avoid loading all French exceptions on import 2017-02-25 11:55:00 +01:00
punctuation.py Revert "Revert "Merge pull request #818 from raphael0202/tokenizer_exceptions"" 2017-02-10 13:17:05 +01:00
stop_words.py Reorganise language data 2016-12-18 16:54:19 +01:00
tokenizer_exceptions.py Avoid loading all French exceptions on import 2017-02-25 11:55:00 +01:00