spaCy/spacy/lang/bn
ines a8e58e04ef Add symbols class to punctuation rules to handle emoji (see #1088)
Currently doesn't work for Hungarian, because of conflicts with the
custom punctuation rules. Also doesn't take multi-character emoji like
👩🏽‍💻 into account.
2017-05-27 17:57:10 +02:00
..
__init__.py Move Defaults subclass to module scope (necessary for pickling) 2017-05-20 19:02:27 +02:00
lemmatizer.py Move language data to /lang module 2017-05-08 20:00:40 +02:00
morph_rules.py Fix relative imports 2017-05-08 22:29:04 +02:00
punctuation.py Add symbols class to punctuation rules to handle emoji (see #1088) 2017-05-27 17:57:10 +02:00
stop_words.py Move language data to /lang module 2017-05-08 20:00:40 +02:00
tag_map.py Fix relative imports 2017-05-08 22:29:04 +02:00
tokenizer_exceptions.py Tidy up Bengali tokenizer exceptions 2017-05-08 22:29:49 +02:00