From a0739a06d4de101018f32ae3292d8866f4b9a1b4 Mon Sep 17 00:00:00 2001 From: Vadim Mazaev Date: Fri, 17 Nov 2017 17:06:15 +0300 Subject: [PATCH] Returned russian support from v1.10 branch --- spacy/{ => lang}/ru/__init__.py | 0 spacy/{ => lang}/ru/language_data.py | 0 spacy/{ => lang}/ru/stop_words.py | 0 spacy/{ => lang}/ru/tokenizer_exceptions.py | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename spacy/{ => lang}/ru/__init__.py (100%) rename spacy/{ => lang}/ru/language_data.py (100%) rename spacy/{ => lang}/ru/stop_words.py (100%) rename spacy/{ => lang}/ru/tokenizer_exceptions.py (100%) diff --git a/spacy/ru/__init__.py b/spacy/lang/ru/__init__.py similarity index 100% rename from spacy/ru/__init__.py rename to spacy/lang/ru/__init__.py diff --git a/spacy/ru/language_data.py b/spacy/lang/ru/language_data.py similarity index 100% rename from spacy/ru/language_data.py rename to spacy/lang/ru/language_data.py diff --git a/spacy/ru/stop_words.py b/spacy/lang/ru/stop_words.py similarity index 100% rename from spacy/ru/stop_words.py rename to spacy/lang/ru/stop_words.py diff --git a/spacy/ru/tokenizer_exceptions.py b/spacy/lang/ru/tokenizer_exceptions.py similarity index 100% rename from spacy/ru/tokenizer_exceptions.py rename to spacy/lang/ru/tokenizer_exceptions.py