diff --git a/spacy/__init__.pxd b/master/spacy/__init__.pxd similarity index 100% rename from spacy/__init__.pxd rename to master/spacy/__init__.pxd diff --git a/spacy/__init__.py b/master/spacy/__init__.py similarity index 100% rename from spacy/__init__.py rename to master/spacy/__init__.py diff --git a/spacy/__main__.py b/master/spacy/__main__.py similarity index 100% rename from spacy/__main__.py rename to master/spacy/__main__.py diff --git a/spacy/about.py b/master/spacy/about.py similarity index 100% rename from spacy/about.py rename to master/spacy/about.py diff --git a/spacy/attrs.pxd b/master/spacy/attrs.pxd similarity index 100% rename from spacy/attrs.pxd rename to master/spacy/attrs.pxd diff --git a/spacy/attrs.pyx b/master/spacy/attrs.pyx similarity index 100% rename from spacy/attrs.pyx rename to master/spacy/attrs.pyx diff --git a/spacy/cli/__init__.py b/master/spacy/cli/__init__.py similarity index 100% rename from spacy/cli/__init__.py rename to master/spacy/cli/__init__.py diff --git a/spacy/cli/_util.py b/master/spacy/cli/_util.py similarity index 100% rename from spacy/cli/_util.py rename to master/spacy/cli/_util.py diff --git a/spacy/cli/apply.py b/master/spacy/cli/apply.py similarity index 100% rename from spacy/cli/apply.py rename to master/spacy/cli/apply.py diff --git a/spacy/cli/assemble.py b/master/spacy/cli/assemble.py similarity index 100% rename from spacy/cli/assemble.py rename to master/spacy/cli/assemble.py diff --git a/spacy/cli/convert.py b/master/spacy/cli/convert.py similarity index 100% rename from spacy/cli/convert.py rename to master/spacy/cli/convert.py diff --git a/spacy/cli/debug_config.py b/master/spacy/cli/debug_config.py similarity index 100% rename from spacy/cli/debug_config.py rename to master/spacy/cli/debug_config.py diff --git a/spacy/cli/debug_data.py b/master/spacy/cli/debug_data.py similarity index 100% rename from spacy/cli/debug_data.py rename to master/spacy/cli/debug_data.py diff --git a/spacy/cli/debug_diff.py b/master/spacy/cli/debug_diff.py similarity index 100% rename from spacy/cli/debug_diff.py rename to master/spacy/cli/debug_diff.py diff --git a/spacy/cli/debug_model.py b/master/spacy/cli/debug_model.py similarity index 100% rename from spacy/cli/debug_model.py rename to master/spacy/cli/debug_model.py diff --git a/spacy/cli/download.py b/master/spacy/cli/download.py similarity index 100% rename from spacy/cli/download.py rename to master/spacy/cli/download.py diff --git a/spacy/cli/evaluate.py b/master/spacy/cli/evaluate.py similarity index 100% rename from spacy/cli/evaluate.py rename to master/spacy/cli/evaluate.py diff --git a/spacy/cli/find_threshold.py b/master/spacy/cli/find_threshold.py similarity index 100% rename from spacy/cli/find_threshold.py rename to master/spacy/cli/find_threshold.py diff --git a/spacy/cli/info.py b/master/spacy/cli/info.py similarity index 100% rename from spacy/cli/info.py rename to master/spacy/cli/info.py diff --git a/spacy/cli/init_config.py b/master/spacy/cli/init_config.py similarity index 100% rename from spacy/cli/init_config.py rename to master/spacy/cli/init_config.py diff --git a/spacy/cli/init_pipeline.py b/master/spacy/cli/init_pipeline.py similarity index 100% rename from spacy/cli/init_pipeline.py rename to master/spacy/cli/init_pipeline.py diff --git a/spacy/cli/package.py b/master/spacy/cli/package.py similarity index 100% rename from spacy/cli/package.py rename to master/spacy/cli/package.py diff --git a/spacy/cli/pretrain.py b/master/spacy/cli/pretrain.py similarity index 100% rename from spacy/cli/pretrain.py rename to master/spacy/cli/pretrain.py diff --git a/spacy/cli/profile.py b/master/spacy/cli/profile.py similarity index 100% rename from spacy/cli/profile.py rename to master/spacy/cli/profile.py diff --git a/spacy/cli/project/__init__.py b/master/spacy/cli/project/__init__.py similarity index 100% rename from spacy/cli/project/__init__.py rename to master/spacy/cli/project/__init__.py diff --git a/spacy/cli/project/assets.py b/master/spacy/cli/project/assets.py similarity index 100% rename from spacy/cli/project/assets.py rename to master/spacy/cli/project/assets.py diff --git a/spacy/cli/project/clone.py b/master/spacy/cli/project/clone.py similarity index 100% rename from spacy/cli/project/clone.py rename to master/spacy/cli/project/clone.py diff --git a/spacy/cli/project/document.py b/master/spacy/cli/project/document.py similarity index 100% rename from spacy/cli/project/document.py rename to master/spacy/cli/project/document.py diff --git a/spacy/cli/project/dvc.py b/master/spacy/cli/project/dvc.py similarity index 100% rename from spacy/cli/project/dvc.py rename to master/spacy/cli/project/dvc.py diff --git a/spacy/cli/project/pull.py b/master/spacy/cli/project/pull.py similarity index 100% rename from spacy/cli/project/pull.py rename to master/spacy/cli/project/pull.py diff --git a/spacy/cli/project/push.py b/master/spacy/cli/project/push.py similarity index 100% rename from spacy/cli/project/push.py rename to master/spacy/cli/project/push.py diff --git a/spacy/cli/project/remote_storage.py b/master/spacy/cli/project/remote_storage.py similarity index 100% rename from spacy/cli/project/remote_storage.py rename to master/spacy/cli/project/remote_storage.py diff --git a/spacy/cli/project/run.py b/master/spacy/cli/project/run.py similarity index 100% rename from spacy/cli/project/run.py rename to master/spacy/cli/project/run.py diff --git a/spacy/cli/templates/quickstart_training.jinja b/master/spacy/cli/templates/quickstart_training.jinja similarity index 100% rename from spacy/cli/templates/quickstart_training.jinja rename to master/spacy/cli/templates/quickstart_training.jinja diff --git a/spacy/cli/templates/quickstart_training_recommendations.yml b/master/spacy/cli/templates/quickstart_training_recommendations.yml similarity index 100% rename from spacy/cli/templates/quickstart_training_recommendations.yml rename to master/spacy/cli/templates/quickstart_training_recommendations.yml diff --git a/spacy/cli/train.py b/master/spacy/cli/train.py similarity index 100% rename from spacy/cli/train.py rename to master/spacy/cli/train.py diff --git a/spacy/cli/validate.py b/master/spacy/cli/validate.py similarity index 100% rename from spacy/cli/validate.py rename to master/spacy/cli/validate.py diff --git a/spacy/compat.py b/master/spacy/compat.py similarity index 100% rename from spacy/compat.py rename to master/spacy/compat.py diff --git a/spacy/default_config.cfg b/master/spacy/default_config.cfg similarity index 100% rename from spacy/default_config.cfg rename to master/spacy/default_config.cfg diff --git a/spacy/default_config_pretraining.cfg b/master/spacy/default_config_pretraining.cfg similarity index 100% rename from spacy/default_config_pretraining.cfg rename to master/spacy/default_config_pretraining.cfg diff --git a/spacy/displacy/__init__.py b/master/spacy/displacy/__init__.py similarity index 100% rename from spacy/displacy/__init__.py rename to master/spacy/displacy/__init__.py diff --git a/spacy/displacy/render.py b/master/spacy/displacy/render.py similarity index 100% rename from spacy/displacy/render.py rename to master/spacy/displacy/render.py diff --git a/spacy/displacy/templates.py b/master/spacy/displacy/templates.py similarity index 100% rename from spacy/displacy/templates.py rename to master/spacy/displacy/templates.py diff --git a/spacy/errors.py b/master/spacy/errors.py similarity index 100% rename from spacy/errors.py rename to master/spacy/errors.py diff --git a/spacy/glossary.py b/master/spacy/glossary.py similarity index 100% rename from spacy/glossary.py rename to master/spacy/glossary.py diff --git a/spacy/kb/__init__.py b/master/spacy/kb/__init__.py similarity index 100% rename from spacy/kb/__init__.py rename to master/spacy/kb/__init__.py diff --git a/spacy/kb/candidate.pxd b/master/spacy/kb/candidate.pxd similarity index 100% rename from spacy/kb/candidate.pxd rename to master/spacy/kb/candidate.pxd diff --git a/spacy/kb/candidate.pyx b/master/spacy/kb/candidate.pyx similarity index 100% rename from spacy/kb/candidate.pyx rename to master/spacy/kb/candidate.pyx diff --git a/spacy/kb/kb.pxd b/master/spacy/kb/kb.pxd similarity index 100% rename from spacy/kb/kb.pxd rename to master/spacy/kb/kb.pxd diff --git a/spacy/kb/kb.pyx b/master/spacy/kb/kb.pyx similarity index 100% rename from spacy/kb/kb.pyx rename to master/spacy/kb/kb.pyx diff --git a/spacy/kb/kb_in_memory.pxd b/master/spacy/kb/kb_in_memory.pxd similarity index 100% rename from spacy/kb/kb_in_memory.pxd rename to master/spacy/kb/kb_in_memory.pxd diff --git a/spacy/kb/kb_in_memory.pyx b/master/spacy/kb/kb_in_memory.pyx similarity index 100% rename from spacy/kb/kb_in_memory.pyx rename to master/spacy/kb/kb_in_memory.pyx diff --git a/spacy/lang/__init__.py b/master/spacy/lang/__init__.py similarity index 100% rename from spacy/lang/__init__.py rename to master/spacy/lang/__init__.py diff --git a/spacy/lang/af/__init__.py b/master/spacy/lang/af/__init__.py similarity index 100% rename from spacy/lang/af/__init__.py rename to master/spacy/lang/af/__init__.py diff --git a/spacy/lang/af/stop_words.py b/master/spacy/lang/af/stop_words.py similarity index 100% rename from spacy/lang/af/stop_words.py rename to master/spacy/lang/af/stop_words.py diff --git a/spacy/lang/am/__init__.py b/master/spacy/lang/am/__init__.py similarity index 100% rename from spacy/lang/am/__init__.py rename to master/spacy/lang/am/__init__.py diff --git a/spacy/lang/am/examples.py b/master/spacy/lang/am/examples.py similarity index 100% rename from spacy/lang/am/examples.py rename to master/spacy/lang/am/examples.py diff --git a/spacy/lang/am/lex_attrs.py b/master/spacy/lang/am/lex_attrs.py similarity index 100% rename from spacy/lang/am/lex_attrs.py rename to master/spacy/lang/am/lex_attrs.py diff --git a/spacy/lang/am/punctuation.py b/master/spacy/lang/am/punctuation.py similarity index 100% rename from spacy/lang/am/punctuation.py rename to master/spacy/lang/am/punctuation.py diff --git a/spacy/lang/am/stop_words.py b/master/spacy/lang/am/stop_words.py similarity index 100% rename from spacy/lang/am/stop_words.py rename to master/spacy/lang/am/stop_words.py diff --git a/spacy/lang/am/tokenizer_exceptions.py b/master/spacy/lang/am/tokenizer_exceptions.py similarity index 100% rename from spacy/lang/am/tokenizer_exceptions.py rename to master/spacy/lang/am/tokenizer_exceptions.py diff --git a/spacy/lang/ar/__init__.py b/master/spacy/lang/ar/__init__.py similarity index 100% rename from spacy/lang/ar/__init__.py rename to master/spacy/lang/ar/__init__.py diff --git a/spacy/lang/ar/examples.py b/master/spacy/lang/ar/examples.py similarity index 100% rename from spacy/lang/ar/examples.py rename to master/spacy/lang/ar/examples.py diff --git a/spacy/lang/ar/lex_attrs.py b/master/spacy/lang/ar/lex_attrs.py similarity index 100% rename from spacy/lang/ar/lex_attrs.py rename to master/spacy/lang/ar/lex_attrs.py diff --git a/spacy/lang/ar/punctuation.py b/master/spacy/lang/ar/punctuation.py similarity index 100% rename from spacy/lang/ar/punctuation.py rename to master/spacy/lang/ar/punctuation.py diff --git a/spacy/lang/ar/stop_words.py b/master/spacy/lang/ar/stop_words.py similarity index 100% rename from spacy/lang/ar/stop_words.py rename to master/spacy/lang/ar/stop_words.py diff --git a/spacy/lang/ar/tokenizer_exceptions.py b/master/spacy/lang/ar/tokenizer_exceptions.py similarity index 100% rename from spacy/lang/ar/tokenizer_exceptions.py rename to master/spacy/lang/ar/tokenizer_exceptions.py diff --git a/spacy/lang/az/__init__.py b/master/spacy/lang/az/__init__.py similarity index 100% rename from spacy/lang/az/__init__.py rename to master/spacy/lang/az/__init__.py diff --git a/spacy/lang/az/examples.py b/master/spacy/lang/az/examples.py similarity index 100% rename from spacy/lang/az/examples.py rename to master/spacy/lang/az/examples.py diff --git a/spacy/lang/az/lex_attrs.py b/master/spacy/lang/az/lex_attrs.py similarity index 100% rename from spacy/lang/az/lex_attrs.py rename to master/spacy/lang/az/lex_attrs.py diff --git a/spacy/lang/az/stop_words.py b/master/spacy/lang/az/stop_words.py similarity index 100% rename from spacy/lang/az/stop_words.py rename to master/spacy/lang/az/stop_words.py diff --git a/spacy/lang/bg/__init__.py b/master/spacy/lang/bg/__init__.py similarity index 100% rename from spacy/lang/bg/__init__.py rename to master/spacy/lang/bg/__init__.py diff --git a/spacy/lang/bg/examples.py b/master/spacy/lang/bg/examples.py similarity index 100% rename from spacy/lang/bg/examples.py rename to master/spacy/lang/bg/examples.py diff --git a/spacy/lang/bg/lex_attrs.py b/master/spacy/lang/bg/lex_attrs.py similarity index 100% rename from spacy/lang/bg/lex_attrs.py rename to master/spacy/lang/bg/lex_attrs.py diff --git a/spacy/lang/bg/stop_words.py b/master/spacy/lang/bg/stop_words.py similarity index 100% rename from spacy/lang/bg/stop_words.py rename to master/spacy/lang/bg/stop_words.py diff --git a/spacy/lang/bg/tokenizer_exceptions.py b/master/spacy/lang/bg/tokenizer_exceptions.py similarity index 100% rename from spacy/lang/bg/tokenizer_exceptions.py rename to master/spacy/lang/bg/tokenizer_exceptions.py diff --git a/spacy/lang/bn/__init__.py b/master/spacy/lang/bn/__init__.py similarity index 100% rename from spacy/lang/bn/__init__.py rename to master/spacy/lang/bn/__init__.py diff --git a/spacy/lang/bn/examples.py b/master/spacy/lang/bn/examples.py similarity index 100% rename from spacy/lang/bn/examples.py rename to master/spacy/lang/bn/examples.py diff --git a/spacy/lang/bn/punctuation.py b/master/spacy/lang/bn/punctuation.py similarity index 100% rename from spacy/lang/bn/punctuation.py rename to master/spacy/lang/bn/punctuation.py diff --git a/spacy/lang/bn/stop_words.py b/master/spacy/lang/bn/stop_words.py similarity index 100% rename from spacy/lang/bn/stop_words.py rename to master/spacy/lang/bn/stop_words.py diff --git a/spacy/lang/bn/tokenizer_exceptions.py b/master/spacy/lang/bn/tokenizer_exceptions.py similarity index 100% rename from spacy/lang/bn/tokenizer_exceptions.py rename to master/spacy/lang/bn/tokenizer_exceptions.py diff --git a/spacy/lang/ca/__init__.py b/master/spacy/lang/ca/__init__.py old mode 100755 new mode 100644 similarity index 100% rename from spacy/lang/ca/__init__.py rename to master/spacy/lang/ca/__init__.py diff --git a/spacy/lang/ca/examples.py b/master/spacy/lang/ca/examples.py similarity index 100% rename from spacy/lang/ca/examples.py rename to master/spacy/lang/ca/examples.py diff --git a/spacy/lang/ca/lemmatizer.py b/master/spacy/lang/ca/lemmatizer.py similarity index 100% rename from spacy/lang/ca/lemmatizer.py rename to master/spacy/lang/ca/lemmatizer.py diff --git a/spacy/lang/ca/lex_attrs.py b/master/spacy/lang/ca/lex_attrs.py similarity index 100% rename from spacy/lang/ca/lex_attrs.py rename to master/spacy/lang/ca/lex_attrs.py diff --git a/spacy/lang/ca/punctuation.py b/master/spacy/lang/ca/punctuation.py old mode 100755 new mode 100644 similarity index 100% rename from spacy/lang/ca/punctuation.py rename to master/spacy/lang/ca/punctuation.py diff --git a/spacy/lang/ca/stop_words.py b/master/spacy/lang/ca/stop_words.py similarity index 100% rename from spacy/lang/ca/stop_words.py rename to master/spacy/lang/ca/stop_words.py diff --git a/spacy/lang/ca/syntax_iterators.py b/master/spacy/lang/ca/syntax_iterators.py similarity index 100% rename from spacy/lang/ca/syntax_iterators.py rename to master/spacy/lang/ca/syntax_iterators.py diff --git a/spacy/lang/ca/tokenizer_exceptions.py b/master/spacy/lang/ca/tokenizer_exceptions.py old mode 100755 new mode 100644 similarity index 100% rename from spacy/lang/ca/tokenizer_exceptions.py rename to master/spacy/lang/ca/tokenizer_exceptions.py diff --git a/spacy/lang/char_classes.py b/master/spacy/lang/char_classes.py similarity index 100% rename from spacy/lang/char_classes.py rename to master/spacy/lang/char_classes.py diff --git a/spacy/lang/cs/__init__.py b/master/spacy/lang/cs/__init__.py similarity index 100% rename from spacy/lang/cs/__init__.py rename to master/spacy/lang/cs/__init__.py diff --git a/spacy/lang/cs/examples.py b/master/spacy/lang/cs/examples.py similarity index 100% rename from spacy/lang/cs/examples.py rename to master/spacy/lang/cs/examples.py diff --git a/spacy/lang/cs/lex_attrs.py b/master/spacy/lang/cs/lex_attrs.py similarity index 100% rename from spacy/lang/cs/lex_attrs.py rename to master/spacy/lang/cs/lex_attrs.py diff --git a/spacy/lang/cs/stop_words.py b/master/spacy/lang/cs/stop_words.py similarity index 100% rename from spacy/lang/cs/stop_words.py rename to master/spacy/lang/cs/stop_words.py diff --git a/spacy/lang/da/__init__.py b/master/spacy/lang/da/__init__.py similarity index 100% rename from spacy/lang/da/__init__.py rename to master/spacy/lang/da/__init__.py diff --git a/spacy/lang/da/examples.py b/master/spacy/lang/da/examples.py similarity index 100% rename from spacy/lang/da/examples.py rename to master/spacy/lang/da/examples.py diff --git a/spacy/lang/da/lex_attrs.py b/master/spacy/lang/da/lex_attrs.py similarity index 100% rename from spacy/lang/da/lex_attrs.py rename to master/spacy/lang/da/lex_attrs.py diff --git a/spacy/lang/da/punctuation.py b/master/spacy/lang/da/punctuation.py similarity index 100% rename from spacy/lang/da/punctuation.py rename to master/spacy/lang/da/punctuation.py diff --git a/spacy/lang/da/stop_words.py b/master/spacy/lang/da/stop_words.py similarity index 100% rename from spacy/lang/da/stop_words.py rename to master/spacy/lang/da/stop_words.py diff --git a/spacy/lang/da/syntax_iterators.py b/master/spacy/lang/da/syntax_iterators.py similarity index 100% rename from spacy/lang/da/syntax_iterators.py rename to master/spacy/lang/da/syntax_iterators.py diff --git a/spacy/lang/da/tokenizer_exceptions.py b/master/spacy/lang/da/tokenizer_exceptions.py similarity index 100% rename from spacy/lang/da/tokenizer_exceptions.py rename to master/spacy/lang/da/tokenizer_exceptions.py diff --git a/spacy/lang/de/__init__.py b/master/spacy/lang/de/__init__.py similarity index 100% rename from spacy/lang/de/__init__.py rename to master/spacy/lang/de/__init__.py diff --git a/spacy/lang/de/examples.py b/master/spacy/lang/de/examples.py similarity index 100% rename from spacy/lang/de/examples.py rename to master/spacy/lang/de/examples.py diff --git a/spacy/lang/de/punctuation.py b/master/spacy/lang/de/punctuation.py similarity index 100% rename from spacy/lang/de/punctuation.py rename to master/spacy/lang/de/punctuation.py diff --git a/spacy/lang/de/stop_words.py b/master/spacy/lang/de/stop_words.py similarity index 100% rename from spacy/lang/de/stop_words.py rename to master/spacy/lang/de/stop_words.py diff --git a/spacy/lang/de/syntax_iterators.py b/master/spacy/lang/de/syntax_iterators.py similarity index 100% rename from spacy/lang/de/syntax_iterators.py rename to master/spacy/lang/de/syntax_iterators.py diff --git a/spacy/lang/de/tokenizer_exceptions.py b/master/spacy/lang/de/tokenizer_exceptions.py similarity index 100% rename from spacy/lang/de/tokenizer_exceptions.py rename to master/spacy/lang/de/tokenizer_exceptions.py diff --git a/spacy/lang/dsb/__init__.py b/master/spacy/lang/dsb/__init__.py similarity index 100% rename from spacy/lang/dsb/__init__.py rename to master/spacy/lang/dsb/__init__.py diff --git a/spacy/lang/dsb/examples.py b/master/spacy/lang/dsb/examples.py similarity index 100% rename from spacy/lang/dsb/examples.py rename to master/spacy/lang/dsb/examples.py diff --git a/spacy/lang/dsb/lex_attrs.py b/master/spacy/lang/dsb/lex_attrs.py similarity index 100% rename from spacy/lang/dsb/lex_attrs.py rename to master/spacy/lang/dsb/lex_attrs.py diff --git a/spacy/lang/dsb/stop_words.py b/master/spacy/lang/dsb/stop_words.py similarity index 100% rename from spacy/lang/dsb/stop_words.py rename to master/spacy/lang/dsb/stop_words.py diff --git a/spacy/lang/el/__init__.py b/master/spacy/lang/el/__init__.py similarity index 100% rename from spacy/lang/el/__init__.py rename to master/spacy/lang/el/__init__.py diff --git a/spacy/lang/el/examples.py b/master/spacy/lang/el/examples.py similarity index 100% rename from spacy/lang/el/examples.py rename to master/spacy/lang/el/examples.py diff --git a/spacy/lang/el/get_pos_from_wiktionary.py b/master/spacy/lang/el/get_pos_from_wiktionary.py similarity index 100% rename from spacy/lang/el/get_pos_from_wiktionary.py rename to master/spacy/lang/el/get_pos_from_wiktionary.py diff --git a/spacy/lang/el/lemmatizer.py b/master/spacy/lang/el/lemmatizer.py similarity index 100% rename from spacy/lang/el/lemmatizer.py rename to master/spacy/lang/el/lemmatizer.py diff --git a/spacy/lang/el/lex_attrs.py b/master/spacy/lang/el/lex_attrs.py similarity index 100% rename from spacy/lang/el/lex_attrs.py rename to master/spacy/lang/el/lex_attrs.py diff --git a/spacy/lang/el/punctuation.py b/master/spacy/lang/el/punctuation.py similarity index 100% rename from spacy/lang/el/punctuation.py rename to master/spacy/lang/el/punctuation.py diff --git a/spacy/lang/el/stop_words.py b/master/spacy/lang/el/stop_words.py similarity index 100% rename from spacy/lang/el/stop_words.py rename to master/spacy/lang/el/stop_words.py diff --git a/spacy/lang/el/syntax_iterators.py b/master/spacy/lang/el/syntax_iterators.py similarity index 100% rename from spacy/lang/el/syntax_iterators.py rename to master/spacy/lang/el/syntax_iterators.py diff --git a/spacy/lang/el/tokenizer_exceptions.py b/master/spacy/lang/el/tokenizer_exceptions.py similarity index 100% rename from spacy/lang/el/tokenizer_exceptions.py rename to master/spacy/lang/el/tokenizer_exceptions.py diff --git a/spacy/lang/en/__init__.py b/master/spacy/lang/en/__init__.py similarity index 100% rename from spacy/lang/en/__init__.py rename to master/spacy/lang/en/__init__.py diff --git a/spacy/lang/en/examples.py b/master/spacy/lang/en/examples.py similarity index 100% rename from spacy/lang/en/examples.py rename to master/spacy/lang/en/examples.py diff --git a/spacy/lang/en/lemmatizer.py b/master/spacy/lang/en/lemmatizer.py similarity index 100% rename from spacy/lang/en/lemmatizer.py rename to master/spacy/lang/en/lemmatizer.py diff --git a/spacy/lang/en/lex_attrs.py b/master/spacy/lang/en/lex_attrs.py similarity index 100% rename from spacy/lang/en/lex_attrs.py rename to master/spacy/lang/en/lex_attrs.py diff --git a/spacy/lang/en/punctuation.py b/master/spacy/lang/en/punctuation.py similarity index 100% rename from spacy/lang/en/punctuation.py rename to master/spacy/lang/en/punctuation.py diff --git a/spacy/lang/en/stop_words.py b/master/spacy/lang/en/stop_words.py similarity index 100% rename from spacy/lang/en/stop_words.py rename to master/spacy/lang/en/stop_words.py diff --git a/spacy/lang/en/syntax_iterators.py b/master/spacy/lang/en/syntax_iterators.py similarity index 100% rename from spacy/lang/en/syntax_iterators.py rename to master/spacy/lang/en/syntax_iterators.py diff --git a/spacy/lang/en/tokenizer_exceptions.py b/master/spacy/lang/en/tokenizer_exceptions.py similarity index 100% rename from spacy/lang/en/tokenizer_exceptions.py rename to master/spacy/lang/en/tokenizer_exceptions.py diff --git a/spacy/lang/es/__init__.py b/master/spacy/lang/es/__init__.py similarity index 100% rename from spacy/lang/es/__init__.py rename to master/spacy/lang/es/__init__.py diff --git a/spacy/lang/es/examples.py b/master/spacy/lang/es/examples.py similarity index 100% rename from spacy/lang/es/examples.py rename to master/spacy/lang/es/examples.py diff --git a/spacy/lang/es/lemmatizer.py b/master/spacy/lang/es/lemmatizer.py similarity index 100% rename from spacy/lang/es/lemmatizer.py rename to master/spacy/lang/es/lemmatizer.py diff --git a/spacy/lang/es/lex_attrs.py b/master/spacy/lang/es/lex_attrs.py similarity index 100% rename from spacy/lang/es/lex_attrs.py rename to master/spacy/lang/es/lex_attrs.py diff --git a/spacy/lang/es/punctuation.py b/master/spacy/lang/es/punctuation.py similarity index 100% rename from spacy/lang/es/punctuation.py rename to master/spacy/lang/es/punctuation.py diff --git a/spacy/lang/es/stop_words.py b/master/spacy/lang/es/stop_words.py similarity index 100% rename from spacy/lang/es/stop_words.py rename to master/spacy/lang/es/stop_words.py diff --git a/spacy/lang/es/syntax_iterators.py b/master/spacy/lang/es/syntax_iterators.py similarity index 100% rename from spacy/lang/es/syntax_iterators.py rename to master/spacy/lang/es/syntax_iterators.py diff --git a/spacy/lang/es/tokenizer_exceptions.py b/master/spacy/lang/es/tokenizer_exceptions.py similarity index 100% rename from spacy/lang/es/tokenizer_exceptions.py rename to master/spacy/lang/es/tokenizer_exceptions.py diff --git a/spacy/lang/et/__init__.py b/master/spacy/lang/et/__init__.py similarity index 100% rename from spacy/lang/et/__init__.py rename to master/spacy/lang/et/__init__.py diff --git a/spacy/lang/et/stop_words.py b/master/spacy/lang/et/stop_words.py similarity index 100% rename from spacy/lang/et/stop_words.py rename to master/spacy/lang/et/stop_words.py diff --git a/spacy/lang/eu/__init__.py b/master/spacy/lang/eu/__init__.py similarity index 100% rename from spacy/lang/eu/__init__.py rename to master/spacy/lang/eu/__init__.py diff --git a/spacy/lang/eu/examples.py b/master/spacy/lang/eu/examples.py similarity index 100% rename from spacy/lang/eu/examples.py rename to master/spacy/lang/eu/examples.py diff --git a/spacy/lang/eu/lex_attrs.py b/master/spacy/lang/eu/lex_attrs.py similarity index 100% rename from spacy/lang/eu/lex_attrs.py rename to master/spacy/lang/eu/lex_attrs.py diff --git a/spacy/lang/eu/punctuation.py b/master/spacy/lang/eu/punctuation.py similarity index 100% rename from spacy/lang/eu/punctuation.py rename to master/spacy/lang/eu/punctuation.py diff --git a/spacy/lang/eu/stop_words.py b/master/spacy/lang/eu/stop_words.py similarity index 100% rename from spacy/lang/eu/stop_words.py rename to master/spacy/lang/eu/stop_words.py diff --git a/spacy/lang/fa/__init__.py b/master/spacy/lang/fa/__init__.py similarity index 100% rename from spacy/lang/fa/__init__.py rename to master/spacy/lang/fa/__init__.py diff --git a/spacy/lang/fa/examples.py b/master/spacy/lang/fa/examples.py similarity index 100% rename from spacy/lang/fa/examples.py rename to master/spacy/lang/fa/examples.py diff --git a/spacy/lang/fa/generate_verbs_exc.py b/master/spacy/lang/fa/generate_verbs_exc.py similarity index 100% rename from spacy/lang/fa/generate_verbs_exc.py rename to master/spacy/lang/fa/generate_verbs_exc.py diff --git a/spacy/lang/fa/lex_attrs.py b/master/spacy/lang/fa/lex_attrs.py similarity index 100% rename from spacy/lang/fa/lex_attrs.py rename to master/spacy/lang/fa/lex_attrs.py diff --git a/spacy/lang/fa/punctuation.py b/master/spacy/lang/fa/punctuation.py similarity index 100% rename from spacy/lang/fa/punctuation.py rename to master/spacy/lang/fa/punctuation.py diff --git a/spacy/lang/fa/stop_words.py b/master/spacy/lang/fa/stop_words.py similarity index 100% rename from spacy/lang/fa/stop_words.py rename to master/spacy/lang/fa/stop_words.py diff --git a/spacy/lang/fa/syntax_iterators.py b/master/spacy/lang/fa/syntax_iterators.py similarity index 100% rename from spacy/lang/fa/syntax_iterators.py rename to master/spacy/lang/fa/syntax_iterators.py diff --git a/spacy/lang/fa/tokenizer_exceptions.py b/master/spacy/lang/fa/tokenizer_exceptions.py similarity index 100% rename from spacy/lang/fa/tokenizer_exceptions.py rename to master/spacy/lang/fa/tokenizer_exceptions.py diff --git a/spacy/lang/fi/__init__.py b/master/spacy/lang/fi/__init__.py similarity index 100% rename from spacy/lang/fi/__init__.py rename to master/spacy/lang/fi/__init__.py diff --git a/spacy/lang/fi/examples.py b/master/spacy/lang/fi/examples.py similarity index 100% rename from spacy/lang/fi/examples.py rename to master/spacy/lang/fi/examples.py diff --git a/spacy/lang/fi/lex_attrs.py b/master/spacy/lang/fi/lex_attrs.py similarity index 100% rename from spacy/lang/fi/lex_attrs.py rename to master/spacy/lang/fi/lex_attrs.py diff --git a/spacy/lang/fi/punctuation.py b/master/spacy/lang/fi/punctuation.py similarity index 100% rename from spacy/lang/fi/punctuation.py rename to master/spacy/lang/fi/punctuation.py diff --git a/spacy/lang/fi/stop_words.py b/master/spacy/lang/fi/stop_words.py similarity index 100% rename from spacy/lang/fi/stop_words.py rename to master/spacy/lang/fi/stop_words.py diff --git a/spacy/lang/fi/syntax_iterators.py b/master/spacy/lang/fi/syntax_iterators.py similarity index 100% rename from spacy/lang/fi/syntax_iterators.py rename to master/spacy/lang/fi/syntax_iterators.py diff --git a/spacy/lang/fi/tokenizer_exceptions.py b/master/spacy/lang/fi/tokenizer_exceptions.py similarity index 100% rename from spacy/lang/fi/tokenizer_exceptions.py rename to master/spacy/lang/fi/tokenizer_exceptions.py diff --git a/spacy/lang/fr/__init__.py b/master/spacy/lang/fr/__init__.py similarity index 100% rename from spacy/lang/fr/__init__.py rename to master/spacy/lang/fr/__init__.py diff --git a/spacy/lang/fr/_tokenizer_exceptions_list.py b/master/spacy/lang/fr/_tokenizer_exceptions_list.py similarity index 100% rename from spacy/lang/fr/_tokenizer_exceptions_list.py rename to master/spacy/lang/fr/_tokenizer_exceptions_list.py diff --git a/spacy/lang/fr/examples.py b/master/spacy/lang/fr/examples.py similarity index 100% rename from spacy/lang/fr/examples.py rename to master/spacy/lang/fr/examples.py diff --git a/spacy/lang/fr/lemmatizer.py b/master/spacy/lang/fr/lemmatizer.py similarity index 100% rename from spacy/lang/fr/lemmatizer.py rename to master/spacy/lang/fr/lemmatizer.py diff --git a/spacy/lang/fr/lex_attrs.py b/master/spacy/lang/fr/lex_attrs.py similarity index 100% rename from spacy/lang/fr/lex_attrs.py rename to master/spacy/lang/fr/lex_attrs.py diff --git a/spacy/lang/fr/punctuation.py b/master/spacy/lang/fr/punctuation.py similarity index 100% rename from spacy/lang/fr/punctuation.py rename to master/spacy/lang/fr/punctuation.py diff --git a/spacy/lang/fr/stop_words.py b/master/spacy/lang/fr/stop_words.py similarity index 100% rename from spacy/lang/fr/stop_words.py rename to master/spacy/lang/fr/stop_words.py diff --git a/spacy/lang/fr/syntax_iterators.py b/master/spacy/lang/fr/syntax_iterators.py similarity index 100% rename from spacy/lang/fr/syntax_iterators.py rename to master/spacy/lang/fr/syntax_iterators.py diff --git a/spacy/lang/fr/tokenizer_exceptions.py b/master/spacy/lang/fr/tokenizer_exceptions.py similarity index 100% rename from spacy/lang/fr/tokenizer_exceptions.py rename to master/spacy/lang/fr/tokenizer_exceptions.py diff --git a/spacy/lang/ga/__init__.py b/master/spacy/lang/ga/__init__.py similarity index 100% rename from spacy/lang/ga/__init__.py rename to master/spacy/lang/ga/__init__.py diff --git a/spacy/lang/ga/lemmatizer.py b/master/spacy/lang/ga/lemmatizer.py similarity index 100% rename from spacy/lang/ga/lemmatizer.py rename to master/spacy/lang/ga/lemmatizer.py diff --git a/spacy/lang/ga/stop_words.py b/master/spacy/lang/ga/stop_words.py similarity index 100% rename from spacy/lang/ga/stop_words.py rename to master/spacy/lang/ga/stop_words.py diff --git a/spacy/lang/ga/tokenizer_exceptions.py b/master/spacy/lang/ga/tokenizer_exceptions.py similarity index 100% rename from spacy/lang/ga/tokenizer_exceptions.py rename to master/spacy/lang/ga/tokenizer_exceptions.py diff --git a/spacy/lang/grc/__init__.py b/master/spacy/lang/grc/__init__.py similarity index 100% rename from spacy/lang/grc/__init__.py rename to master/spacy/lang/grc/__init__.py diff --git a/spacy/lang/grc/examples.py b/master/spacy/lang/grc/examples.py similarity index 100% rename from spacy/lang/grc/examples.py rename to master/spacy/lang/grc/examples.py diff --git a/spacy/lang/grc/lex_attrs.py b/master/spacy/lang/grc/lex_attrs.py similarity index 100% rename from spacy/lang/grc/lex_attrs.py rename to master/spacy/lang/grc/lex_attrs.py diff --git a/spacy/lang/grc/punctuation.py b/master/spacy/lang/grc/punctuation.py similarity index 100% rename from spacy/lang/grc/punctuation.py rename to master/spacy/lang/grc/punctuation.py diff --git a/spacy/lang/grc/stop_words.py b/master/spacy/lang/grc/stop_words.py similarity index 100% rename from spacy/lang/grc/stop_words.py rename to master/spacy/lang/grc/stop_words.py diff --git a/spacy/lang/grc/tokenizer_exceptions.py b/master/spacy/lang/grc/tokenizer_exceptions.py similarity index 100% rename from spacy/lang/grc/tokenizer_exceptions.py rename to master/spacy/lang/grc/tokenizer_exceptions.py diff --git a/spacy/lang/gu/__init__.py b/master/spacy/lang/gu/__init__.py similarity index 100% rename from spacy/lang/gu/__init__.py rename to master/spacy/lang/gu/__init__.py diff --git a/spacy/lang/gu/examples.py b/master/spacy/lang/gu/examples.py similarity index 100% rename from spacy/lang/gu/examples.py rename to master/spacy/lang/gu/examples.py diff --git a/spacy/lang/gu/stop_words.py b/master/spacy/lang/gu/stop_words.py similarity index 100% rename from spacy/lang/gu/stop_words.py rename to master/spacy/lang/gu/stop_words.py diff --git a/spacy/lang/he/__init__.py b/master/spacy/lang/he/__init__.py similarity index 100% rename from spacy/lang/he/__init__.py rename to master/spacy/lang/he/__init__.py diff --git a/spacy/lang/he/examples.py b/master/spacy/lang/he/examples.py similarity index 100% rename from spacy/lang/he/examples.py rename to master/spacy/lang/he/examples.py diff --git a/spacy/lang/he/lex_attrs.py b/master/spacy/lang/he/lex_attrs.py similarity index 100% rename from spacy/lang/he/lex_attrs.py rename to master/spacy/lang/he/lex_attrs.py diff --git a/spacy/lang/he/stop_words.py b/master/spacy/lang/he/stop_words.py similarity index 100% rename from spacy/lang/he/stop_words.py rename to master/spacy/lang/he/stop_words.py diff --git a/spacy/lang/hi/__init__.py b/master/spacy/lang/hi/__init__.py similarity index 100% rename from spacy/lang/hi/__init__.py rename to master/spacy/lang/hi/__init__.py diff --git a/spacy/lang/hi/examples.py b/master/spacy/lang/hi/examples.py similarity index 100% rename from spacy/lang/hi/examples.py rename to master/spacy/lang/hi/examples.py diff --git a/spacy/lang/hi/lex_attrs.py b/master/spacy/lang/hi/lex_attrs.py similarity index 100% rename from spacy/lang/hi/lex_attrs.py rename to master/spacy/lang/hi/lex_attrs.py diff --git a/spacy/lang/hi/stop_words.py b/master/spacy/lang/hi/stop_words.py similarity index 100% rename from spacy/lang/hi/stop_words.py rename to master/spacy/lang/hi/stop_words.py diff --git a/spacy/lang/hr/__init__.py b/master/spacy/lang/hr/__init__.py similarity index 100% rename from spacy/lang/hr/__init__.py rename to master/spacy/lang/hr/__init__.py diff --git a/spacy/lang/hr/examples.py b/master/spacy/lang/hr/examples.py similarity index 100% rename from spacy/lang/hr/examples.py rename to master/spacy/lang/hr/examples.py diff --git a/spacy/lang/hr/lemma_lookup_license.txt b/master/spacy/lang/hr/lemma_lookup_license.txt similarity index 100% rename from spacy/lang/hr/lemma_lookup_license.txt rename to master/spacy/lang/hr/lemma_lookup_license.txt diff --git a/spacy/lang/hr/stop_words.py b/master/spacy/lang/hr/stop_words.py similarity index 100% rename from spacy/lang/hr/stop_words.py rename to master/spacy/lang/hr/stop_words.py diff --git a/spacy/lang/hsb/__init__.py b/master/spacy/lang/hsb/__init__.py similarity index 100% rename from spacy/lang/hsb/__init__.py rename to master/spacy/lang/hsb/__init__.py diff --git a/spacy/lang/hsb/examples.py b/master/spacy/lang/hsb/examples.py similarity index 100% rename from spacy/lang/hsb/examples.py rename to master/spacy/lang/hsb/examples.py diff --git a/spacy/lang/hsb/lex_attrs.py b/master/spacy/lang/hsb/lex_attrs.py similarity index 100% rename from spacy/lang/hsb/lex_attrs.py rename to master/spacy/lang/hsb/lex_attrs.py diff --git a/spacy/lang/hsb/stop_words.py b/master/spacy/lang/hsb/stop_words.py similarity index 100% rename from spacy/lang/hsb/stop_words.py rename to master/spacy/lang/hsb/stop_words.py diff --git a/spacy/lang/hsb/tokenizer_exceptions.py b/master/spacy/lang/hsb/tokenizer_exceptions.py similarity index 100% rename from spacy/lang/hsb/tokenizer_exceptions.py rename to master/spacy/lang/hsb/tokenizer_exceptions.py diff --git a/spacy/lang/hu/__init__.py b/master/spacy/lang/hu/__init__.py similarity index 100% rename from spacy/lang/hu/__init__.py rename to master/spacy/lang/hu/__init__.py diff --git a/spacy/lang/hu/examples.py b/master/spacy/lang/hu/examples.py similarity index 100% rename from spacy/lang/hu/examples.py rename to master/spacy/lang/hu/examples.py diff --git a/spacy/lang/hu/punctuation.py b/master/spacy/lang/hu/punctuation.py similarity index 100% rename from spacy/lang/hu/punctuation.py rename to master/spacy/lang/hu/punctuation.py diff --git a/spacy/lang/hu/stop_words.py b/master/spacy/lang/hu/stop_words.py similarity index 100% rename from spacy/lang/hu/stop_words.py rename to master/spacy/lang/hu/stop_words.py diff --git a/spacy/lang/hu/tokenizer_exceptions.py b/master/spacy/lang/hu/tokenizer_exceptions.py similarity index 100% rename from spacy/lang/hu/tokenizer_exceptions.py rename to master/spacy/lang/hu/tokenizer_exceptions.py diff --git a/spacy/lang/hy/__init__.py b/master/spacy/lang/hy/__init__.py similarity index 100% rename from spacy/lang/hy/__init__.py rename to master/spacy/lang/hy/__init__.py diff --git a/spacy/lang/hy/examples.py b/master/spacy/lang/hy/examples.py similarity index 100% rename from spacy/lang/hy/examples.py rename to master/spacy/lang/hy/examples.py diff --git a/spacy/lang/hy/lex_attrs.py b/master/spacy/lang/hy/lex_attrs.py similarity index 100% rename from spacy/lang/hy/lex_attrs.py rename to master/spacy/lang/hy/lex_attrs.py diff --git a/spacy/lang/hy/stop_words.py b/master/spacy/lang/hy/stop_words.py similarity index 100% rename from spacy/lang/hy/stop_words.py rename to master/spacy/lang/hy/stop_words.py diff --git a/spacy/lang/id/__init__.py b/master/spacy/lang/id/__init__.py similarity index 100% rename from spacy/lang/id/__init__.py rename to master/spacy/lang/id/__init__.py diff --git a/spacy/lang/id/_tokenizer_exceptions_list.py b/master/spacy/lang/id/_tokenizer_exceptions_list.py similarity index 100% rename from spacy/lang/id/_tokenizer_exceptions_list.py rename to master/spacy/lang/id/_tokenizer_exceptions_list.py diff --git a/spacy/lang/id/examples.py b/master/spacy/lang/id/examples.py similarity index 100% rename from spacy/lang/id/examples.py rename to master/spacy/lang/id/examples.py diff --git a/spacy/lang/id/lex_attrs.py b/master/spacy/lang/id/lex_attrs.py similarity index 100% rename from spacy/lang/id/lex_attrs.py rename to master/spacy/lang/id/lex_attrs.py diff --git a/spacy/lang/id/punctuation.py b/master/spacy/lang/id/punctuation.py similarity index 100% rename from spacy/lang/id/punctuation.py rename to master/spacy/lang/id/punctuation.py diff --git a/spacy/lang/id/stop_words.py b/master/spacy/lang/id/stop_words.py similarity index 100% rename from spacy/lang/id/stop_words.py rename to master/spacy/lang/id/stop_words.py diff --git a/spacy/lang/id/syntax_iterators.py b/master/spacy/lang/id/syntax_iterators.py similarity index 100% rename from spacy/lang/id/syntax_iterators.py rename to master/spacy/lang/id/syntax_iterators.py diff --git a/spacy/lang/id/tokenizer_exceptions.py b/master/spacy/lang/id/tokenizer_exceptions.py similarity index 100% rename from spacy/lang/id/tokenizer_exceptions.py rename to master/spacy/lang/id/tokenizer_exceptions.py diff --git a/spacy/lang/is/__init__.py b/master/spacy/lang/is/__init__.py similarity index 100% rename from spacy/lang/is/__init__.py rename to master/spacy/lang/is/__init__.py diff --git a/spacy/lang/is/stop_words.py b/master/spacy/lang/is/stop_words.py similarity index 100% rename from spacy/lang/is/stop_words.py rename to master/spacy/lang/is/stop_words.py diff --git a/spacy/lang/it/__init__.py b/master/spacy/lang/it/__init__.py similarity index 100% rename from spacy/lang/it/__init__.py rename to master/spacy/lang/it/__init__.py diff --git a/spacy/lang/it/examples.py b/master/spacy/lang/it/examples.py similarity index 100% rename from spacy/lang/it/examples.py rename to master/spacy/lang/it/examples.py diff --git a/spacy/lang/it/lemmatizer.py b/master/spacy/lang/it/lemmatizer.py similarity index 100% rename from spacy/lang/it/lemmatizer.py rename to master/spacy/lang/it/lemmatizer.py diff --git a/spacy/lang/it/punctuation.py b/master/spacy/lang/it/punctuation.py similarity index 100% rename from spacy/lang/it/punctuation.py rename to master/spacy/lang/it/punctuation.py diff --git a/spacy/lang/it/stop_words.py b/master/spacy/lang/it/stop_words.py similarity index 100% rename from spacy/lang/it/stop_words.py rename to master/spacy/lang/it/stop_words.py diff --git a/spacy/lang/it/syntax_iterators.py b/master/spacy/lang/it/syntax_iterators.py similarity index 100% rename from spacy/lang/it/syntax_iterators.py rename to master/spacy/lang/it/syntax_iterators.py diff --git a/spacy/lang/it/tokenizer_exceptions.py b/master/spacy/lang/it/tokenizer_exceptions.py similarity index 100% rename from spacy/lang/it/tokenizer_exceptions.py rename to master/spacy/lang/it/tokenizer_exceptions.py diff --git a/spacy/lang/ja/__init__.py b/master/spacy/lang/ja/__init__.py similarity index 100% rename from spacy/lang/ja/__init__.py rename to master/spacy/lang/ja/__init__.py diff --git a/spacy/lang/ja/examples.py b/master/spacy/lang/ja/examples.py similarity index 100% rename from spacy/lang/ja/examples.py rename to master/spacy/lang/ja/examples.py diff --git a/spacy/lang/ja/stop_words.py b/master/spacy/lang/ja/stop_words.py similarity index 100% rename from spacy/lang/ja/stop_words.py rename to master/spacy/lang/ja/stop_words.py diff --git a/spacy/lang/ja/syntax_iterators.py b/master/spacy/lang/ja/syntax_iterators.py similarity index 100% rename from spacy/lang/ja/syntax_iterators.py rename to master/spacy/lang/ja/syntax_iterators.py diff --git a/spacy/lang/ja/tag_bigram_map.py b/master/spacy/lang/ja/tag_bigram_map.py similarity index 100% rename from spacy/lang/ja/tag_bigram_map.py rename to master/spacy/lang/ja/tag_bigram_map.py diff --git a/spacy/lang/ja/tag_map.py b/master/spacy/lang/ja/tag_map.py similarity index 100% rename from spacy/lang/ja/tag_map.py rename to master/spacy/lang/ja/tag_map.py diff --git a/spacy/lang/ja/tag_orth_map.py b/master/spacy/lang/ja/tag_orth_map.py similarity index 100% rename from spacy/lang/ja/tag_orth_map.py rename to master/spacy/lang/ja/tag_orth_map.py diff --git a/spacy/lang/kn/__init__.py b/master/spacy/lang/kn/__init__.py similarity index 100% rename from spacy/lang/kn/__init__.py rename to master/spacy/lang/kn/__init__.py diff --git a/spacy/lang/kn/examples.py b/master/spacy/lang/kn/examples.py similarity index 100% rename from spacy/lang/kn/examples.py rename to master/spacy/lang/kn/examples.py diff --git a/spacy/lang/kn/stop_words.py b/master/spacy/lang/kn/stop_words.py similarity index 100% rename from spacy/lang/kn/stop_words.py rename to master/spacy/lang/kn/stop_words.py diff --git a/spacy/lang/ko/__init__.py b/master/spacy/lang/ko/__init__.py similarity index 100% rename from spacy/lang/ko/__init__.py rename to master/spacy/lang/ko/__init__.py diff --git a/spacy/lang/ko/examples.py b/master/spacy/lang/ko/examples.py similarity index 100% rename from spacy/lang/ko/examples.py rename to master/spacy/lang/ko/examples.py diff --git a/spacy/lang/ko/lex_attrs.py b/master/spacy/lang/ko/lex_attrs.py similarity index 100% rename from spacy/lang/ko/lex_attrs.py rename to master/spacy/lang/ko/lex_attrs.py diff --git a/spacy/lang/ko/punctuation.py b/master/spacy/lang/ko/punctuation.py similarity index 100% rename from spacy/lang/ko/punctuation.py rename to master/spacy/lang/ko/punctuation.py diff --git a/spacy/lang/ko/stop_words.py b/master/spacy/lang/ko/stop_words.py similarity index 100% rename from spacy/lang/ko/stop_words.py rename to master/spacy/lang/ko/stop_words.py diff --git a/spacy/lang/ko/tag_map.py b/master/spacy/lang/ko/tag_map.py similarity index 100% rename from spacy/lang/ko/tag_map.py rename to master/spacy/lang/ko/tag_map.py diff --git a/spacy/lang/ky/__init__.py b/master/spacy/lang/ky/__init__.py similarity index 100% rename from spacy/lang/ky/__init__.py rename to master/spacy/lang/ky/__init__.py diff --git a/spacy/lang/ky/examples.py b/master/spacy/lang/ky/examples.py similarity index 100% rename from spacy/lang/ky/examples.py rename to master/spacy/lang/ky/examples.py diff --git a/spacy/lang/ky/lex_attrs.py b/master/spacy/lang/ky/lex_attrs.py similarity index 100% rename from spacy/lang/ky/lex_attrs.py rename to master/spacy/lang/ky/lex_attrs.py diff --git a/spacy/lang/ky/punctuation.py b/master/spacy/lang/ky/punctuation.py similarity index 100% rename from spacy/lang/ky/punctuation.py rename to master/spacy/lang/ky/punctuation.py diff --git a/spacy/lang/ky/stop_words.py b/master/spacy/lang/ky/stop_words.py similarity index 100% rename from spacy/lang/ky/stop_words.py rename to master/spacy/lang/ky/stop_words.py diff --git a/spacy/lang/ky/tokenizer_exceptions.py b/master/spacy/lang/ky/tokenizer_exceptions.py similarity index 100% rename from spacy/lang/ky/tokenizer_exceptions.py rename to master/spacy/lang/ky/tokenizer_exceptions.py diff --git a/spacy/lang/la/__init__.py b/master/spacy/lang/la/__init__.py similarity index 100% rename from spacy/lang/la/__init__.py rename to master/spacy/lang/la/__init__.py diff --git a/spacy/lang/la/lex_attrs.py b/master/spacy/lang/la/lex_attrs.py similarity index 100% rename from spacy/lang/la/lex_attrs.py rename to master/spacy/lang/la/lex_attrs.py diff --git a/spacy/lang/la/stop_words.py b/master/spacy/lang/la/stop_words.py similarity index 100% rename from spacy/lang/la/stop_words.py rename to master/spacy/lang/la/stop_words.py diff --git a/spacy/lang/la/tokenizer_exceptions.py b/master/spacy/lang/la/tokenizer_exceptions.py similarity index 100% rename from spacy/lang/la/tokenizer_exceptions.py rename to master/spacy/lang/la/tokenizer_exceptions.py diff --git a/spacy/lang/lb/__init__.py b/master/spacy/lang/lb/__init__.py similarity index 100% rename from spacy/lang/lb/__init__.py rename to master/spacy/lang/lb/__init__.py diff --git a/spacy/lang/lb/examples.py b/master/spacy/lang/lb/examples.py similarity index 100% rename from spacy/lang/lb/examples.py rename to master/spacy/lang/lb/examples.py diff --git a/spacy/lang/lb/lex_attrs.py b/master/spacy/lang/lb/lex_attrs.py similarity index 100% rename from spacy/lang/lb/lex_attrs.py rename to master/spacy/lang/lb/lex_attrs.py diff --git a/spacy/lang/lb/punctuation.py b/master/spacy/lang/lb/punctuation.py similarity index 100% rename from spacy/lang/lb/punctuation.py rename to master/spacy/lang/lb/punctuation.py diff --git a/spacy/lang/lb/stop_words.py b/master/spacy/lang/lb/stop_words.py similarity index 100% rename from spacy/lang/lb/stop_words.py rename to master/spacy/lang/lb/stop_words.py diff --git a/spacy/lang/lb/tokenizer_exceptions.py b/master/spacy/lang/lb/tokenizer_exceptions.py similarity index 100% rename from spacy/lang/lb/tokenizer_exceptions.py rename to master/spacy/lang/lb/tokenizer_exceptions.py diff --git a/spacy/lang/lex_attrs.py b/master/spacy/lang/lex_attrs.py similarity index 100% rename from spacy/lang/lex_attrs.py rename to master/spacy/lang/lex_attrs.py diff --git a/spacy/lang/lg/__init__.py b/master/spacy/lang/lg/__init__.py similarity index 100% rename from spacy/lang/lg/__init__.py rename to master/spacy/lang/lg/__init__.py diff --git a/spacy/lang/lg/examples.py b/master/spacy/lang/lg/examples.py similarity index 100% rename from spacy/lang/lg/examples.py rename to master/spacy/lang/lg/examples.py diff --git a/spacy/lang/lg/lex_attrs.py b/master/spacy/lang/lg/lex_attrs.py similarity index 100% rename from spacy/lang/lg/lex_attrs.py rename to master/spacy/lang/lg/lex_attrs.py diff --git a/spacy/lang/lg/punctuation.py b/master/spacy/lang/lg/punctuation.py similarity index 100% rename from spacy/lang/lg/punctuation.py rename to master/spacy/lang/lg/punctuation.py diff --git a/spacy/lang/lg/stop_words.py b/master/spacy/lang/lg/stop_words.py similarity index 100% rename from spacy/lang/lg/stop_words.py rename to master/spacy/lang/lg/stop_words.py diff --git a/spacy/lang/lij/__init__.py b/master/spacy/lang/lij/__init__.py similarity index 100% rename from spacy/lang/lij/__init__.py rename to master/spacy/lang/lij/__init__.py diff --git a/spacy/lang/lij/examples.py b/master/spacy/lang/lij/examples.py similarity index 100% rename from spacy/lang/lij/examples.py rename to master/spacy/lang/lij/examples.py diff --git a/spacy/lang/lij/punctuation.py b/master/spacy/lang/lij/punctuation.py similarity index 100% rename from spacy/lang/lij/punctuation.py rename to master/spacy/lang/lij/punctuation.py diff --git a/spacy/lang/lij/stop_words.py b/master/spacy/lang/lij/stop_words.py similarity index 100% rename from spacy/lang/lij/stop_words.py rename to master/spacy/lang/lij/stop_words.py diff --git a/spacy/lang/lij/tokenizer_exceptions.py b/master/spacy/lang/lij/tokenizer_exceptions.py similarity index 100% rename from spacy/lang/lij/tokenizer_exceptions.py rename to master/spacy/lang/lij/tokenizer_exceptions.py diff --git a/spacy/lang/lt/__init__.py b/master/spacy/lang/lt/__init__.py similarity index 100% rename from spacy/lang/lt/__init__.py rename to master/spacy/lang/lt/__init__.py diff --git a/spacy/lang/lt/examples.py b/master/spacy/lang/lt/examples.py similarity index 100% rename from spacy/lang/lt/examples.py rename to master/spacy/lang/lt/examples.py diff --git a/spacy/lang/lt/lex_attrs.py b/master/spacy/lang/lt/lex_attrs.py similarity index 100% rename from spacy/lang/lt/lex_attrs.py rename to master/spacy/lang/lt/lex_attrs.py diff --git a/spacy/lang/lt/punctuation.py b/master/spacy/lang/lt/punctuation.py similarity index 100% rename from spacy/lang/lt/punctuation.py rename to master/spacy/lang/lt/punctuation.py diff --git a/spacy/lang/lt/stop_words.py b/master/spacy/lang/lt/stop_words.py similarity index 100% rename from spacy/lang/lt/stop_words.py rename to master/spacy/lang/lt/stop_words.py diff --git a/spacy/lang/lt/tokenizer_exceptions.py b/master/spacy/lang/lt/tokenizer_exceptions.py similarity index 100% rename from spacy/lang/lt/tokenizer_exceptions.py rename to master/spacy/lang/lt/tokenizer_exceptions.py diff --git a/spacy/lang/lv/__init__.py b/master/spacy/lang/lv/__init__.py similarity index 100% rename from spacy/lang/lv/__init__.py rename to master/spacy/lang/lv/__init__.py diff --git a/spacy/lang/lv/stop_words.py b/master/spacy/lang/lv/stop_words.py similarity index 100% rename from spacy/lang/lv/stop_words.py rename to master/spacy/lang/lv/stop_words.py diff --git a/spacy/lang/mk/__init__.py b/master/spacy/lang/mk/__init__.py similarity index 100% rename from spacy/lang/mk/__init__.py rename to master/spacy/lang/mk/__init__.py diff --git a/spacy/lang/mk/lemmatizer.py b/master/spacy/lang/mk/lemmatizer.py similarity index 100% rename from spacy/lang/mk/lemmatizer.py rename to master/spacy/lang/mk/lemmatizer.py diff --git a/spacy/lang/mk/lex_attrs.py b/master/spacy/lang/mk/lex_attrs.py similarity index 100% rename from spacy/lang/mk/lex_attrs.py rename to master/spacy/lang/mk/lex_attrs.py diff --git a/spacy/lang/mk/stop_words.py b/master/spacy/lang/mk/stop_words.py similarity index 100% rename from spacy/lang/mk/stop_words.py rename to master/spacy/lang/mk/stop_words.py diff --git a/spacy/lang/mk/tokenizer_exceptions.py b/master/spacy/lang/mk/tokenizer_exceptions.py similarity index 100% rename from spacy/lang/mk/tokenizer_exceptions.py rename to master/spacy/lang/mk/tokenizer_exceptions.py diff --git a/spacy/lang/ml/__init__.py b/master/spacy/lang/ml/__init__.py similarity index 100% rename from spacy/lang/ml/__init__.py rename to master/spacy/lang/ml/__init__.py diff --git a/spacy/lang/ml/examples.py b/master/spacy/lang/ml/examples.py similarity index 100% rename from spacy/lang/ml/examples.py rename to master/spacy/lang/ml/examples.py diff --git a/spacy/lang/ml/lex_attrs.py b/master/spacy/lang/ml/lex_attrs.py similarity index 100% rename from spacy/lang/ml/lex_attrs.py rename to master/spacy/lang/ml/lex_attrs.py diff --git a/spacy/lang/ml/stop_words.py b/master/spacy/lang/ml/stop_words.py similarity index 100% rename from spacy/lang/ml/stop_words.py rename to master/spacy/lang/ml/stop_words.py diff --git a/spacy/lang/mr/__init__.py b/master/spacy/lang/mr/__init__.py similarity index 100% rename from spacy/lang/mr/__init__.py rename to master/spacy/lang/mr/__init__.py diff --git a/spacy/lang/mr/stop_words.py b/master/spacy/lang/mr/stop_words.py similarity index 100% rename from spacy/lang/mr/stop_words.py rename to master/spacy/lang/mr/stop_words.py diff --git a/spacy/lang/nb/__init__.py b/master/spacy/lang/nb/__init__.py similarity index 100% rename from spacy/lang/nb/__init__.py rename to master/spacy/lang/nb/__init__.py diff --git a/spacy/lang/nb/examples.py b/master/spacy/lang/nb/examples.py similarity index 100% rename from spacy/lang/nb/examples.py rename to master/spacy/lang/nb/examples.py diff --git a/spacy/lang/nb/punctuation.py b/master/spacy/lang/nb/punctuation.py similarity index 100% rename from spacy/lang/nb/punctuation.py rename to master/spacy/lang/nb/punctuation.py diff --git a/spacy/lang/nb/stop_words.py b/master/spacy/lang/nb/stop_words.py similarity index 100% rename from spacy/lang/nb/stop_words.py rename to master/spacy/lang/nb/stop_words.py diff --git a/spacy/lang/nb/syntax_iterators.py b/master/spacy/lang/nb/syntax_iterators.py similarity index 100% rename from spacy/lang/nb/syntax_iterators.py rename to master/spacy/lang/nb/syntax_iterators.py diff --git a/spacy/lang/nb/tokenizer_exceptions.py b/master/spacy/lang/nb/tokenizer_exceptions.py similarity index 100% rename from spacy/lang/nb/tokenizer_exceptions.py rename to master/spacy/lang/nb/tokenizer_exceptions.py diff --git a/spacy/lang/ne/__init__.py b/master/spacy/lang/ne/__init__.py similarity index 100% rename from spacy/lang/ne/__init__.py rename to master/spacy/lang/ne/__init__.py diff --git a/spacy/lang/ne/examples.py b/master/spacy/lang/ne/examples.py similarity index 100% rename from spacy/lang/ne/examples.py rename to master/spacy/lang/ne/examples.py diff --git a/spacy/lang/ne/lex_attrs.py b/master/spacy/lang/ne/lex_attrs.py similarity index 100% rename from spacy/lang/ne/lex_attrs.py rename to master/spacy/lang/ne/lex_attrs.py diff --git a/spacy/lang/ne/stop_words.py b/master/spacy/lang/ne/stop_words.py similarity index 100% rename from spacy/lang/ne/stop_words.py rename to master/spacy/lang/ne/stop_words.py diff --git a/spacy/lang/nl/__init__.py b/master/spacy/lang/nl/__init__.py similarity index 100% rename from spacy/lang/nl/__init__.py rename to master/spacy/lang/nl/__init__.py diff --git a/spacy/lang/nl/examples.py b/master/spacy/lang/nl/examples.py similarity index 100% rename from spacy/lang/nl/examples.py rename to master/spacy/lang/nl/examples.py diff --git a/spacy/lang/nl/lemmatizer.py b/master/spacy/lang/nl/lemmatizer.py similarity index 100% rename from spacy/lang/nl/lemmatizer.py rename to master/spacy/lang/nl/lemmatizer.py diff --git a/spacy/lang/nl/lex_attrs.py b/master/spacy/lang/nl/lex_attrs.py similarity index 100% rename from spacy/lang/nl/lex_attrs.py rename to master/spacy/lang/nl/lex_attrs.py diff --git a/spacy/lang/nl/punctuation.py b/master/spacy/lang/nl/punctuation.py similarity index 100% rename from spacy/lang/nl/punctuation.py rename to master/spacy/lang/nl/punctuation.py diff --git a/spacy/lang/nl/stop_words.py b/master/spacy/lang/nl/stop_words.py similarity index 100% rename from spacy/lang/nl/stop_words.py rename to master/spacy/lang/nl/stop_words.py diff --git a/spacy/lang/nl/syntax_iterators.py b/master/spacy/lang/nl/syntax_iterators.py similarity index 100% rename from spacy/lang/nl/syntax_iterators.py rename to master/spacy/lang/nl/syntax_iterators.py diff --git a/spacy/lang/nl/tokenizer_exceptions.py b/master/spacy/lang/nl/tokenizer_exceptions.py similarity index 100% rename from spacy/lang/nl/tokenizer_exceptions.py rename to master/spacy/lang/nl/tokenizer_exceptions.py diff --git a/spacy/lang/norm_exceptions.py b/master/spacy/lang/norm_exceptions.py similarity index 100% rename from spacy/lang/norm_exceptions.py rename to master/spacy/lang/norm_exceptions.py diff --git a/spacy/lang/pl/__init__.py b/master/spacy/lang/pl/__init__.py similarity index 100% rename from spacy/lang/pl/__init__.py rename to master/spacy/lang/pl/__init__.py diff --git a/spacy/lang/pl/examples.py b/master/spacy/lang/pl/examples.py similarity index 100% rename from spacy/lang/pl/examples.py rename to master/spacy/lang/pl/examples.py diff --git a/spacy/lang/pl/lemmatizer.py b/master/spacy/lang/pl/lemmatizer.py similarity index 100% rename from spacy/lang/pl/lemmatizer.py rename to master/spacy/lang/pl/lemmatizer.py diff --git a/spacy/lang/pl/lex_attrs.py b/master/spacy/lang/pl/lex_attrs.py similarity index 100% rename from spacy/lang/pl/lex_attrs.py rename to master/spacy/lang/pl/lex_attrs.py diff --git a/spacy/lang/pl/punctuation.py b/master/spacy/lang/pl/punctuation.py similarity index 100% rename from spacy/lang/pl/punctuation.py rename to master/spacy/lang/pl/punctuation.py diff --git a/spacy/lang/pl/stop_words.py b/master/spacy/lang/pl/stop_words.py similarity index 100% rename from spacy/lang/pl/stop_words.py rename to master/spacy/lang/pl/stop_words.py diff --git a/spacy/lang/pt/__init__.py b/master/spacy/lang/pt/__init__.py similarity index 100% rename from spacy/lang/pt/__init__.py rename to master/spacy/lang/pt/__init__.py diff --git a/spacy/lang/pt/examples.py b/master/spacy/lang/pt/examples.py similarity index 100% rename from spacy/lang/pt/examples.py rename to master/spacy/lang/pt/examples.py diff --git a/spacy/lang/pt/lex_attrs.py b/master/spacy/lang/pt/lex_attrs.py similarity index 100% rename from spacy/lang/pt/lex_attrs.py rename to master/spacy/lang/pt/lex_attrs.py diff --git a/spacy/lang/pt/punctuation.py b/master/spacy/lang/pt/punctuation.py similarity index 100% rename from spacy/lang/pt/punctuation.py rename to master/spacy/lang/pt/punctuation.py diff --git a/spacy/lang/pt/stop_words.py b/master/spacy/lang/pt/stop_words.py similarity index 100% rename from spacy/lang/pt/stop_words.py rename to master/spacy/lang/pt/stop_words.py diff --git a/spacy/lang/pt/syntax_iterators.py b/master/spacy/lang/pt/syntax_iterators.py similarity index 100% rename from spacy/lang/pt/syntax_iterators.py rename to master/spacy/lang/pt/syntax_iterators.py diff --git a/spacy/lang/pt/tokenizer_exceptions.py b/master/spacy/lang/pt/tokenizer_exceptions.py similarity index 100% rename from spacy/lang/pt/tokenizer_exceptions.py rename to master/spacy/lang/pt/tokenizer_exceptions.py diff --git a/spacy/lang/punctuation.py b/master/spacy/lang/punctuation.py similarity index 100% rename from spacy/lang/punctuation.py rename to master/spacy/lang/punctuation.py diff --git a/spacy/lang/ro/__init__.py b/master/spacy/lang/ro/__init__.py similarity index 100% rename from spacy/lang/ro/__init__.py rename to master/spacy/lang/ro/__init__.py diff --git a/spacy/lang/ro/examples.py b/master/spacy/lang/ro/examples.py similarity index 100% rename from spacy/lang/ro/examples.py rename to master/spacy/lang/ro/examples.py diff --git a/spacy/lang/ro/lex_attrs.py b/master/spacy/lang/ro/lex_attrs.py similarity index 100% rename from spacy/lang/ro/lex_attrs.py rename to master/spacy/lang/ro/lex_attrs.py diff --git a/spacy/lang/ro/punctuation.py b/master/spacy/lang/ro/punctuation.py similarity index 100% rename from spacy/lang/ro/punctuation.py rename to master/spacy/lang/ro/punctuation.py diff --git a/spacy/lang/ro/stop_words.py b/master/spacy/lang/ro/stop_words.py similarity index 100% rename from spacy/lang/ro/stop_words.py rename to master/spacy/lang/ro/stop_words.py diff --git a/spacy/lang/ro/tokenizer_exceptions.py b/master/spacy/lang/ro/tokenizer_exceptions.py similarity index 100% rename from spacy/lang/ro/tokenizer_exceptions.py rename to master/spacy/lang/ro/tokenizer_exceptions.py diff --git a/spacy/lang/ru/__init__.py b/master/spacy/lang/ru/__init__.py similarity index 100% rename from spacy/lang/ru/__init__.py rename to master/spacy/lang/ru/__init__.py diff --git a/spacy/lang/ru/examples.py b/master/spacy/lang/ru/examples.py similarity index 100% rename from spacy/lang/ru/examples.py rename to master/spacy/lang/ru/examples.py diff --git a/spacy/lang/ru/lemmatizer.py b/master/spacy/lang/ru/lemmatizer.py similarity index 100% rename from spacy/lang/ru/lemmatizer.py rename to master/spacy/lang/ru/lemmatizer.py diff --git a/spacy/lang/ru/lex_attrs.py b/master/spacy/lang/ru/lex_attrs.py similarity index 100% rename from spacy/lang/ru/lex_attrs.py rename to master/spacy/lang/ru/lex_attrs.py diff --git a/spacy/lang/ru/stop_words.py b/master/spacy/lang/ru/stop_words.py similarity index 100% rename from spacy/lang/ru/stop_words.py rename to master/spacy/lang/ru/stop_words.py diff --git a/spacy/lang/ru/tokenizer_exceptions.py b/master/spacy/lang/ru/tokenizer_exceptions.py similarity index 100% rename from spacy/lang/ru/tokenizer_exceptions.py rename to master/spacy/lang/ru/tokenizer_exceptions.py diff --git a/spacy/lang/sa/__init__.py b/master/spacy/lang/sa/__init__.py similarity index 100% rename from spacy/lang/sa/__init__.py rename to master/spacy/lang/sa/__init__.py diff --git a/spacy/lang/sa/examples.py b/master/spacy/lang/sa/examples.py similarity index 100% rename from spacy/lang/sa/examples.py rename to master/spacy/lang/sa/examples.py diff --git a/spacy/lang/sa/lex_attrs.py b/master/spacy/lang/sa/lex_attrs.py similarity index 100% rename from spacy/lang/sa/lex_attrs.py rename to master/spacy/lang/sa/lex_attrs.py diff --git a/spacy/lang/sa/stop_words.py b/master/spacy/lang/sa/stop_words.py similarity index 100% rename from spacy/lang/sa/stop_words.py rename to master/spacy/lang/sa/stop_words.py diff --git a/spacy/lang/si/__init__.py b/master/spacy/lang/si/__init__.py similarity index 100% rename from spacy/lang/si/__init__.py rename to master/spacy/lang/si/__init__.py diff --git a/spacy/lang/si/examples.py b/master/spacy/lang/si/examples.py similarity index 100% rename from spacy/lang/si/examples.py rename to master/spacy/lang/si/examples.py diff --git a/spacy/lang/si/lex_attrs.py b/master/spacy/lang/si/lex_attrs.py similarity index 100% rename from spacy/lang/si/lex_attrs.py rename to master/spacy/lang/si/lex_attrs.py diff --git a/spacy/lang/si/stop_words.py b/master/spacy/lang/si/stop_words.py similarity index 100% rename from spacy/lang/si/stop_words.py rename to master/spacy/lang/si/stop_words.py diff --git a/spacy/lang/sk/__init__.py b/master/spacy/lang/sk/__init__.py similarity index 100% rename from spacy/lang/sk/__init__.py rename to master/spacy/lang/sk/__init__.py diff --git a/spacy/lang/sk/examples.py b/master/spacy/lang/sk/examples.py similarity index 100% rename from spacy/lang/sk/examples.py rename to master/spacy/lang/sk/examples.py diff --git a/spacy/lang/sk/lex_attrs.py b/master/spacy/lang/sk/lex_attrs.py similarity index 100% rename from spacy/lang/sk/lex_attrs.py rename to master/spacy/lang/sk/lex_attrs.py diff --git a/spacy/lang/sk/stop_words.py b/master/spacy/lang/sk/stop_words.py similarity index 100% rename from spacy/lang/sk/stop_words.py rename to master/spacy/lang/sk/stop_words.py diff --git a/spacy/lang/sl/__init__.py b/master/spacy/lang/sl/__init__.py similarity index 100% rename from spacy/lang/sl/__init__.py rename to master/spacy/lang/sl/__init__.py diff --git a/spacy/lang/sl/examples.py b/master/spacy/lang/sl/examples.py similarity index 100% rename from spacy/lang/sl/examples.py rename to master/spacy/lang/sl/examples.py diff --git a/spacy/lang/sl/lex_attrs.py b/master/spacy/lang/sl/lex_attrs.py similarity index 100% rename from spacy/lang/sl/lex_attrs.py rename to master/spacy/lang/sl/lex_attrs.py diff --git a/spacy/lang/sl/punctuation.py b/master/spacy/lang/sl/punctuation.py similarity index 100% rename from spacy/lang/sl/punctuation.py rename to master/spacy/lang/sl/punctuation.py diff --git a/spacy/lang/sl/stop_words.py b/master/spacy/lang/sl/stop_words.py similarity index 100% rename from spacy/lang/sl/stop_words.py rename to master/spacy/lang/sl/stop_words.py diff --git a/spacy/lang/sl/tokenizer_exceptions.py b/master/spacy/lang/sl/tokenizer_exceptions.py similarity index 100% rename from spacy/lang/sl/tokenizer_exceptions.py rename to master/spacy/lang/sl/tokenizer_exceptions.py diff --git a/spacy/lang/sq/__init__.py b/master/spacy/lang/sq/__init__.py similarity index 100% rename from spacy/lang/sq/__init__.py rename to master/spacy/lang/sq/__init__.py diff --git a/spacy/lang/sq/examples.py b/master/spacy/lang/sq/examples.py similarity index 100% rename from spacy/lang/sq/examples.py rename to master/spacy/lang/sq/examples.py diff --git a/spacy/lang/sq/stop_words.py b/master/spacy/lang/sq/stop_words.py similarity index 100% rename from spacy/lang/sq/stop_words.py rename to master/spacy/lang/sq/stop_words.py diff --git a/spacy/lang/sr/__init__.py b/master/spacy/lang/sr/__init__.py similarity index 100% rename from spacy/lang/sr/__init__.py rename to master/spacy/lang/sr/__init__.py diff --git a/spacy/lang/sr/examples.py b/master/spacy/lang/sr/examples.py similarity index 100% rename from spacy/lang/sr/examples.py rename to master/spacy/lang/sr/examples.py diff --git a/spacy/lang/sr/lemma_lookup_licence.txt b/master/spacy/lang/sr/lemma_lookup_licence.txt similarity index 100% rename from spacy/lang/sr/lemma_lookup_licence.txt rename to master/spacy/lang/sr/lemma_lookup_licence.txt diff --git a/spacy/lang/sr/lex_attrs.py b/master/spacy/lang/sr/lex_attrs.py similarity index 100% rename from spacy/lang/sr/lex_attrs.py rename to master/spacy/lang/sr/lex_attrs.py diff --git a/spacy/lang/sr/stop_words.py b/master/spacy/lang/sr/stop_words.py similarity index 100% rename from spacy/lang/sr/stop_words.py rename to master/spacy/lang/sr/stop_words.py diff --git a/spacy/lang/sr/tokenizer_exceptions.py b/master/spacy/lang/sr/tokenizer_exceptions.py old mode 100755 new mode 100644 similarity index 100% rename from spacy/lang/sr/tokenizer_exceptions.py rename to master/spacy/lang/sr/tokenizer_exceptions.py diff --git a/spacy/lang/sv/__init__.py b/master/spacy/lang/sv/__init__.py similarity index 100% rename from spacy/lang/sv/__init__.py rename to master/spacy/lang/sv/__init__.py diff --git a/spacy/lang/sv/examples.py b/master/spacy/lang/sv/examples.py similarity index 100% rename from spacy/lang/sv/examples.py rename to master/spacy/lang/sv/examples.py diff --git a/spacy/lang/sv/lex_attrs.py b/master/spacy/lang/sv/lex_attrs.py similarity index 100% rename from spacy/lang/sv/lex_attrs.py rename to master/spacy/lang/sv/lex_attrs.py diff --git a/spacy/lang/sv/stop_words.py b/master/spacy/lang/sv/stop_words.py similarity index 100% rename from spacy/lang/sv/stop_words.py rename to master/spacy/lang/sv/stop_words.py diff --git a/spacy/lang/sv/syntax_iterators.py b/master/spacy/lang/sv/syntax_iterators.py similarity index 100% rename from spacy/lang/sv/syntax_iterators.py rename to master/spacy/lang/sv/syntax_iterators.py diff --git a/spacy/lang/sv/tokenizer_exceptions.py b/master/spacy/lang/sv/tokenizer_exceptions.py similarity index 100% rename from spacy/lang/sv/tokenizer_exceptions.py rename to master/spacy/lang/sv/tokenizer_exceptions.py diff --git a/spacy/lang/ta/__init__.py b/master/spacy/lang/ta/__init__.py similarity index 100% rename from spacy/lang/ta/__init__.py rename to master/spacy/lang/ta/__init__.py diff --git a/spacy/lang/ta/examples.py b/master/spacy/lang/ta/examples.py similarity index 100% rename from spacy/lang/ta/examples.py rename to master/spacy/lang/ta/examples.py diff --git a/spacy/lang/ta/lex_attrs.py b/master/spacy/lang/ta/lex_attrs.py similarity index 100% rename from spacy/lang/ta/lex_attrs.py rename to master/spacy/lang/ta/lex_attrs.py diff --git a/spacy/lang/ta/stop_words.py b/master/spacy/lang/ta/stop_words.py similarity index 100% rename from spacy/lang/ta/stop_words.py rename to master/spacy/lang/ta/stop_words.py diff --git a/spacy/lang/te/__init__.py b/master/spacy/lang/te/__init__.py similarity index 100% rename from spacy/lang/te/__init__.py rename to master/spacy/lang/te/__init__.py diff --git a/spacy/lang/te/examples.py b/master/spacy/lang/te/examples.py similarity index 100% rename from spacy/lang/te/examples.py rename to master/spacy/lang/te/examples.py diff --git a/spacy/lang/te/lex_attrs.py b/master/spacy/lang/te/lex_attrs.py similarity index 100% rename from spacy/lang/te/lex_attrs.py rename to master/spacy/lang/te/lex_attrs.py diff --git a/spacy/lang/te/stop_words.py b/master/spacy/lang/te/stop_words.py similarity index 100% rename from spacy/lang/te/stop_words.py rename to master/spacy/lang/te/stop_words.py diff --git a/spacy/lang/th/__init__.py b/master/spacy/lang/th/__init__.py similarity index 100% rename from spacy/lang/th/__init__.py rename to master/spacy/lang/th/__init__.py diff --git a/spacy/lang/th/lex_attrs.py b/master/spacy/lang/th/lex_attrs.py similarity index 100% rename from spacy/lang/th/lex_attrs.py rename to master/spacy/lang/th/lex_attrs.py diff --git a/spacy/lang/th/stop_words.py b/master/spacy/lang/th/stop_words.py similarity index 100% rename from spacy/lang/th/stop_words.py rename to master/spacy/lang/th/stop_words.py diff --git a/spacy/lang/th/tokenizer_exceptions.py b/master/spacy/lang/th/tokenizer_exceptions.py similarity index 100% rename from spacy/lang/th/tokenizer_exceptions.py rename to master/spacy/lang/th/tokenizer_exceptions.py diff --git a/spacy/lang/ti/__init__.py b/master/spacy/lang/ti/__init__.py similarity index 100% rename from spacy/lang/ti/__init__.py rename to master/spacy/lang/ti/__init__.py diff --git a/spacy/lang/ti/examples.py b/master/spacy/lang/ti/examples.py similarity index 100% rename from spacy/lang/ti/examples.py rename to master/spacy/lang/ti/examples.py diff --git a/spacy/lang/ti/lex_attrs.py b/master/spacy/lang/ti/lex_attrs.py similarity index 100% rename from spacy/lang/ti/lex_attrs.py rename to master/spacy/lang/ti/lex_attrs.py diff --git a/spacy/lang/ti/punctuation.py b/master/spacy/lang/ti/punctuation.py similarity index 100% rename from spacy/lang/ti/punctuation.py rename to master/spacy/lang/ti/punctuation.py diff --git a/spacy/lang/ti/stop_words.py b/master/spacy/lang/ti/stop_words.py similarity index 100% rename from spacy/lang/ti/stop_words.py rename to master/spacy/lang/ti/stop_words.py diff --git a/spacy/lang/ti/tokenizer_exceptions.py b/master/spacy/lang/ti/tokenizer_exceptions.py similarity index 100% rename from spacy/lang/ti/tokenizer_exceptions.py rename to master/spacy/lang/ti/tokenizer_exceptions.py diff --git a/spacy/lang/tl/__init__.py b/master/spacy/lang/tl/__init__.py similarity index 100% rename from spacy/lang/tl/__init__.py rename to master/spacy/lang/tl/__init__.py diff --git a/spacy/lang/tl/lex_attrs.py b/master/spacy/lang/tl/lex_attrs.py similarity index 100% rename from spacy/lang/tl/lex_attrs.py rename to master/spacy/lang/tl/lex_attrs.py diff --git a/spacy/lang/tl/stop_words.py b/master/spacy/lang/tl/stop_words.py similarity index 100% rename from spacy/lang/tl/stop_words.py rename to master/spacy/lang/tl/stop_words.py diff --git a/spacy/lang/tl/tokenizer_exceptions.py b/master/spacy/lang/tl/tokenizer_exceptions.py similarity index 100% rename from spacy/lang/tl/tokenizer_exceptions.py rename to master/spacy/lang/tl/tokenizer_exceptions.py diff --git a/spacy/lang/tn/__init__.py b/master/spacy/lang/tn/__init__.py similarity index 100% rename from spacy/lang/tn/__init__.py rename to master/spacy/lang/tn/__init__.py diff --git a/spacy/lang/tn/examples.py b/master/spacy/lang/tn/examples.py similarity index 96% rename from spacy/lang/tn/examples.py rename to master/spacy/lang/tn/examples.py index 7b33fae5a..78f121f82 100644 --- a/spacy/lang/tn/examples.py +++ b/master/spacy/lang/tn/examples.py @@ -1,15 +1,15 @@ -""" -Example sentences to test spaCy and its language models. ->>> from spacy.lang.tn.examples import sentences ->>> docs = nlp.pipe(sentences) -""" - - -sentences = [ - "Apple e nyaka go reka JSE ka tlhwatlhwa ta R1 billion", - "Johannesburg ke toropo e kgolo mo Afrika Borwa.", - "O ko kae?", - "ke mang presidente ya Afrika Borwa?", - "ke eng toropo kgolo ya Afrika Borwa?", - "Nelson Mandela o belegwe leng?", -] +""" +Example sentences to test spaCy and its language models. +>>> from spacy.lang.tn.examples import sentences +>>> docs = nlp.pipe(sentences) +""" + + +sentences = [ + "Apple e nyaka go reka JSE ka tlhwatlhwa ta R1 billion", + "Johannesburg ke toropo e kgolo mo Afrika Borwa.", + "O ko kae?", + "ke mang presidente ya Afrika Borwa?", + "ke eng toropo kgolo ya Afrika Borwa?", + "Nelson Mandela o belegwe leng?", +] diff --git a/spacy/lang/tn/lex_attrs.py b/master/spacy/lang/tn/lex_attrs.py similarity index 94% rename from spacy/lang/tn/lex_attrs.py rename to master/spacy/lang/tn/lex_attrs.py index c136d0ab2..fa03ce9f4 100644 --- a/spacy/lang/tn/lex_attrs.py +++ b/master/spacy/lang/tn/lex_attrs.py @@ -1,107 +1,107 @@ -from ...attrs import LIKE_NUM - -_num_words = [ - "lefela", - "nngwe", - "pedi", - "tharo", - "nne", - "tlhano", - "thataro", - "supa", - "robedi", - "robongwe", - "lesome", - "lesomenngwe", - "lesomepedi", - "sometharo", - "somenne", - "sometlhano", - "somethataro", - "somesupa", - "somerobedi", - "somerobongwe", - "someamabedi", - "someamararo", - "someamane", - "someamatlhano", - "someamarataro", - "someamasupa", - "someamarobedi", - "someamarobongwe", - "lekgolo", - "sekete", - "milione", - "bilione", - "terilione", - "kwatirilione", - "gajillione", - "bazillione", -] - - -_ordinal_words = [ - "ntlha", - "bobedi", - "boraro", - "bone", - "botlhano", - "borataro", - "bosupa", - "borobedi ", - "borobongwe", - "bolesome", - "bolesomengwe", - "bolesomepedi", - "bolesometharo", - "bolesomenne", - "bolesometlhano", - "bolesomethataro", - "bolesomesupa", - "bolesomerobedi", - "bolesomerobongwe", - "somamabedi", - "someamararo", - "someamane", - "someamatlhano", - "someamarataro", - "someamasupa", - "someamarobedi", - "someamarobongwe", - "lekgolo", - "sekete", - "milione", - "bilione", - "terilione", - "kwatirilione", - "gajillione", - "bazillione", -] - - -def like_num(text): - if text.startswith(("+", "-", "±", "~")): - text = text[1:] - text = text.replace(",", "").replace(".", "") - if text.isdigit(): - return True - if text.count("/") == 1: - num, denom = text.split("/") - if num.isdigit() and denom.isdigit(): - return True - - text_lower = text.lower() - if text_lower in _num_words: - return True - - # CHeck ordinal number - if text_lower in _ordinal_words: - return True - if text_lower.endswith("th"): - if text_lower[:-2].isdigit(): - return True - - return False - - -LEX_ATTRS = {LIKE_NUM: like_num} +from ...attrs import LIKE_NUM + +_num_words = [ + "lefela", + "nngwe", + "pedi", + "tharo", + "nne", + "tlhano", + "thataro", + "supa", + "robedi", + "robongwe", + "lesome", + "lesomenngwe", + "lesomepedi", + "sometharo", + "somenne", + "sometlhano", + "somethataro", + "somesupa", + "somerobedi", + "somerobongwe", + "someamabedi", + "someamararo", + "someamane", + "someamatlhano", + "someamarataro", + "someamasupa", + "someamarobedi", + "someamarobongwe", + "lekgolo", + "sekete", + "milione", + "bilione", + "terilione", + "kwatirilione", + "gajillione", + "bazillione", +] + + +_ordinal_words = [ + "ntlha", + "bobedi", + "boraro", + "bone", + "botlhano", + "borataro", + "bosupa", + "borobedi ", + "borobongwe", + "bolesome", + "bolesomengwe", + "bolesomepedi", + "bolesometharo", + "bolesomenne", + "bolesometlhano", + "bolesomethataro", + "bolesomesupa", + "bolesomerobedi", + "bolesomerobongwe", + "somamabedi", + "someamararo", + "someamane", + "someamatlhano", + "someamarataro", + "someamasupa", + "someamarobedi", + "someamarobongwe", + "lekgolo", + "sekete", + "milione", + "bilione", + "terilione", + "kwatirilione", + "gajillione", + "bazillione", +] + + +def like_num(text): + if text.startswith(("+", "-", "±", "~")): + text = text[1:] + text = text.replace(",", "").replace(".", "") + if text.isdigit(): + return True + if text.count("/") == 1: + num, denom = text.split("/") + if num.isdigit() and denom.isdigit(): + return True + + text_lower = text.lower() + if text_lower in _num_words: + return True + + # CHeck ordinal number + if text_lower in _ordinal_words: + return True + if text_lower.endswith("th"): + if text_lower[:-2].isdigit(): + return True + + return False + + +LEX_ATTRS = {LIKE_NUM: like_num} diff --git a/spacy/lang/tn/punctuation.py b/master/spacy/lang/tn/punctuation.py similarity index 96% rename from spacy/lang/tn/punctuation.py rename to master/spacy/lang/tn/punctuation.py index a52755564..5d3eb792e 100644 --- a/spacy/lang/tn/punctuation.py +++ b/master/spacy/lang/tn/punctuation.py @@ -1,19 +1,19 @@ -from ..char_classes import LIST_ELLIPSES, LIST_ICONS, HYPHENS -from ..char_classes import CONCAT_QUOTES, ALPHA_LOWER, ALPHA_UPPER, ALPHA - -_infixes = ( - LIST_ELLIPSES - + LIST_ICONS - + [ - r"(?<=[0-9])[+\-\*^](?=[0-9-])", - r"(?<=[{al}{q}])\.(?=[{au}{q}])".format( - al=ALPHA_LOWER, au=ALPHA_UPPER, q=CONCAT_QUOTES - ), - r"(?<=[{a}]),(?=[{a}])".format(a=ALPHA), - r"(?<=[{a}0-9])(?:{h})(?=[{a}])".format(a=ALPHA, h=HYPHENS), - r"(?<=[{a}0-9])[:<>=/](?=[{a}])".format(a=ALPHA), - ] -) - - -TOKENIZER_INFIXES = _infixes +from ..char_classes import LIST_ELLIPSES, LIST_ICONS, HYPHENS +from ..char_classes import CONCAT_QUOTES, ALPHA_LOWER, ALPHA_UPPER, ALPHA + +_infixes = ( + LIST_ELLIPSES + + LIST_ICONS + + [ + r"(?<=[0-9])[+\-\*^](?=[0-9-])", + r"(?<=[{al}{q}])\.(?=[{au}{q}])".format( + al=ALPHA_LOWER, au=ALPHA_UPPER, q=CONCAT_QUOTES + ), + r"(?<=[{a}]),(?=[{a}])".format(a=ALPHA), + r"(?<=[{a}0-9])(?:{h})(?=[{a}])".format(a=ALPHA, h=HYPHENS), + r"(?<=[{a}0-9])[:<>=/](?=[{a}])".format(a=ALPHA), + ] +) + + +TOKENIZER_INFIXES = _infixes diff --git a/spacy/lang/tn/stop_words.py b/master/spacy/lang/tn/stop_words.py similarity index 97% rename from spacy/lang/tn/stop_words.py rename to master/spacy/lang/tn/stop_words.py index f614771dd..5c8d1abee 100644 --- a/spacy/lang/tn/stop_words.py +++ b/master/spacy/lang/tn/stop_words.py @@ -1,20 +1,20 @@ -# Stop words -STOP_WORDS = set( - """ -ke gareng ga selekanyo tlhwatlhwa yo mongwe se -sengwe fa go le jalo gongwe ba na mo tikologong -jaaka kwa morago nna gonne ka sa pele nako teng -tlase fela ntle magareng tsona feta bobedi kgabaganya -moo gape kgatlhanong botlhe tsotlhe bokana e esi -setseng mororo dinako golo kgolo nnye wena gago -o ntse ntle tla goreng gangwe mang yotlhe gore -eo yona tseraganyo eng ne sentle re rona thata -godimo fitlha pedi masomamabedi lesomepedi mmogo -tharo tseo boraro tseno yone jaanong bobona bona -lesome tsaya tsamaiso nngwe masomethataro thataro -tsa mmatota tota sale thoko supa dira tshwanetse di mmalwa masisi -bonala e tshwanang bogolo tsenya tsweetswee karolo -sepe tlhalosa dirwa robedi robongwe lesomenngwe gaisa -tlhano lesometlhano botlalo lekgolo -""".split() -) +# Stop words +STOP_WORDS = set( + """ +ke gareng ga selekanyo tlhwatlhwa yo mongwe se +sengwe fa go le jalo gongwe ba na mo tikologong +jaaka kwa morago nna gonne ka sa pele nako teng +tlase fela ntle magareng tsona feta bobedi kgabaganya +moo gape kgatlhanong botlhe tsotlhe bokana e esi +setseng mororo dinako golo kgolo nnye wena gago +o ntse ntle tla goreng gangwe mang yotlhe gore +eo yona tseraganyo eng ne sentle re rona thata +godimo fitlha pedi masomamabedi lesomepedi mmogo +tharo tseo boraro tseno yone jaanong bobona bona +lesome tsaya tsamaiso nngwe masomethataro thataro +tsa mmatota tota sale thoko supa dira tshwanetse di mmalwa masisi +bonala e tshwanang bogolo tsenya tsweetswee karolo +sepe tlhalosa dirwa robedi robongwe lesomenngwe gaisa +tlhano lesometlhano botlalo lekgolo +""".split() +) diff --git a/spacy/lang/tokenizer_exceptions.py b/master/spacy/lang/tokenizer_exceptions.py similarity index 100% rename from spacy/lang/tokenizer_exceptions.py rename to master/spacy/lang/tokenizer_exceptions.py diff --git a/spacy/lang/tr/__init__.py b/master/spacy/lang/tr/__init__.py similarity index 100% rename from spacy/lang/tr/__init__.py rename to master/spacy/lang/tr/__init__.py diff --git a/spacy/lang/tr/examples.py b/master/spacy/lang/tr/examples.py similarity index 100% rename from spacy/lang/tr/examples.py rename to master/spacy/lang/tr/examples.py diff --git a/spacy/lang/tr/lex_attrs.py b/master/spacy/lang/tr/lex_attrs.py similarity index 100% rename from spacy/lang/tr/lex_attrs.py rename to master/spacy/lang/tr/lex_attrs.py diff --git a/spacy/lang/tr/stop_words.py b/master/spacy/lang/tr/stop_words.py similarity index 100% rename from spacy/lang/tr/stop_words.py rename to master/spacy/lang/tr/stop_words.py diff --git a/spacy/lang/tr/syntax_iterators.py b/master/spacy/lang/tr/syntax_iterators.py similarity index 100% rename from spacy/lang/tr/syntax_iterators.py rename to master/spacy/lang/tr/syntax_iterators.py diff --git a/spacy/lang/tr/tokenizer_exceptions.py b/master/spacy/lang/tr/tokenizer_exceptions.py similarity index 100% rename from spacy/lang/tr/tokenizer_exceptions.py rename to master/spacy/lang/tr/tokenizer_exceptions.py diff --git a/spacy/lang/tt/__init__.py b/master/spacy/lang/tt/__init__.py similarity index 100% rename from spacy/lang/tt/__init__.py rename to master/spacy/lang/tt/__init__.py diff --git a/spacy/lang/tt/examples.py b/master/spacy/lang/tt/examples.py similarity index 100% rename from spacy/lang/tt/examples.py rename to master/spacy/lang/tt/examples.py diff --git a/spacy/lang/tt/lex_attrs.py b/master/spacy/lang/tt/lex_attrs.py similarity index 100% rename from spacy/lang/tt/lex_attrs.py rename to master/spacy/lang/tt/lex_attrs.py diff --git a/spacy/lang/tt/punctuation.py b/master/spacy/lang/tt/punctuation.py similarity index 100% rename from spacy/lang/tt/punctuation.py rename to master/spacy/lang/tt/punctuation.py diff --git a/spacy/lang/tt/stop_words.py b/master/spacy/lang/tt/stop_words.py similarity index 100% rename from spacy/lang/tt/stop_words.py rename to master/spacy/lang/tt/stop_words.py diff --git a/spacy/lang/tt/tokenizer_exceptions.py b/master/spacy/lang/tt/tokenizer_exceptions.py similarity index 100% rename from spacy/lang/tt/tokenizer_exceptions.py rename to master/spacy/lang/tt/tokenizer_exceptions.py diff --git a/spacy/lang/uk/__init__.py b/master/spacy/lang/uk/__init__.py similarity index 100% rename from spacy/lang/uk/__init__.py rename to master/spacy/lang/uk/__init__.py diff --git a/spacy/lang/uk/examples.py b/master/spacy/lang/uk/examples.py similarity index 100% rename from spacy/lang/uk/examples.py rename to master/spacy/lang/uk/examples.py diff --git a/spacy/lang/uk/lemmatizer.py b/master/spacy/lang/uk/lemmatizer.py similarity index 100% rename from spacy/lang/uk/lemmatizer.py rename to master/spacy/lang/uk/lemmatizer.py diff --git a/spacy/lang/uk/lex_attrs.py b/master/spacy/lang/uk/lex_attrs.py similarity index 100% rename from spacy/lang/uk/lex_attrs.py rename to master/spacy/lang/uk/lex_attrs.py diff --git a/spacy/lang/uk/stop_words.py b/master/spacy/lang/uk/stop_words.py similarity index 100% rename from spacy/lang/uk/stop_words.py rename to master/spacy/lang/uk/stop_words.py diff --git a/spacy/lang/uk/tokenizer_exceptions.py b/master/spacy/lang/uk/tokenizer_exceptions.py similarity index 100% rename from spacy/lang/uk/tokenizer_exceptions.py rename to master/spacy/lang/uk/tokenizer_exceptions.py diff --git a/spacy/lang/ur/__init__.py b/master/spacy/lang/ur/__init__.py similarity index 100% rename from spacy/lang/ur/__init__.py rename to master/spacy/lang/ur/__init__.py diff --git a/spacy/lang/ur/examples.py b/master/spacy/lang/ur/examples.py similarity index 100% rename from spacy/lang/ur/examples.py rename to master/spacy/lang/ur/examples.py diff --git a/spacy/lang/ur/lex_attrs.py b/master/spacy/lang/ur/lex_attrs.py similarity index 100% rename from spacy/lang/ur/lex_attrs.py rename to master/spacy/lang/ur/lex_attrs.py diff --git a/spacy/lang/ur/punctuation.py b/master/spacy/lang/ur/punctuation.py similarity index 100% rename from spacy/lang/ur/punctuation.py rename to master/spacy/lang/ur/punctuation.py diff --git a/spacy/lang/ur/stop_words.py b/master/spacy/lang/ur/stop_words.py similarity index 100% rename from spacy/lang/ur/stop_words.py rename to master/spacy/lang/ur/stop_words.py diff --git a/spacy/lang/vi/__init__.py b/master/spacy/lang/vi/__init__.py similarity index 100% rename from spacy/lang/vi/__init__.py rename to master/spacy/lang/vi/__init__.py diff --git a/spacy/lang/vi/examples.py b/master/spacy/lang/vi/examples.py similarity index 100% rename from spacy/lang/vi/examples.py rename to master/spacy/lang/vi/examples.py diff --git a/spacy/lang/vi/lex_attrs.py b/master/spacy/lang/vi/lex_attrs.py similarity index 100% rename from spacy/lang/vi/lex_attrs.py rename to master/spacy/lang/vi/lex_attrs.py diff --git a/spacy/lang/vi/stop_words.py b/master/spacy/lang/vi/stop_words.py similarity index 100% rename from spacy/lang/vi/stop_words.py rename to master/spacy/lang/vi/stop_words.py diff --git a/spacy/lang/xx/__init__.py b/master/spacy/lang/xx/__init__.py similarity index 100% rename from spacy/lang/xx/__init__.py rename to master/spacy/lang/xx/__init__.py diff --git a/spacy/lang/xx/examples.py b/master/spacy/lang/xx/examples.py similarity index 100% rename from spacy/lang/xx/examples.py rename to master/spacy/lang/xx/examples.py diff --git a/spacy/lang/yo/__init__.py b/master/spacy/lang/yo/__init__.py similarity index 100% rename from spacy/lang/yo/__init__.py rename to master/spacy/lang/yo/__init__.py diff --git a/spacy/lang/yo/examples.py b/master/spacy/lang/yo/examples.py similarity index 100% rename from spacy/lang/yo/examples.py rename to master/spacy/lang/yo/examples.py diff --git a/spacy/lang/yo/lex_attrs.py b/master/spacy/lang/yo/lex_attrs.py similarity index 100% rename from spacy/lang/yo/lex_attrs.py rename to master/spacy/lang/yo/lex_attrs.py diff --git a/spacy/lang/yo/stop_words.py b/master/spacy/lang/yo/stop_words.py similarity index 100% rename from spacy/lang/yo/stop_words.py rename to master/spacy/lang/yo/stop_words.py diff --git a/spacy/lang/zh/__init__.py b/master/spacy/lang/zh/__init__.py similarity index 100% rename from spacy/lang/zh/__init__.py rename to master/spacy/lang/zh/__init__.py diff --git a/spacy/lang/zh/examples.py b/master/spacy/lang/zh/examples.py similarity index 100% rename from spacy/lang/zh/examples.py rename to master/spacy/lang/zh/examples.py diff --git a/spacy/lang/zh/lex_attrs.py b/master/spacy/lang/zh/lex_attrs.py similarity index 100% rename from spacy/lang/zh/lex_attrs.py rename to master/spacy/lang/zh/lex_attrs.py diff --git a/spacy/lang/zh/stop_words.py b/master/spacy/lang/zh/stop_words.py similarity index 100% rename from spacy/lang/zh/stop_words.py rename to master/spacy/lang/zh/stop_words.py diff --git a/spacy/language.py b/master/spacy/language.py similarity index 100% rename from spacy/language.py rename to master/spacy/language.py diff --git a/spacy/lexeme.pxd b/master/spacy/lexeme.pxd similarity index 100% rename from spacy/lexeme.pxd rename to master/spacy/lexeme.pxd diff --git a/spacy/lexeme.pyi b/master/spacy/lexeme.pyi similarity index 100% rename from spacy/lexeme.pyi rename to master/spacy/lexeme.pyi diff --git a/spacy/lexeme.pyx b/master/spacy/lexeme.pyx similarity index 100% rename from spacy/lexeme.pyx rename to master/spacy/lexeme.pyx diff --git a/spacy/lookups.py b/master/spacy/lookups.py similarity index 100% rename from spacy/lookups.py rename to master/spacy/lookups.py diff --git a/spacy/matcher/__init__.py b/master/spacy/matcher/__init__.py similarity index 100% rename from spacy/matcher/__init__.py rename to master/spacy/matcher/__init__.py diff --git a/spacy/matcher/dependencymatcher.pyi b/master/spacy/matcher/dependencymatcher.pyi similarity index 100% rename from spacy/matcher/dependencymatcher.pyi rename to master/spacy/matcher/dependencymatcher.pyi diff --git a/spacy/matcher/dependencymatcher.pyx b/master/spacy/matcher/dependencymatcher.pyx similarity index 100% rename from spacy/matcher/dependencymatcher.pyx rename to master/spacy/matcher/dependencymatcher.pyx diff --git a/spacy/matcher/levenshtein.pyx b/master/spacy/matcher/levenshtein.pyx similarity index 100% rename from spacy/matcher/levenshtein.pyx rename to master/spacy/matcher/levenshtein.pyx diff --git a/spacy/matcher/matcher.pxd b/master/spacy/matcher/matcher.pxd similarity index 100% rename from spacy/matcher/matcher.pxd rename to master/spacy/matcher/matcher.pxd diff --git a/spacy/matcher/matcher.pyi b/master/spacy/matcher/matcher.pyi similarity index 100% rename from spacy/matcher/matcher.pyi rename to master/spacy/matcher/matcher.pyi diff --git a/spacy/matcher/matcher.pyx b/master/spacy/matcher/matcher.pyx similarity index 100% rename from spacy/matcher/matcher.pyx rename to master/spacy/matcher/matcher.pyx diff --git a/spacy/matcher/phrasematcher.pxd b/master/spacy/matcher/phrasematcher.pxd similarity index 100% rename from spacy/matcher/phrasematcher.pxd rename to master/spacy/matcher/phrasematcher.pxd diff --git a/spacy/matcher/phrasematcher.pyi b/master/spacy/matcher/phrasematcher.pyi similarity index 100% rename from spacy/matcher/phrasematcher.pyi rename to master/spacy/matcher/phrasematcher.pyi diff --git a/spacy/matcher/phrasematcher.pyx b/master/spacy/matcher/phrasematcher.pyx similarity index 100% rename from spacy/matcher/phrasematcher.pyx rename to master/spacy/matcher/phrasematcher.pyx diff --git a/spacy/ml/__init__.py b/master/spacy/ml/__init__.py similarity index 100% rename from spacy/ml/__init__.py rename to master/spacy/ml/__init__.py diff --git a/spacy/ml/_character_embed.py b/master/spacy/ml/_character_embed.py similarity index 100% rename from spacy/ml/_character_embed.py rename to master/spacy/ml/_character_embed.py diff --git a/spacy/ml/_precomputable_affine.py b/master/spacy/ml/_precomputable_affine.py similarity index 100% rename from spacy/ml/_precomputable_affine.py rename to master/spacy/ml/_precomputable_affine.py diff --git a/spacy/ml/callbacks.py b/master/spacy/ml/callbacks.py similarity index 100% rename from spacy/ml/callbacks.py rename to master/spacy/ml/callbacks.py diff --git a/spacy/ml/extract_ngrams.py b/master/spacy/ml/extract_ngrams.py similarity index 100% rename from spacy/ml/extract_ngrams.py rename to master/spacy/ml/extract_ngrams.py diff --git a/spacy/ml/extract_spans.py b/master/spacy/ml/extract_spans.py similarity index 100% rename from spacy/ml/extract_spans.py rename to master/spacy/ml/extract_spans.py diff --git a/spacy/ml/featureextractor.py b/master/spacy/ml/featureextractor.py similarity index 100% rename from spacy/ml/featureextractor.py rename to master/spacy/ml/featureextractor.py diff --git a/spacy/ml/models/__init__.py b/master/spacy/ml/models/__init__.py similarity index 100% rename from spacy/ml/models/__init__.py rename to master/spacy/ml/models/__init__.py diff --git a/spacy/ml/models/entity_linker.py b/master/spacy/ml/models/entity_linker.py similarity index 100% rename from spacy/ml/models/entity_linker.py rename to master/spacy/ml/models/entity_linker.py diff --git a/spacy/ml/models/multi_task.py b/master/spacy/ml/models/multi_task.py similarity index 100% rename from spacy/ml/models/multi_task.py rename to master/spacy/ml/models/multi_task.py diff --git a/spacy/ml/models/parser.py b/master/spacy/ml/models/parser.py similarity index 100% rename from spacy/ml/models/parser.py rename to master/spacy/ml/models/parser.py diff --git a/spacy/ml/models/spancat.py b/master/spacy/ml/models/spancat.py similarity index 100% rename from spacy/ml/models/spancat.py rename to master/spacy/ml/models/spancat.py diff --git a/spacy/ml/models/tagger.py b/master/spacy/ml/models/tagger.py similarity index 100% rename from spacy/ml/models/tagger.py rename to master/spacy/ml/models/tagger.py diff --git a/spacy/ml/models/textcat.py b/master/spacy/ml/models/textcat.py similarity index 100% rename from spacy/ml/models/textcat.py rename to master/spacy/ml/models/textcat.py diff --git a/spacy/ml/models/tok2vec.py b/master/spacy/ml/models/tok2vec.py similarity index 100% rename from spacy/ml/models/tok2vec.py rename to master/spacy/ml/models/tok2vec.py diff --git a/spacy/ml/parser_model.pxd b/master/spacy/ml/parser_model.pxd similarity index 100% rename from spacy/ml/parser_model.pxd rename to master/spacy/ml/parser_model.pxd diff --git a/spacy/ml/parser_model.pyx b/master/spacy/ml/parser_model.pyx similarity index 100% rename from spacy/ml/parser_model.pyx rename to master/spacy/ml/parser_model.pyx diff --git a/spacy/ml/staticvectors.py b/master/spacy/ml/staticvectors.py similarity index 100% rename from spacy/ml/staticvectors.py rename to master/spacy/ml/staticvectors.py diff --git a/spacy/ml/tb_framework.py b/master/spacy/ml/tb_framework.py similarity index 100% rename from spacy/ml/tb_framework.py rename to master/spacy/ml/tb_framework.py diff --git a/spacy/morphology.pxd b/master/spacy/morphology.pxd similarity index 100% rename from spacy/morphology.pxd rename to master/spacy/morphology.pxd diff --git a/spacy/morphology.pyx b/master/spacy/morphology.pyx similarity index 100% rename from spacy/morphology.pyx rename to master/spacy/morphology.pyx diff --git a/spacy/parts_of_speech.pxd b/master/spacy/parts_of_speech.pxd similarity index 100% rename from spacy/parts_of_speech.pxd rename to master/spacy/parts_of_speech.pxd diff --git a/spacy/parts_of_speech.pyx b/master/spacy/parts_of_speech.pyx similarity index 100% rename from spacy/parts_of_speech.pyx rename to master/spacy/parts_of_speech.pyx diff --git a/spacy/pipe_analysis.py b/master/spacy/pipe_analysis.py similarity index 100% rename from spacy/pipe_analysis.py rename to master/spacy/pipe_analysis.py diff --git a/spacy/pipeline/__init__.py b/master/spacy/pipeline/__init__.py similarity index 100% rename from spacy/pipeline/__init__.py rename to master/spacy/pipeline/__init__.py diff --git a/spacy/pipeline/_edit_tree_internals/__init__.py b/master/spacy/pipeline/_edit_tree_internals/__init__.py similarity index 100% rename from spacy/pipeline/_edit_tree_internals/__init__.py rename to master/spacy/pipeline/_edit_tree_internals/__init__.py diff --git a/spacy/pipeline/_edit_tree_internals/edit_trees.pxd b/master/spacy/pipeline/_edit_tree_internals/edit_trees.pxd similarity index 100% rename from spacy/pipeline/_edit_tree_internals/edit_trees.pxd rename to master/spacy/pipeline/_edit_tree_internals/edit_trees.pxd diff --git a/spacy/pipeline/_edit_tree_internals/edit_trees.pyx b/master/spacy/pipeline/_edit_tree_internals/edit_trees.pyx similarity index 100% rename from spacy/pipeline/_edit_tree_internals/edit_trees.pyx rename to master/spacy/pipeline/_edit_tree_internals/edit_trees.pyx diff --git a/spacy/pipeline/_edit_tree_internals/schemas.py b/master/spacy/pipeline/_edit_tree_internals/schemas.py similarity index 100% rename from spacy/pipeline/_edit_tree_internals/schemas.py rename to master/spacy/pipeline/_edit_tree_internals/schemas.py diff --git a/spacy/pipeline/_parser_internals/__init__.pxd b/master/spacy/pipeline/_parser_internals/__init__.pxd similarity index 100% rename from spacy/pipeline/_parser_internals/__init__.pxd rename to master/spacy/pipeline/_parser_internals/__init__.pxd diff --git a/spacy/pipeline/_parser_internals/__init__.py b/master/spacy/pipeline/_parser_internals/__init__.py similarity index 100% rename from spacy/pipeline/_parser_internals/__init__.py rename to master/spacy/pipeline/_parser_internals/__init__.py diff --git a/spacy/pipeline/_parser_internals/_beam_utils.pxd b/master/spacy/pipeline/_parser_internals/_beam_utils.pxd similarity index 100% rename from spacy/pipeline/_parser_internals/_beam_utils.pxd rename to master/spacy/pipeline/_parser_internals/_beam_utils.pxd diff --git a/spacy/pipeline/_parser_internals/_beam_utils.pyx b/master/spacy/pipeline/_parser_internals/_beam_utils.pyx similarity index 100% rename from spacy/pipeline/_parser_internals/_beam_utils.pyx rename to master/spacy/pipeline/_parser_internals/_beam_utils.pyx diff --git a/spacy/pipeline/_parser_internals/_state.pxd b/master/spacy/pipeline/_parser_internals/_state.pxd similarity index 100% rename from spacy/pipeline/_parser_internals/_state.pxd rename to master/spacy/pipeline/_parser_internals/_state.pxd diff --git a/spacy/pipeline/_parser_internals/_state.pyx b/master/spacy/pipeline/_parser_internals/_state.pyx similarity index 100% rename from spacy/pipeline/_parser_internals/_state.pyx rename to master/spacy/pipeline/_parser_internals/_state.pyx diff --git a/spacy/pipeline/_parser_internals/arc_eager.pxd b/master/spacy/pipeline/_parser_internals/arc_eager.pxd similarity index 100% rename from spacy/pipeline/_parser_internals/arc_eager.pxd rename to master/spacy/pipeline/_parser_internals/arc_eager.pxd diff --git a/spacy/pipeline/_parser_internals/arc_eager.pyx b/master/spacy/pipeline/_parser_internals/arc_eager.pyx similarity index 100% rename from spacy/pipeline/_parser_internals/arc_eager.pyx rename to master/spacy/pipeline/_parser_internals/arc_eager.pyx diff --git a/spacy/pipeline/_parser_internals/ner.pxd b/master/spacy/pipeline/_parser_internals/ner.pxd similarity index 100% rename from spacy/pipeline/_parser_internals/ner.pxd rename to master/spacy/pipeline/_parser_internals/ner.pxd diff --git a/spacy/pipeline/_parser_internals/ner.pyx b/master/spacy/pipeline/_parser_internals/ner.pyx similarity index 100% rename from spacy/pipeline/_parser_internals/ner.pyx rename to master/spacy/pipeline/_parser_internals/ner.pyx diff --git a/spacy/pipeline/_parser_internals/nonproj.hh b/master/spacy/pipeline/_parser_internals/nonproj.hh similarity index 100% rename from spacy/pipeline/_parser_internals/nonproj.hh rename to master/spacy/pipeline/_parser_internals/nonproj.hh diff --git a/spacy/pipeline/_parser_internals/nonproj.pxd b/master/spacy/pipeline/_parser_internals/nonproj.pxd similarity index 100% rename from spacy/pipeline/_parser_internals/nonproj.pxd rename to master/spacy/pipeline/_parser_internals/nonproj.pxd diff --git a/spacy/pipeline/_parser_internals/nonproj.pyx b/master/spacy/pipeline/_parser_internals/nonproj.pyx similarity index 100% rename from spacy/pipeline/_parser_internals/nonproj.pyx rename to master/spacy/pipeline/_parser_internals/nonproj.pyx diff --git a/spacy/pipeline/_parser_internals/stateclass.pxd b/master/spacy/pipeline/_parser_internals/stateclass.pxd similarity index 100% rename from spacy/pipeline/_parser_internals/stateclass.pxd rename to master/spacy/pipeline/_parser_internals/stateclass.pxd diff --git a/spacy/pipeline/_parser_internals/stateclass.pyx b/master/spacy/pipeline/_parser_internals/stateclass.pyx similarity index 100% rename from spacy/pipeline/_parser_internals/stateclass.pyx rename to master/spacy/pipeline/_parser_internals/stateclass.pyx diff --git a/spacy/pipeline/_parser_internals/transition_system.pxd b/master/spacy/pipeline/_parser_internals/transition_system.pxd similarity index 100% rename from spacy/pipeline/_parser_internals/transition_system.pxd rename to master/spacy/pipeline/_parser_internals/transition_system.pxd diff --git a/spacy/pipeline/_parser_internals/transition_system.pyx b/master/spacy/pipeline/_parser_internals/transition_system.pyx similarity index 100% rename from spacy/pipeline/_parser_internals/transition_system.pyx rename to master/spacy/pipeline/_parser_internals/transition_system.pyx diff --git a/spacy/pipeline/attributeruler.py b/master/spacy/pipeline/attributeruler.py similarity index 100% rename from spacy/pipeline/attributeruler.py rename to master/spacy/pipeline/attributeruler.py diff --git a/spacy/pipeline/dep_parser.pyx b/master/spacy/pipeline/dep_parser.pyx similarity index 100% rename from spacy/pipeline/dep_parser.pyx rename to master/spacy/pipeline/dep_parser.pyx diff --git a/spacy/pipeline/edit_tree_lemmatizer.py b/master/spacy/pipeline/edit_tree_lemmatizer.py similarity index 100% rename from spacy/pipeline/edit_tree_lemmatizer.py rename to master/spacy/pipeline/edit_tree_lemmatizer.py diff --git a/spacy/pipeline/entity_linker.py b/master/spacy/pipeline/entity_linker.py similarity index 100% rename from spacy/pipeline/entity_linker.py rename to master/spacy/pipeline/entity_linker.py diff --git a/spacy/pipeline/entityruler.py b/master/spacy/pipeline/entityruler.py similarity index 100% rename from spacy/pipeline/entityruler.py rename to master/spacy/pipeline/entityruler.py diff --git a/spacy/pipeline/functions.py b/master/spacy/pipeline/functions.py similarity index 100% rename from spacy/pipeline/functions.py rename to master/spacy/pipeline/functions.py diff --git a/spacy/pipeline/legacy/__init__.py b/master/spacy/pipeline/legacy/__init__.py similarity index 100% rename from spacy/pipeline/legacy/__init__.py rename to master/spacy/pipeline/legacy/__init__.py diff --git a/spacy/pipeline/legacy/entity_linker.py b/master/spacy/pipeline/legacy/entity_linker.py similarity index 100% rename from spacy/pipeline/legacy/entity_linker.py rename to master/spacy/pipeline/legacy/entity_linker.py diff --git a/spacy/pipeline/lemmatizer.py b/master/spacy/pipeline/lemmatizer.py similarity index 100% rename from spacy/pipeline/lemmatizer.py rename to master/spacy/pipeline/lemmatizer.py diff --git a/spacy/pipeline/morphologizer.pyx b/master/spacy/pipeline/morphologizer.pyx similarity index 100% rename from spacy/pipeline/morphologizer.pyx rename to master/spacy/pipeline/morphologizer.pyx diff --git a/spacy/pipeline/multitask.pyx b/master/spacy/pipeline/multitask.pyx similarity index 100% rename from spacy/pipeline/multitask.pyx rename to master/spacy/pipeline/multitask.pyx diff --git a/spacy/pipeline/ner.pyx b/master/spacy/pipeline/ner.pyx similarity index 100% rename from spacy/pipeline/ner.pyx rename to master/spacy/pipeline/ner.pyx diff --git a/spacy/pipeline/pipe.pxd b/master/spacy/pipeline/pipe.pxd similarity index 100% rename from spacy/pipeline/pipe.pxd rename to master/spacy/pipeline/pipe.pxd diff --git a/spacy/pipeline/pipe.pyi b/master/spacy/pipeline/pipe.pyi similarity index 100% rename from spacy/pipeline/pipe.pyi rename to master/spacy/pipeline/pipe.pyi diff --git a/spacy/pipeline/pipe.pyx b/master/spacy/pipeline/pipe.pyx similarity index 100% rename from spacy/pipeline/pipe.pyx rename to master/spacy/pipeline/pipe.pyx diff --git a/spacy/pipeline/sentencizer.pyx b/master/spacy/pipeline/sentencizer.pyx similarity index 100% rename from spacy/pipeline/sentencizer.pyx rename to master/spacy/pipeline/sentencizer.pyx diff --git a/spacy/pipeline/senter.pyx b/master/spacy/pipeline/senter.pyx similarity index 100% rename from spacy/pipeline/senter.pyx rename to master/spacy/pipeline/senter.pyx diff --git a/spacy/pipeline/span_ruler.py b/master/spacy/pipeline/span_ruler.py similarity index 100% rename from spacy/pipeline/span_ruler.py rename to master/spacy/pipeline/span_ruler.py diff --git a/spacy/pipeline/spancat.py b/master/spacy/pipeline/spancat.py similarity index 100% rename from spacy/pipeline/spancat.py rename to master/spacy/pipeline/spancat.py diff --git a/spacy/pipeline/tagger.pyx b/master/spacy/pipeline/tagger.pyx similarity index 100% rename from spacy/pipeline/tagger.pyx rename to master/spacy/pipeline/tagger.pyx diff --git a/spacy/pipeline/textcat.py b/master/spacy/pipeline/textcat.py similarity index 100% rename from spacy/pipeline/textcat.py rename to master/spacy/pipeline/textcat.py diff --git a/spacy/pipeline/textcat_multilabel.py b/master/spacy/pipeline/textcat_multilabel.py similarity index 100% rename from spacy/pipeline/textcat_multilabel.py rename to master/spacy/pipeline/textcat_multilabel.py diff --git a/spacy/pipeline/tok2vec.py b/master/spacy/pipeline/tok2vec.py similarity index 100% rename from spacy/pipeline/tok2vec.py rename to master/spacy/pipeline/tok2vec.py diff --git a/spacy/pipeline/trainable_pipe.pxd b/master/spacy/pipeline/trainable_pipe.pxd similarity index 100% rename from spacy/pipeline/trainable_pipe.pxd rename to master/spacy/pipeline/trainable_pipe.pxd diff --git a/spacy/pipeline/trainable_pipe.pyx b/master/spacy/pipeline/trainable_pipe.pyx similarity index 100% rename from spacy/pipeline/trainable_pipe.pyx rename to master/spacy/pipeline/trainable_pipe.pyx diff --git a/spacy/pipeline/transition_parser.pxd b/master/spacy/pipeline/transition_parser.pxd similarity index 100% rename from spacy/pipeline/transition_parser.pxd rename to master/spacy/pipeline/transition_parser.pxd diff --git a/spacy/pipeline/transition_parser.pyx b/master/spacy/pipeline/transition_parser.pyx similarity index 100% rename from spacy/pipeline/transition_parser.pyx rename to master/spacy/pipeline/transition_parser.pyx diff --git a/spacy/py.typed b/master/spacy/py.typed similarity index 100% rename from spacy/py.typed rename to master/spacy/py.typed diff --git a/spacy/schemas.py b/master/spacy/schemas.py similarity index 100% rename from spacy/schemas.py rename to master/spacy/schemas.py diff --git a/spacy/scorer.py b/master/spacy/scorer.py similarity index 100% rename from spacy/scorer.py rename to master/spacy/scorer.py diff --git a/spacy/strings.pxd b/master/spacy/strings.pxd similarity index 100% rename from spacy/strings.pxd rename to master/spacy/strings.pxd diff --git a/spacy/strings.pyi b/master/spacy/strings.pyi similarity index 100% rename from spacy/strings.pyi rename to master/spacy/strings.pyi diff --git a/spacy/strings.pyx b/master/spacy/strings.pyx similarity index 100% rename from spacy/strings.pyx rename to master/spacy/strings.pyx diff --git a/spacy/structs.pxd b/master/spacy/structs.pxd similarity index 100% rename from spacy/structs.pxd rename to master/spacy/structs.pxd diff --git a/spacy/symbols.pxd b/master/spacy/symbols.pxd similarity index 100% rename from spacy/symbols.pxd rename to master/spacy/symbols.pxd diff --git a/spacy/symbols.pyx b/master/spacy/symbols.pyx similarity index 100% rename from spacy/symbols.pyx rename to master/spacy/symbols.pyx diff --git a/spacy/tests/README.md b/master/spacy/tests/README.md similarity index 100% rename from spacy/tests/README.md rename to master/spacy/tests/README.md diff --git a/spacy/tests/__init__.py b/master/spacy/tests/__init__.py similarity index 100% rename from spacy/tests/__init__.py rename to master/spacy/tests/__init__.py diff --git a/spacy/tests/conftest.py b/master/spacy/tests/conftest.py similarity index 100% rename from spacy/tests/conftest.py rename to master/spacy/tests/conftest.py diff --git a/spacy/tests/doc/__init__.py b/master/spacy/tests/doc/__init__.py similarity index 100% rename from spacy/tests/doc/__init__.py rename to master/spacy/tests/doc/__init__.py diff --git a/spacy/tests/doc/test_add_entities.py b/master/spacy/tests/doc/test_add_entities.py similarity index 100% rename from spacy/tests/doc/test_add_entities.py rename to master/spacy/tests/doc/test_add_entities.py diff --git a/spacy/tests/doc/test_array.py b/master/spacy/tests/doc/test_array.py similarity index 100% rename from spacy/tests/doc/test_array.py rename to master/spacy/tests/doc/test_array.py diff --git a/spacy/tests/doc/test_creation.py b/master/spacy/tests/doc/test_creation.py similarity index 100% rename from spacy/tests/doc/test_creation.py rename to master/spacy/tests/doc/test_creation.py diff --git a/spacy/tests/doc/test_doc_api.py b/master/spacy/tests/doc/test_doc_api.py similarity index 100% rename from spacy/tests/doc/test_doc_api.py rename to master/spacy/tests/doc/test_doc_api.py diff --git a/spacy/tests/doc/test_graph.py b/master/spacy/tests/doc/test_graph.py similarity index 100% rename from spacy/tests/doc/test_graph.py rename to master/spacy/tests/doc/test_graph.py diff --git a/spacy/tests/doc/test_json_doc_conversion.py b/master/spacy/tests/doc/test_json_doc_conversion.py similarity index 100% rename from spacy/tests/doc/test_json_doc_conversion.py rename to master/spacy/tests/doc/test_json_doc_conversion.py diff --git a/spacy/tests/doc/test_morphanalysis.py b/master/spacy/tests/doc/test_morphanalysis.py similarity index 100% rename from spacy/tests/doc/test_morphanalysis.py rename to master/spacy/tests/doc/test_morphanalysis.py diff --git a/spacy/tests/doc/test_pickle_doc.py b/master/spacy/tests/doc/test_pickle_doc.py similarity index 100% rename from spacy/tests/doc/test_pickle_doc.py rename to master/spacy/tests/doc/test_pickle_doc.py diff --git a/spacy/tests/doc/test_retokenize_merge.py b/master/spacy/tests/doc/test_retokenize_merge.py similarity index 100% rename from spacy/tests/doc/test_retokenize_merge.py rename to master/spacy/tests/doc/test_retokenize_merge.py diff --git a/spacy/tests/doc/test_retokenize_split.py b/master/spacy/tests/doc/test_retokenize_split.py similarity index 100% rename from spacy/tests/doc/test_retokenize_split.py rename to master/spacy/tests/doc/test_retokenize_split.py diff --git a/spacy/tests/doc/test_span.py b/master/spacy/tests/doc/test_span.py similarity index 100% rename from spacy/tests/doc/test_span.py rename to master/spacy/tests/doc/test_span.py diff --git a/spacy/tests/doc/test_span_group.py b/master/spacy/tests/doc/test_span_group.py similarity index 100% rename from spacy/tests/doc/test_span_group.py rename to master/spacy/tests/doc/test_span_group.py diff --git a/spacy/tests/doc/test_token_api.py b/master/spacy/tests/doc/test_token_api.py similarity index 100% rename from spacy/tests/doc/test_token_api.py rename to master/spacy/tests/doc/test_token_api.py diff --git a/spacy/tests/doc/test_underscore.py b/master/spacy/tests/doc/test_underscore.py similarity index 100% rename from spacy/tests/doc/test_underscore.py rename to master/spacy/tests/doc/test_underscore.py diff --git a/spacy/tests/enable_gpu.py b/master/spacy/tests/enable_gpu.py similarity index 100% rename from spacy/tests/enable_gpu.py rename to master/spacy/tests/enable_gpu.py diff --git a/spacy/tests/lang/__init__.py b/master/spacy/tests/lang/__init__.py similarity index 100% rename from spacy/tests/lang/__init__.py rename to master/spacy/tests/lang/__init__.py diff --git a/spacy/tests/lang/af/__init__.py b/master/spacy/tests/lang/af/__init__.py similarity index 100% rename from spacy/tests/lang/af/__init__.py rename to master/spacy/tests/lang/af/__init__.py diff --git a/spacy/tests/lang/af/test_text.py b/master/spacy/tests/lang/af/test_text.py similarity index 100% rename from spacy/tests/lang/af/test_text.py rename to master/spacy/tests/lang/af/test_text.py diff --git a/spacy/tests/lang/af/test_tokenizer.py b/master/spacy/tests/lang/af/test_tokenizer.py similarity index 100% rename from spacy/tests/lang/af/test_tokenizer.py rename to master/spacy/tests/lang/af/test_tokenizer.py diff --git a/spacy/tests/lang/am/__init__.py b/master/spacy/tests/lang/am/__init__.py similarity index 100% rename from spacy/tests/lang/am/__init__.py rename to master/spacy/tests/lang/am/__init__.py diff --git a/spacy/tests/lang/am/test_exception.py b/master/spacy/tests/lang/am/test_exception.py similarity index 100% rename from spacy/tests/lang/am/test_exception.py rename to master/spacy/tests/lang/am/test_exception.py diff --git a/spacy/tests/lang/am/test_text.py b/master/spacy/tests/lang/am/test_text.py similarity index 100% rename from spacy/tests/lang/am/test_text.py rename to master/spacy/tests/lang/am/test_text.py diff --git a/spacy/tests/lang/ar/__init__.py b/master/spacy/tests/lang/ar/__init__.py similarity index 100% rename from spacy/tests/lang/ar/__init__.py rename to master/spacy/tests/lang/ar/__init__.py diff --git a/spacy/tests/lang/ar/test_exceptions.py b/master/spacy/tests/lang/ar/test_exceptions.py similarity index 100% rename from spacy/tests/lang/ar/test_exceptions.py rename to master/spacy/tests/lang/ar/test_exceptions.py diff --git a/spacy/tests/lang/ar/test_text.py b/master/spacy/tests/lang/ar/test_text.py similarity index 100% rename from spacy/tests/lang/ar/test_text.py rename to master/spacy/tests/lang/ar/test_text.py diff --git a/spacy/tests/lang/bg/test_text.py b/master/spacy/tests/lang/bg/test_text.py similarity index 100% rename from spacy/tests/lang/bg/test_text.py rename to master/spacy/tests/lang/bg/test_text.py diff --git a/spacy/tests/lang/bg/test_tokenizer.py b/master/spacy/tests/lang/bg/test_tokenizer.py similarity index 100% rename from spacy/tests/lang/bg/test_tokenizer.py rename to master/spacy/tests/lang/bg/test_tokenizer.py diff --git a/spacy/tests/lang/bn/__init__.py b/master/spacy/tests/lang/bn/__init__.py similarity index 100% rename from spacy/tests/lang/bn/__init__.py rename to master/spacy/tests/lang/bn/__init__.py diff --git a/spacy/tests/lang/bn/test_tokenizer.py b/master/spacy/tests/lang/bn/test_tokenizer.py similarity index 100% rename from spacy/tests/lang/bn/test_tokenizer.py rename to master/spacy/tests/lang/bn/test_tokenizer.py diff --git a/spacy/tests/lang/ca/__init__.py b/master/spacy/tests/lang/ca/__init__.py similarity index 100% rename from spacy/tests/lang/ca/__init__.py rename to master/spacy/tests/lang/ca/__init__.py diff --git a/spacy/tests/lang/ca/test_exception.py b/master/spacy/tests/lang/ca/test_exception.py similarity index 100% rename from spacy/tests/lang/ca/test_exception.py rename to master/spacy/tests/lang/ca/test_exception.py diff --git a/spacy/tests/lang/ca/test_prefix_suffix_infix.py b/master/spacy/tests/lang/ca/test_prefix_suffix_infix.py similarity index 100% rename from spacy/tests/lang/ca/test_prefix_suffix_infix.py rename to master/spacy/tests/lang/ca/test_prefix_suffix_infix.py diff --git a/spacy/tests/lang/ca/test_text.py b/master/spacy/tests/lang/ca/test_text.py similarity index 100% rename from spacy/tests/lang/ca/test_text.py rename to master/spacy/tests/lang/ca/test_text.py diff --git a/spacy/tests/lang/cs/__init__.py b/master/spacy/tests/lang/cs/__init__.py similarity index 100% rename from spacy/tests/lang/cs/__init__.py rename to master/spacy/tests/lang/cs/__init__.py diff --git a/spacy/tests/lang/cs/test_text.py b/master/spacy/tests/lang/cs/test_text.py similarity index 100% rename from spacy/tests/lang/cs/test_text.py rename to master/spacy/tests/lang/cs/test_text.py diff --git a/spacy/tests/lang/da/__init__.py b/master/spacy/tests/lang/da/__init__.py similarity index 100% rename from spacy/tests/lang/da/__init__.py rename to master/spacy/tests/lang/da/__init__.py diff --git a/spacy/tests/lang/da/test_exceptions.py b/master/spacy/tests/lang/da/test_exceptions.py similarity index 100% rename from spacy/tests/lang/da/test_exceptions.py rename to master/spacy/tests/lang/da/test_exceptions.py diff --git a/spacy/tests/lang/da/test_noun_chunks.py b/master/spacy/tests/lang/da/test_noun_chunks.py similarity index 100% rename from spacy/tests/lang/da/test_noun_chunks.py rename to master/spacy/tests/lang/da/test_noun_chunks.py diff --git a/spacy/tests/lang/da/test_prefix_suffix_infix.py b/master/spacy/tests/lang/da/test_prefix_suffix_infix.py similarity index 100% rename from spacy/tests/lang/da/test_prefix_suffix_infix.py rename to master/spacy/tests/lang/da/test_prefix_suffix_infix.py diff --git a/spacy/tests/lang/da/test_text.py b/master/spacy/tests/lang/da/test_text.py similarity index 100% rename from spacy/tests/lang/da/test_text.py rename to master/spacy/tests/lang/da/test_text.py diff --git a/spacy/tests/lang/de/__init__.py b/master/spacy/tests/lang/de/__init__.py similarity index 100% rename from spacy/tests/lang/de/__init__.py rename to master/spacy/tests/lang/de/__init__.py diff --git a/spacy/tests/lang/de/test_exceptions.py b/master/spacy/tests/lang/de/test_exceptions.py similarity index 100% rename from spacy/tests/lang/de/test_exceptions.py rename to master/spacy/tests/lang/de/test_exceptions.py diff --git a/spacy/tests/lang/de/test_noun_chunks.py b/master/spacy/tests/lang/de/test_noun_chunks.py similarity index 100% rename from spacy/tests/lang/de/test_noun_chunks.py rename to master/spacy/tests/lang/de/test_noun_chunks.py diff --git a/spacy/tests/lang/de/test_parser.py b/master/spacy/tests/lang/de/test_parser.py similarity index 100% rename from spacy/tests/lang/de/test_parser.py rename to master/spacy/tests/lang/de/test_parser.py diff --git a/spacy/tests/lang/de/test_prefix_suffix_infix.py b/master/spacy/tests/lang/de/test_prefix_suffix_infix.py similarity index 100% rename from spacy/tests/lang/de/test_prefix_suffix_infix.py rename to master/spacy/tests/lang/de/test_prefix_suffix_infix.py diff --git a/spacy/tests/lang/de/test_text.py b/master/spacy/tests/lang/de/test_text.py similarity index 100% rename from spacy/tests/lang/de/test_text.py rename to master/spacy/tests/lang/de/test_text.py diff --git a/spacy/tests/lang/dsb/__init__.py b/master/spacy/tests/lang/dsb/__init__.py similarity index 100% rename from spacy/tests/lang/dsb/__init__.py rename to master/spacy/tests/lang/dsb/__init__.py diff --git a/spacy/tests/lang/dsb/test_text.py b/master/spacy/tests/lang/dsb/test_text.py similarity index 100% rename from spacy/tests/lang/dsb/test_text.py rename to master/spacy/tests/lang/dsb/test_text.py diff --git a/spacy/tests/lang/dsb/test_tokenizer.py b/master/spacy/tests/lang/dsb/test_tokenizer.py similarity index 100% rename from spacy/tests/lang/dsb/test_tokenizer.py rename to master/spacy/tests/lang/dsb/test_tokenizer.py diff --git a/spacy/tests/lang/el/__init__.py b/master/spacy/tests/lang/el/__init__.py similarity index 100% rename from spacy/tests/lang/el/__init__.py rename to master/spacy/tests/lang/el/__init__.py diff --git a/spacy/tests/lang/el/test_exception.py b/master/spacy/tests/lang/el/test_exception.py similarity index 100% rename from spacy/tests/lang/el/test_exception.py rename to master/spacy/tests/lang/el/test_exception.py diff --git a/spacy/tests/lang/el/test_noun_chunks.py b/master/spacy/tests/lang/el/test_noun_chunks.py similarity index 100% rename from spacy/tests/lang/el/test_noun_chunks.py rename to master/spacy/tests/lang/el/test_noun_chunks.py diff --git a/spacy/tests/lang/el/test_text.py b/master/spacy/tests/lang/el/test_text.py similarity index 100% rename from spacy/tests/lang/el/test_text.py rename to master/spacy/tests/lang/el/test_text.py diff --git a/spacy/tests/lang/en/__init__.py b/master/spacy/tests/lang/en/__init__.py similarity index 100% rename from spacy/tests/lang/en/__init__.py rename to master/spacy/tests/lang/en/__init__.py diff --git a/spacy/tests/lang/en/test_customized_tokenizer.py b/master/spacy/tests/lang/en/test_customized_tokenizer.py similarity index 100% rename from spacy/tests/lang/en/test_customized_tokenizer.py rename to master/spacy/tests/lang/en/test_customized_tokenizer.py diff --git a/spacy/tests/lang/en/test_exceptions.py b/master/spacy/tests/lang/en/test_exceptions.py similarity index 100% rename from spacy/tests/lang/en/test_exceptions.py rename to master/spacy/tests/lang/en/test_exceptions.py diff --git a/spacy/tests/lang/en/test_indices.py b/master/spacy/tests/lang/en/test_indices.py similarity index 100% rename from spacy/tests/lang/en/test_indices.py rename to master/spacy/tests/lang/en/test_indices.py diff --git a/spacy/tests/lang/en/test_noun_chunks.py b/master/spacy/tests/lang/en/test_noun_chunks.py similarity index 100% rename from spacy/tests/lang/en/test_noun_chunks.py rename to master/spacy/tests/lang/en/test_noun_chunks.py diff --git a/spacy/tests/lang/en/test_parser.py b/master/spacy/tests/lang/en/test_parser.py similarity index 100% rename from spacy/tests/lang/en/test_parser.py rename to master/spacy/tests/lang/en/test_parser.py diff --git a/spacy/tests/lang/en/test_prefix_suffix_infix.py b/master/spacy/tests/lang/en/test_prefix_suffix_infix.py similarity index 100% rename from spacy/tests/lang/en/test_prefix_suffix_infix.py rename to master/spacy/tests/lang/en/test_prefix_suffix_infix.py diff --git a/spacy/tests/lang/en/test_punct.py b/master/spacy/tests/lang/en/test_punct.py similarity index 100% rename from spacy/tests/lang/en/test_punct.py rename to master/spacy/tests/lang/en/test_punct.py diff --git a/spacy/tests/lang/en/test_sbd.py b/master/spacy/tests/lang/en/test_sbd.py similarity index 100% rename from spacy/tests/lang/en/test_sbd.py rename to master/spacy/tests/lang/en/test_sbd.py diff --git a/spacy/tests/lang/en/test_text.py b/master/spacy/tests/lang/en/test_text.py similarity index 100% rename from spacy/tests/lang/en/test_text.py rename to master/spacy/tests/lang/en/test_text.py diff --git a/spacy/tests/lang/en/test_tokenizer.py b/master/spacy/tests/lang/en/test_tokenizer.py similarity index 100% rename from spacy/tests/lang/en/test_tokenizer.py rename to master/spacy/tests/lang/en/test_tokenizer.py diff --git a/spacy/tests/lang/es/__init__.py b/master/spacy/tests/lang/es/__init__.py similarity index 100% rename from spacy/tests/lang/es/__init__.py rename to master/spacy/tests/lang/es/__init__.py diff --git a/spacy/tests/lang/es/test_exception.py b/master/spacy/tests/lang/es/test_exception.py similarity index 100% rename from spacy/tests/lang/es/test_exception.py rename to master/spacy/tests/lang/es/test_exception.py diff --git a/spacy/tests/lang/es/test_noun_chunks.py b/master/spacy/tests/lang/es/test_noun_chunks.py similarity index 100% rename from spacy/tests/lang/es/test_noun_chunks.py rename to master/spacy/tests/lang/es/test_noun_chunks.py diff --git a/spacy/tests/lang/es/test_text.py b/master/spacy/tests/lang/es/test_text.py similarity index 100% rename from spacy/tests/lang/es/test_text.py rename to master/spacy/tests/lang/es/test_text.py diff --git a/spacy/tests/lang/et/__init__.py b/master/spacy/tests/lang/et/__init__.py similarity index 100% rename from spacy/tests/lang/et/__init__.py rename to master/spacy/tests/lang/et/__init__.py diff --git a/spacy/tests/lang/et/test_text.py b/master/spacy/tests/lang/et/test_text.py similarity index 100% rename from spacy/tests/lang/et/test_text.py rename to master/spacy/tests/lang/et/test_text.py diff --git a/spacy/tests/lang/et/test_tokenizer.py b/master/spacy/tests/lang/et/test_tokenizer.py similarity index 100% rename from spacy/tests/lang/et/test_tokenizer.py rename to master/spacy/tests/lang/et/test_tokenizer.py diff --git a/spacy/tests/lang/eu/__init__.py b/master/spacy/tests/lang/eu/__init__.py similarity index 100% rename from spacy/tests/lang/eu/__init__.py rename to master/spacy/tests/lang/eu/__init__.py diff --git a/spacy/tests/lang/eu/test_text.py b/master/spacy/tests/lang/eu/test_text.py similarity index 100% rename from spacy/tests/lang/eu/test_text.py rename to master/spacy/tests/lang/eu/test_text.py diff --git a/spacy/tests/lang/fa/__init__.py b/master/spacy/tests/lang/fa/__init__.py similarity index 100% rename from spacy/tests/lang/fa/__init__.py rename to master/spacy/tests/lang/fa/__init__.py diff --git a/spacy/tests/lang/fa/test_noun_chunks.py b/master/spacy/tests/lang/fa/test_noun_chunks.py similarity index 100% rename from spacy/tests/lang/fa/test_noun_chunks.py rename to master/spacy/tests/lang/fa/test_noun_chunks.py diff --git a/spacy/tests/lang/fi/__init__.py b/master/spacy/tests/lang/fi/__init__.py similarity index 100% rename from spacy/tests/lang/fi/__init__.py rename to master/spacy/tests/lang/fi/__init__.py diff --git a/spacy/tests/lang/fi/test_noun_chunks.py b/master/spacy/tests/lang/fi/test_noun_chunks.py similarity index 100% rename from spacy/tests/lang/fi/test_noun_chunks.py rename to master/spacy/tests/lang/fi/test_noun_chunks.py diff --git a/spacy/tests/lang/fi/test_text.py b/master/spacy/tests/lang/fi/test_text.py similarity index 100% rename from spacy/tests/lang/fi/test_text.py rename to master/spacy/tests/lang/fi/test_text.py diff --git a/spacy/tests/lang/fi/test_tokenizer.py b/master/spacy/tests/lang/fi/test_tokenizer.py similarity index 100% rename from spacy/tests/lang/fi/test_tokenizer.py rename to master/spacy/tests/lang/fi/test_tokenizer.py diff --git a/spacy/tests/lang/fr/__init__.py b/master/spacy/tests/lang/fr/__init__.py similarity index 100% rename from spacy/tests/lang/fr/__init__.py rename to master/spacy/tests/lang/fr/__init__.py diff --git a/spacy/tests/lang/fr/test_exceptions.py b/master/spacy/tests/lang/fr/test_exceptions.py similarity index 100% rename from spacy/tests/lang/fr/test_exceptions.py rename to master/spacy/tests/lang/fr/test_exceptions.py diff --git a/spacy/tests/lang/fr/test_noun_chunks.py b/master/spacy/tests/lang/fr/test_noun_chunks.py similarity index 100% rename from spacy/tests/lang/fr/test_noun_chunks.py rename to master/spacy/tests/lang/fr/test_noun_chunks.py diff --git a/spacy/tests/lang/fr/test_prefix_suffix_infix.py b/master/spacy/tests/lang/fr/test_prefix_suffix_infix.py similarity index 100% rename from spacy/tests/lang/fr/test_prefix_suffix_infix.py rename to master/spacy/tests/lang/fr/test_prefix_suffix_infix.py diff --git a/spacy/tests/lang/fr/test_text.py b/master/spacy/tests/lang/fr/test_text.py similarity index 100% rename from spacy/tests/lang/fr/test_text.py rename to master/spacy/tests/lang/fr/test_text.py diff --git a/spacy/tests/lang/ga/__init__.py b/master/spacy/tests/lang/ga/__init__.py similarity index 100% rename from spacy/tests/lang/ga/__init__.py rename to master/spacy/tests/lang/ga/__init__.py diff --git a/spacy/tests/lang/ga/test_tokenizer.py b/master/spacy/tests/lang/ga/test_tokenizer.py similarity index 100% rename from spacy/tests/lang/ga/test_tokenizer.py rename to master/spacy/tests/lang/ga/test_tokenizer.py diff --git a/spacy/tests/lang/grc/__init__.py b/master/spacy/tests/lang/grc/__init__.py similarity index 100% rename from spacy/tests/lang/grc/__init__.py rename to master/spacy/tests/lang/grc/__init__.py diff --git a/spacy/tests/lang/grc/test_text.py b/master/spacy/tests/lang/grc/test_text.py similarity index 100% rename from spacy/tests/lang/grc/test_text.py rename to master/spacy/tests/lang/grc/test_text.py diff --git a/spacy/tests/lang/grc/test_tokenizer.py b/master/spacy/tests/lang/grc/test_tokenizer.py similarity index 100% rename from spacy/tests/lang/grc/test_tokenizer.py rename to master/spacy/tests/lang/grc/test_tokenizer.py diff --git a/spacy/tests/lang/gu/__init__.py b/master/spacy/tests/lang/gu/__init__.py similarity index 100% rename from spacy/tests/lang/gu/__init__.py rename to master/spacy/tests/lang/gu/__init__.py diff --git a/spacy/tests/lang/gu/test_text.py b/master/spacy/tests/lang/gu/test_text.py similarity index 100% rename from spacy/tests/lang/gu/test_text.py rename to master/spacy/tests/lang/gu/test_text.py diff --git a/spacy/tests/lang/he/__init__.py b/master/spacy/tests/lang/he/__init__.py similarity index 100% rename from spacy/tests/lang/he/__init__.py rename to master/spacy/tests/lang/he/__init__.py diff --git a/spacy/tests/lang/he/test_tokenizer.py b/master/spacy/tests/lang/he/test_tokenizer.py similarity index 100% rename from spacy/tests/lang/he/test_tokenizer.py rename to master/spacy/tests/lang/he/test_tokenizer.py diff --git a/spacy/tests/lang/hi/__init__.py b/master/spacy/tests/lang/hi/__init__.py similarity index 100% rename from spacy/tests/lang/hi/__init__.py rename to master/spacy/tests/lang/hi/__init__.py diff --git a/spacy/tests/lang/hi/test_lex_attrs.py b/master/spacy/tests/lang/hi/test_lex_attrs.py similarity index 100% rename from spacy/tests/lang/hi/test_lex_attrs.py rename to master/spacy/tests/lang/hi/test_lex_attrs.py diff --git a/spacy/tests/lang/hi/test_text.py b/master/spacy/tests/lang/hi/test_text.py similarity index 100% rename from spacy/tests/lang/hi/test_text.py rename to master/spacy/tests/lang/hi/test_text.py diff --git a/spacy/tests/lang/hr/__init__.py b/master/spacy/tests/lang/hr/__init__.py similarity index 100% rename from spacy/tests/lang/hr/__init__.py rename to master/spacy/tests/lang/hr/__init__.py diff --git a/spacy/tests/lang/hr/test_text.py b/master/spacy/tests/lang/hr/test_text.py similarity index 100% rename from spacy/tests/lang/hr/test_text.py rename to master/spacy/tests/lang/hr/test_text.py diff --git a/spacy/tests/lang/hr/test_tokenizer.py b/master/spacy/tests/lang/hr/test_tokenizer.py similarity index 100% rename from spacy/tests/lang/hr/test_tokenizer.py rename to master/spacy/tests/lang/hr/test_tokenizer.py diff --git a/spacy/tests/lang/hsb/__init__.py b/master/spacy/tests/lang/hsb/__init__.py similarity index 100% rename from spacy/tests/lang/hsb/__init__.py rename to master/spacy/tests/lang/hsb/__init__.py diff --git a/spacy/tests/lang/hsb/test_text.py b/master/spacy/tests/lang/hsb/test_text.py similarity index 100% rename from spacy/tests/lang/hsb/test_text.py rename to master/spacy/tests/lang/hsb/test_text.py diff --git a/spacy/tests/lang/hsb/test_tokenizer.py b/master/spacy/tests/lang/hsb/test_tokenizer.py similarity index 100% rename from spacy/tests/lang/hsb/test_tokenizer.py rename to master/spacy/tests/lang/hsb/test_tokenizer.py diff --git a/spacy/tests/lang/hu/__init__.py b/master/spacy/tests/lang/hu/__init__.py similarity index 100% rename from spacy/tests/lang/hu/__init__.py rename to master/spacy/tests/lang/hu/__init__.py diff --git a/spacy/tests/lang/hu/test_tokenizer.py b/master/spacy/tests/lang/hu/test_tokenizer.py similarity index 100% rename from spacy/tests/lang/hu/test_tokenizer.py rename to master/spacy/tests/lang/hu/test_tokenizer.py diff --git a/spacy/tests/lang/hy/__init__.py b/master/spacy/tests/lang/hy/__init__.py similarity index 100% rename from spacy/tests/lang/hy/__init__.py rename to master/spacy/tests/lang/hy/__init__.py diff --git a/spacy/tests/lang/hy/test_text.py b/master/spacy/tests/lang/hy/test_text.py similarity index 100% rename from spacy/tests/lang/hy/test_text.py rename to master/spacy/tests/lang/hy/test_text.py diff --git a/spacy/tests/lang/hy/test_tokenizer.py b/master/spacy/tests/lang/hy/test_tokenizer.py similarity index 100% rename from spacy/tests/lang/hy/test_tokenizer.py rename to master/spacy/tests/lang/hy/test_tokenizer.py diff --git a/spacy/tests/lang/id/__init__.py b/master/spacy/tests/lang/id/__init__.py similarity index 100% rename from spacy/tests/lang/id/__init__.py rename to master/spacy/tests/lang/id/__init__.py diff --git a/spacy/tests/lang/id/test_noun_chunks.py b/master/spacy/tests/lang/id/test_noun_chunks.py similarity index 100% rename from spacy/tests/lang/id/test_noun_chunks.py rename to master/spacy/tests/lang/id/test_noun_chunks.py diff --git a/spacy/tests/lang/id/test_prefix_suffix_infix.py b/master/spacy/tests/lang/id/test_prefix_suffix_infix.py similarity index 100% rename from spacy/tests/lang/id/test_prefix_suffix_infix.py rename to master/spacy/tests/lang/id/test_prefix_suffix_infix.py diff --git a/spacy/tests/lang/id/test_text.py b/master/spacy/tests/lang/id/test_text.py similarity index 100% rename from spacy/tests/lang/id/test_text.py rename to master/spacy/tests/lang/id/test_text.py diff --git a/spacy/tests/lang/is/__init__.py b/master/spacy/tests/lang/is/__init__.py similarity index 100% rename from spacy/tests/lang/is/__init__.py rename to master/spacy/tests/lang/is/__init__.py diff --git a/spacy/tests/lang/is/test_text.py b/master/spacy/tests/lang/is/test_text.py similarity index 100% rename from spacy/tests/lang/is/test_text.py rename to master/spacy/tests/lang/is/test_text.py diff --git a/spacy/tests/lang/is/test_tokenizer.py b/master/spacy/tests/lang/is/test_tokenizer.py similarity index 100% rename from spacy/tests/lang/is/test_tokenizer.py rename to master/spacy/tests/lang/is/test_tokenizer.py diff --git a/spacy/tests/lang/it/__init__.py b/master/spacy/tests/lang/it/__init__.py similarity index 100% rename from spacy/tests/lang/it/__init__.py rename to master/spacy/tests/lang/it/__init__.py diff --git a/spacy/tests/lang/it/test_noun_chunks.py b/master/spacy/tests/lang/it/test_noun_chunks.py similarity index 100% rename from spacy/tests/lang/it/test_noun_chunks.py rename to master/spacy/tests/lang/it/test_noun_chunks.py diff --git a/spacy/tests/lang/it/test_prefix_suffix_infix.py b/master/spacy/tests/lang/it/test_prefix_suffix_infix.py similarity index 100% rename from spacy/tests/lang/it/test_prefix_suffix_infix.py rename to master/spacy/tests/lang/it/test_prefix_suffix_infix.py diff --git a/spacy/tests/lang/it/test_stopwords.py b/master/spacy/tests/lang/it/test_stopwords.py similarity index 100% rename from spacy/tests/lang/it/test_stopwords.py rename to master/spacy/tests/lang/it/test_stopwords.py diff --git a/spacy/tests/lang/it/test_text.py b/master/spacy/tests/lang/it/test_text.py similarity index 100% rename from spacy/tests/lang/it/test_text.py rename to master/spacy/tests/lang/it/test_text.py diff --git a/spacy/tests/lang/ja/__init__.py b/master/spacy/tests/lang/ja/__init__.py similarity index 100% rename from spacy/tests/lang/ja/__init__.py rename to master/spacy/tests/lang/ja/__init__.py diff --git a/spacy/tests/lang/ja/test_lemmatization.py b/master/spacy/tests/lang/ja/test_lemmatization.py similarity index 100% rename from spacy/tests/lang/ja/test_lemmatization.py rename to master/spacy/tests/lang/ja/test_lemmatization.py diff --git a/spacy/tests/lang/ja/test_morphologizer_factory.py b/master/spacy/tests/lang/ja/test_morphologizer_factory.py similarity index 100% rename from spacy/tests/lang/ja/test_morphologizer_factory.py rename to master/spacy/tests/lang/ja/test_morphologizer_factory.py diff --git a/spacy/tests/lang/ja/test_serialize.py b/master/spacy/tests/lang/ja/test_serialize.py similarity index 100% rename from spacy/tests/lang/ja/test_serialize.py rename to master/spacy/tests/lang/ja/test_serialize.py diff --git a/spacy/tests/lang/ja/test_tokenizer.py b/master/spacy/tests/lang/ja/test_tokenizer.py similarity index 100% rename from spacy/tests/lang/ja/test_tokenizer.py rename to master/spacy/tests/lang/ja/test_tokenizer.py diff --git a/spacy/tests/lang/ko/__init__.py b/master/spacy/tests/lang/ko/__init__.py similarity index 100% rename from spacy/tests/lang/ko/__init__.py rename to master/spacy/tests/lang/ko/__init__.py diff --git a/spacy/tests/lang/ko/test_lemmatization.py b/master/spacy/tests/lang/ko/test_lemmatization.py similarity index 100% rename from spacy/tests/lang/ko/test_lemmatization.py rename to master/spacy/tests/lang/ko/test_lemmatization.py diff --git a/spacy/tests/lang/ko/test_serialize.py b/master/spacy/tests/lang/ko/test_serialize.py similarity index 100% rename from spacy/tests/lang/ko/test_serialize.py rename to master/spacy/tests/lang/ko/test_serialize.py diff --git a/spacy/tests/lang/ko/test_tokenizer.py b/master/spacy/tests/lang/ko/test_tokenizer.py similarity index 100% rename from spacy/tests/lang/ko/test_tokenizer.py rename to master/spacy/tests/lang/ko/test_tokenizer.py diff --git a/spacy/tests/lang/ky/__init__.py b/master/spacy/tests/lang/ky/__init__.py similarity index 100% rename from spacy/tests/lang/ky/__init__.py rename to master/spacy/tests/lang/ky/__init__.py diff --git a/spacy/tests/lang/ky/test_tokenizer.py b/master/spacy/tests/lang/ky/test_tokenizer.py similarity index 100% rename from spacy/tests/lang/ky/test_tokenizer.py rename to master/spacy/tests/lang/ky/test_tokenizer.py diff --git a/spacy/tests/lang/la/__init__.py b/master/spacy/tests/lang/la/__init__.py similarity index 100% rename from spacy/tests/lang/la/__init__.py rename to master/spacy/tests/lang/la/__init__.py diff --git a/spacy/tests/lang/la/test_exception.py b/master/spacy/tests/lang/la/test_exception.py similarity index 100% rename from spacy/tests/lang/la/test_exception.py rename to master/spacy/tests/lang/la/test_exception.py diff --git a/spacy/tests/lang/la/test_text.py b/master/spacy/tests/lang/la/test_text.py similarity index 100% rename from spacy/tests/lang/la/test_text.py rename to master/spacy/tests/lang/la/test_text.py diff --git a/spacy/tests/lang/lb/__init__.py b/master/spacy/tests/lang/lb/__init__.py similarity index 100% rename from spacy/tests/lang/lb/__init__.py rename to master/spacy/tests/lang/lb/__init__.py diff --git a/spacy/tests/lang/lb/test_exceptions.py b/master/spacy/tests/lang/lb/test_exceptions.py similarity index 100% rename from spacy/tests/lang/lb/test_exceptions.py rename to master/spacy/tests/lang/lb/test_exceptions.py diff --git a/spacy/tests/lang/lb/test_prefix_suffix_infix.py b/master/spacy/tests/lang/lb/test_prefix_suffix_infix.py similarity index 100% rename from spacy/tests/lang/lb/test_prefix_suffix_infix.py rename to master/spacy/tests/lang/lb/test_prefix_suffix_infix.py diff --git a/spacy/tests/lang/lb/test_text.py b/master/spacy/tests/lang/lb/test_text.py similarity index 100% rename from spacy/tests/lang/lb/test_text.py rename to master/spacy/tests/lang/lb/test_text.py diff --git a/spacy/tests/lang/lg/__init__.py b/master/spacy/tests/lang/lg/__init__.py similarity index 100% rename from spacy/tests/lang/lg/__init__.py rename to master/spacy/tests/lang/lg/__init__.py diff --git a/spacy/tests/lang/lg/test_tokenizer.py b/master/spacy/tests/lang/lg/test_tokenizer.py similarity index 100% rename from spacy/tests/lang/lg/test_tokenizer.py rename to master/spacy/tests/lang/lg/test_tokenizer.py diff --git a/spacy/tests/lang/lt/__init__.py b/master/spacy/tests/lang/lt/__init__.py similarity index 100% rename from spacy/tests/lang/lt/__init__.py rename to master/spacy/tests/lang/lt/__init__.py diff --git a/spacy/tests/lang/lt/test_text.py b/master/spacy/tests/lang/lt/test_text.py similarity index 100% rename from spacy/tests/lang/lt/test_text.py rename to master/spacy/tests/lang/lt/test_text.py diff --git a/spacy/tests/lang/lv/__init__.py b/master/spacy/tests/lang/lv/__init__.py similarity index 100% rename from spacy/tests/lang/lv/__init__.py rename to master/spacy/tests/lang/lv/__init__.py diff --git a/spacy/tests/lang/lv/test_text.py b/master/spacy/tests/lang/lv/test_text.py similarity index 100% rename from spacy/tests/lang/lv/test_text.py rename to master/spacy/tests/lang/lv/test_text.py diff --git a/spacy/tests/lang/lv/test_tokenizer.py b/master/spacy/tests/lang/lv/test_tokenizer.py similarity index 100% rename from spacy/tests/lang/lv/test_tokenizer.py rename to master/spacy/tests/lang/lv/test_tokenizer.py diff --git a/spacy/tests/lang/mk/__init__.py b/master/spacy/tests/lang/mk/__init__.py similarity index 100% rename from spacy/tests/lang/mk/__init__.py rename to master/spacy/tests/lang/mk/__init__.py diff --git a/spacy/tests/lang/mk/test_text.py b/master/spacy/tests/lang/mk/test_text.py similarity index 100% rename from spacy/tests/lang/mk/test_text.py rename to master/spacy/tests/lang/mk/test_text.py diff --git a/spacy/tests/lang/ml/__init__.py b/master/spacy/tests/lang/ml/__init__.py similarity index 100% rename from spacy/tests/lang/ml/__init__.py rename to master/spacy/tests/lang/ml/__init__.py diff --git a/spacy/tests/lang/ml/test_text.py b/master/spacy/tests/lang/ml/test_text.py similarity index 100% rename from spacy/tests/lang/ml/test_text.py rename to master/spacy/tests/lang/ml/test_text.py diff --git a/spacy/tests/lang/nb/__init__.py b/master/spacy/tests/lang/nb/__init__.py similarity index 100% rename from spacy/tests/lang/nb/__init__.py rename to master/spacy/tests/lang/nb/__init__.py diff --git a/spacy/tests/lang/nb/test_noun_chunks.py b/master/spacy/tests/lang/nb/test_noun_chunks.py similarity index 100% rename from spacy/tests/lang/nb/test_noun_chunks.py rename to master/spacy/tests/lang/nb/test_noun_chunks.py diff --git a/spacy/tests/lang/nb/test_tokenizer.py b/master/spacy/tests/lang/nb/test_tokenizer.py similarity index 100% rename from spacy/tests/lang/nb/test_tokenizer.py rename to master/spacy/tests/lang/nb/test_tokenizer.py diff --git a/spacy/tests/lang/ne/__init__.py b/master/spacy/tests/lang/ne/__init__.py similarity index 100% rename from spacy/tests/lang/ne/__init__.py rename to master/spacy/tests/lang/ne/__init__.py diff --git a/spacy/tests/lang/ne/test_text.py b/master/spacy/tests/lang/ne/test_text.py similarity index 98% rename from spacy/tests/lang/ne/test_text.py rename to master/spacy/tests/lang/ne/test_text.py index e8a6c2e98..6f3d6ffde 100644 --- a/spacy/tests/lang/ne/test_text.py +++ b/master/spacy/tests/lang/ne/test_text.py @@ -1,15 +1,15 @@ -import pytest - - -def test_ne_tokenizer_handlers_long_text(ne_tokenizer): - text = """मैले पाएको सर्टिफिकेटलाई म त बोक्रो सम्झन्छु र अभ्यास तब सुरु भयो, जब मैले कलेज पार गरेँ र जीवनको पढाइ सुरु गरेँ ।""" - tokens = ne_tokenizer(text) - assert len(tokens) == 24 - - -@pytest.mark.parametrize( - "text,length", [("समय जान कति पनि बेर लाग्दैन ।", 7), ("म ठूलो हुँदै थिएँ ।", 5)] -) -def test_ne_tokenizer_handles_cnts(ne_tokenizer, text, length): - tokens = ne_tokenizer(text) - assert len(tokens) == length +import pytest + + +def test_ne_tokenizer_handlers_long_text(ne_tokenizer): + text = """मैले पाएको सर्टिफिकेटलाई म त बोक्रो सम्झन्छु र अभ्यास तब सुरु भयो, जब मैले कलेज पार गरेँ र जीवनको पढाइ सुरु गरेँ ।""" + tokens = ne_tokenizer(text) + assert len(tokens) == 24 + + +@pytest.mark.parametrize( + "text,length", [("समय जान कति पनि बेर लाग्दैन ।", 7), ("म ठूलो हुँदै थिएँ ।", 5)] +) +def test_ne_tokenizer_handles_cnts(ne_tokenizer, text, length): + tokens = ne_tokenizer(text) + assert len(tokens) == length diff --git a/spacy/tests/lang/nl/__init__.py b/master/spacy/tests/lang/nl/__init__.py similarity index 100% rename from spacy/tests/lang/nl/__init__.py rename to master/spacy/tests/lang/nl/__init__.py diff --git a/spacy/tests/lang/nl/test_noun_chunks.py b/master/spacy/tests/lang/nl/test_noun_chunks.py similarity index 100% rename from spacy/tests/lang/nl/test_noun_chunks.py rename to master/spacy/tests/lang/nl/test_noun_chunks.py diff --git a/spacy/tests/lang/nl/test_text.py b/master/spacy/tests/lang/nl/test_text.py similarity index 100% rename from spacy/tests/lang/nl/test_text.py rename to master/spacy/tests/lang/nl/test_text.py diff --git a/spacy/tests/lang/pl/__init__.py b/master/spacy/tests/lang/pl/__init__.py similarity index 100% rename from spacy/tests/lang/pl/__init__.py rename to master/spacy/tests/lang/pl/__init__.py diff --git a/spacy/tests/lang/pl/test_text.py b/master/spacy/tests/lang/pl/test_text.py similarity index 100% rename from spacy/tests/lang/pl/test_text.py rename to master/spacy/tests/lang/pl/test_text.py diff --git a/spacy/tests/lang/pl/test_tokenizer.py b/master/spacy/tests/lang/pl/test_tokenizer.py similarity index 100% rename from spacy/tests/lang/pl/test_tokenizer.py rename to master/spacy/tests/lang/pl/test_tokenizer.py diff --git a/spacy/tests/lang/pt/__init__.py b/master/spacy/tests/lang/pt/__init__.py similarity index 100% rename from spacy/tests/lang/pt/__init__.py rename to master/spacy/tests/lang/pt/__init__.py diff --git a/spacy/tests/lang/pt/test_noun_chunks.py b/master/spacy/tests/lang/pt/test_noun_chunks.py similarity index 100% rename from spacy/tests/lang/pt/test_noun_chunks.py rename to master/spacy/tests/lang/pt/test_noun_chunks.py diff --git a/spacy/tests/lang/pt/test_text.py b/master/spacy/tests/lang/pt/test_text.py similarity index 100% rename from spacy/tests/lang/pt/test_text.py rename to master/spacy/tests/lang/pt/test_text.py diff --git a/spacy/tests/lang/ro/__init__.py b/master/spacy/tests/lang/ro/__init__.py similarity index 100% rename from spacy/tests/lang/ro/__init__.py rename to master/spacy/tests/lang/ro/__init__.py diff --git a/spacy/tests/lang/ro/test_tokenizer.py b/master/spacy/tests/lang/ro/test_tokenizer.py similarity index 100% rename from spacy/tests/lang/ro/test_tokenizer.py rename to master/spacy/tests/lang/ro/test_tokenizer.py diff --git a/spacy/tests/lang/ru/__init__.py b/master/spacy/tests/lang/ru/__init__.py similarity index 100% rename from spacy/tests/lang/ru/__init__.py rename to master/spacy/tests/lang/ru/__init__.py diff --git a/spacy/tests/lang/ru/test_exceptions.py b/master/spacy/tests/lang/ru/test_exceptions.py similarity index 100% rename from spacy/tests/lang/ru/test_exceptions.py rename to master/spacy/tests/lang/ru/test_exceptions.py diff --git a/spacy/tests/lang/ru/test_lemmatizer.py b/master/spacy/tests/lang/ru/test_lemmatizer.py similarity index 100% rename from spacy/tests/lang/ru/test_lemmatizer.py rename to master/spacy/tests/lang/ru/test_lemmatizer.py diff --git a/spacy/tests/lang/ru/test_text.py b/master/spacy/tests/lang/ru/test_text.py similarity index 100% rename from spacy/tests/lang/ru/test_text.py rename to master/spacy/tests/lang/ru/test_text.py diff --git a/spacy/tests/lang/ru/test_tokenizer.py b/master/spacy/tests/lang/ru/test_tokenizer.py similarity index 100% rename from spacy/tests/lang/ru/test_tokenizer.py rename to master/spacy/tests/lang/ru/test_tokenizer.py diff --git a/spacy/tests/lang/sa/__init__.py b/master/spacy/tests/lang/sa/__init__.py similarity index 100% rename from spacy/tests/lang/sa/__init__.py rename to master/spacy/tests/lang/sa/__init__.py diff --git a/spacy/tests/lang/sa/test_text.py b/master/spacy/tests/lang/sa/test_text.py similarity index 100% rename from spacy/tests/lang/sa/test_text.py rename to master/spacy/tests/lang/sa/test_text.py diff --git a/spacy/tests/lang/sk/__init__.py b/master/spacy/tests/lang/sk/__init__.py similarity index 100% rename from spacy/tests/lang/sk/__init__.py rename to master/spacy/tests/lang/sk/__init__.py diff --git a/spacy/tests/lang/sk/test_text.py b/master/spacy/tests/lang/sk/test_text.py similarity index 100% rename from spacy/tests/lang/sk/test_text.py rename to master/spacy/tests/lang/sk/test_text.py diff --git a/spacy/tests/lang/sk/test_tokenizer.py b/master/spacy/tests/lang/sk/test_tokenizer.py similarity index 100% rename from spacy/tests/lang/sk/test_tokenizer.py rename to master/spacy/tests/lang/sk/test_tokenizer.py diff --git a/spacy/tests/lang/sl/__init__.py b/master/spacy/tests/lang/sl/__init__.py similarity index 100% rename from spacy/tests/lang/sl/__init__.py rename to master/spacy/tests/lang/sl/__init__.py diff --git a/spacy/tests/lang/sl/test_text.py b/master/spacy/tests/lang/sl/test_text.py similarity index 100% rename from spacy/tests/lang/sl/test_text.py rename to master/spacy/tests/lang/sl/test_text.py diff --git a/spacy/tests/lang/sl/test_tokenizer.py b/master/spacy/tests/lang/sl/test_tokenizer.py similarity index 100% rename from spacy/tests/lang/sl/test_tokenizer.py rename to master/spacy/tests/lang/sl/test_tokenizer.py diff --git a/spacy/tests/lang/sq/__init__.py b/master/spacy/tests/lang/sq/__init__.py similarity index 100% rename from spacy/tests/lang/sq/__init__.py rename to master/spacy/tests/lang/sq/__init__.py diff --git a/spacy/tests/lang/sq/test_text.py b/master/spacy/tests/lang/sq/test_text.py similarity index 100% rename from spacy/tests/lang/sq/test_text.py rename to master/spacy/tests/lang/sq/test_text.py diff --git a/spacy/tests/lang/sq/test_tokenizer.py b/master/spacy/tests/lang/sq/test_tokenizer.py similarity index 100% rename from spacy/tests/lang/sq/test_tokenizer.py rename to master/spacy/tests/lang/sq/test_tokenizer.py diff --git a/spacy/tests/lang/sr/__init__.py b/master/spacy/tests/lang/sr/__init__.py similarity index 100% rename from spacy/tests/lang/sr/__init__.py rename to master/spacy/tests/lang/sr/__init__.py diff --git a/spacy/tests/lang/sr/test_exceptions.py b/master/spacy/tests/lang/sr/test_exceptions.py similarity index 100% rename from spacy/tests/lang/sr/test_exceptions.py rename to master/spacy/tests/lang/sr/test_exceptions.py diff --git a/spacy/tests/lang/sr/test_tokenizer.py b/master/spacy/tests/lang/sr/test_tokenizer.py similarity index 100% rename from spacy/tests/lang/sr/test_tokenizer.py rename to master/spacy/tests/lang/sr/test_tokenizer.py diff --git a/spacy/tests/lang/sv/__init__.py b/master/spacy/tests/lang/sv/__init__.py similarity index 100% rename from spacy/tests/lang/sv/__init__.py rename to master/spacy/tests/lang/sv/__init__.py diff --git a/spacy/tests/lang/sv/test_exceptions.py b/master/spacy/tests/lang/sv/test_exceptions.py similarity index 100% rename from spacy/tests/lang/sv/test_exceptions.py rename to master/spacy/tests/lang/sv/test_exceptions.py diff --git a/spacy/tests/lang/sv/test_lex_attrs.py b/master/spacy/tests/lang/sv/test_lex_attrs.py similarity index 100% rename from spacy/tests/lang/sv/test_lex_attrs.py rename to master/spacy/tests/lang/sv/test_lex_attrs.py diff --git a/spacy/tests/lang/sv/test_noun_chunks.py b/master/spacy/tests/lang/sv/test_noun_chunks.py similarity index 100% rename from spacy/tests/lang/sv/test_noun_chunks.py rename to master/spacy/tests/lang/sv/test_noun_chunks.py diff --git a/spacy/tests/lang/sv/test_prefix_suffix_infix.py b/master/spacy/tests/lang/sv/test_prefix_suffix_infix.py similarity index 100% rename from spacy/tests/lang/sv/test_prefix_suffix_infix.py rename to master/spacy/tests/lang/sv/test_prefix_suffix_infix.py diff --git a/spacy/tests/lang/sv/test_text.py b/master/spacy/tests/lang/sv/test_text.py similarity index 100% rename from spacy/tests/lang/sv/test_text.py rename to master/spacy/tests/lang/sv/test_text.py diff --git a/spacy/tests/lang/sv/test_tokenizer.py b/master/spacy/tests/lang/sv/test_tokenizer.py similarity index 100% rename from spacy/tests/lang/sv/test_tokenizer.py rename to master/spacy/tests/lang/sv/test_tokenizer.py diff --git a/spacy/tests/lang/ta/__init__.py b/master/spacy/tests/lang/ta/__init__.py similarity index 100% rename from spacy/tests/lang/ta/__init__.py rename to master/spacy/tests/lang/ta/__init__.py diff --git a/spacy/tests/lang/ta/test_text.py b/master/spacy/tests/lang/ta/test_text.py similarity index 100% rename from spacy/tests/lang/ta/test_text.py rename to master/spacy/tests/lang/ta/test_text.py diff --git a/spacy/tests/lang/ta/test_tokenizer.py b/master/spacy/tests/lang/ta/test_tokenizer.py similarity index 100% rename from spacy/tests/lang/ta/test_tokenizer.py rename to master/spacy/tests/lang/ta/test_tokenizer.py diff --git a/spacy/tests/lang/test_attrs.py b/master/spacy/tests/lang/test_attrs.py similarity index 100% rename from spacy/tests/lang/test_attrs.py rename to master/spacy/tests/lang/test_attrs.py diff --git a/spacy/tests/lang/test_initialize.py b/master/spacy/tests/lang/test_initialize.py similarity index 100% rename from spacy/tests/lang/test_initialize.py rename to master/spacy/tests/lang/test_initialize.py diff --git a/spacy/tests/lang/test_lemmatizers.py b/master/spacy/tests/lang/test_lemmatizers.py similarity index 100% rename from spacy/tests/lang/test_lemmatizers.py rename to master/spacy/tests/lang/test_lemmatizers.py diff --git a/spacy/tests/lang/th/__init__.py b/master/spacy/tests/lang/th/__init__.py similarity index 100% rename from spacy/tests/lang/th/__init__.py rename to master/spacy/tests/lang/th/__init__.py diff --git a/spacy/tests/lang/th/test_serialize.py b/master/spacy/tests/lang/th/test_serialize.py similarity index 100% rename from spacy/tests/lang/th/test_serialize.py rename to master/spacy/tests/lang/th/test_serialize.py diff --git a/spacy/tests/lang/th/test_tokenizer.py b/master/spacy/tests/lang/th/test_tokenizer.py similarity index 100% rename from spacy/tests/lang/th/test_tokenizer.py rename to master/spacy/tests/lang/th/test_tokenizer.py diff --git a/spacy/tests/lang/ti/__init__.py b/master/spacy/tests/lang/ti/__init__.py similarity index 100% rename from spacy/tests/lang/ti/__init__.py rename to master/spacy/tests/lang/ti/__init__.py diff --git a/spacy/tests/lang/ti/test_exception.py b/master/spacy/tests/lang/ti/test_exception.py similarity index 100% rename from spacy/tests/lang/ti/test_exception.py rename to master/spacy/tests/lang/ti/test_exception.py diff --git a/spacy/tests/lang/ti/test_text.py b/master/spacy/tests/lang/ti/test_text.py similarity index 100% rename from spacy/tests/lang/ti/test_text.py rename to master/spacy/tests/lang/ti/test_text.py diff --git a/spacy/tests/lang/tl/__init__.py b/master/spacy/tests/lang/tl/__init__.py similarity index 100% rename from spacy/tests/lang/tl/__init__.py rename to master/spacy/tests/lang/tl/__init__.py diff --git a/spacy/tests/lang/tl/test_indices.py b/master/spacy/tests/lang/tl/test_indices.py similarity index 100% rename from spacy/tests/lang/tl/test_indices.py rename to master/spacy/tests/lang/tl/test_indices.py diff --git a/spacy/tests/lang/tl/test_punct.py b/master/spacy/tests/lang/tl/test_punct.py similarity index 100% rename from spacy/tests/lang/tl/test_punct.py rename to master/spacy/tests/lang/tl/test_punct.py diff --git a/spacy/tests/lang/tl/test_text.py b/master/spacy/tests/lang/tl/test_text.py similarity index 100% rename from spacy/tests/lang/tl/test_text.py rename to master/spacy/tests/lang/tl/test_text.py diff --git a/spacy/tests/lang/tr/__init__.py b/master/spacy/tests/lang/tr/__init__.py similarity index 100% rename from spacy/tests/lang/tr/__init__.py rename to master/spacy/tests/lang/tr/__init__.py diff --git a/spacy/tests/lang/tr/test_noun_chunks.py b/master/spacy/tests/lang/tr/test_noun_chunks.py similarity index 100% rename from spacy/tests/lang/tr/test_noun_chunks.py rename to master/spacy/tests/lang/tr/test_noun_chunks.py diff --git a/spacy/tests/lang/tr/test_parser.py b/master/spacy/tests/lang/tr/test_parser.py similarity index 100% rename from spacy/tests/lang/tr/test_parser.py rename to master/spacy/tests/lang/tr/test_parser.py diff --git a/spacy/tests/lang/tr/test_text.py b/master/spacy/tests/lang/tr/test_text.py similarity index 100% rename from spacy/tests/lang/tr/test_text.py rename to master/spacy/tests/lang/tr/test_text.py diff --git a/spacy/tests/lang/tr/test_tokenizer.py b/master/spacy/tests/lang/tr/test_tokenizer.py similarity index 100% rename from spacy/tests/lang/tr/test_tokenizer.py rename to master/spacy/tests/lang/tr/test_tokenizer.py diff --git a/spacy/tests/lang/tt/__init__.py b/master/spacy/tests/lang/tt/__init__.py similarity index 100% rename from spacy/tests/lang/tt/__init__.py rename to master/spacy/tests/lang/tt/__init__.py diff --git a/spacy/tests/lang/tt/test_tokenizer.py b/master/spacy/tests/lang/tt/test_tokenizer.py similarity index 100% rename from spacy/tests/lang/tt/test_tokenizer.py rename to master/spacy/tests/lang/tt/test_tokenizer.py diff --git a/spacy/tests/lang/uk/__init__.py b/master/spacy/tests/lang/uk/__init__.py similarity index 100% rename from spacy/tests/lang/uk/__init__.py rename to master/spacy/tests/lang/uk/__init__.py diff --git a/spacy/tests/lang/uk/test_lemmatizer.py b/master/spacy/tests/lang/uk/test_lemmatizer.py similarity index 100% rename from spacy/tests/lang/uk/test_lemmatizer.py rename to master/spacy/tests/lang/uk/test_lemmatizer.py diff --git a/spacy/tests/lang/uk/test_tokenizer.py b/master/spacy/tests/lang/uk/test_tokenizer.py similarity index 100% rename from spacy/tests/lang/uk/test_tokenizer.py rename to master/spacy/tests/lang/uk/test_tokenizer.py diff --git a/spacy/tests/lang/uk/test_tokenizer_exc.py b/master/spacy/tests/lang/uk/test_tokenizer_exc.py similarity index 100% rename from spacy/tests/lang/uk/test_tokenizer_exc.py rename to master/spacy/tests/lang/uk/test_tokenizer_exc.py diff --git a/spacy/tests/lang/ur/__init__.py b/master/spacy/tests/lang/ur/__init__.py similarity index 100% rename from spacy/tests/lang/ur/__init__.py rename to master/spacy/tests/lang/ur/__init__.py diff --git a/spacy/tests/lang/ur/test_prefix_suffix_infix.py b/master/spacy/tests/lang/ur/test_prefix_suffix_infix.py similarity index 100% rename from spacy/tests/lang/ur/test_prefix_suffix_infix.py rename to master/spacy/tests/lang/ur/test_prefix_suffix_infix.py diff --git a/spacy/tests/lang/ur/test_text.py b/master/spacy/tests/lang/ur/test_text.py similarity index 100% rename from spacy/tests/lang/ur/test_text.py rename to master/spacy/tests/lang/ur/test_text.py diff --git a/spacy/tests/lang/vi/__init__.py b/master/spacy/tests/lang/vi/__init__.py similarity index 100% rename from spacy/tests/lang/vi/__init__.py rename to master/spacy/tests/lang/vi/__init__.py diff --git a/spacy/tests/lang/vi/test_serialize.py b/master/spacy/tests/lang/vi/test_serialize.py similarity index 100% rename from spacy/tests/lang/vi/test_serialize.py rename to master/spacy/tests/lang/vi/test_serialize.py diff --git a/spacy/tests/lang/vi/test_tokenizer.py b/master/spacy/tests/lang/vi/test_tokenizer.py similarity index 100% rename from spacy/tests/lang/vi/test_tokenizer.py rename to master/spacy/tests/lang/vi/test_tokenizer.py diff --git a/spacy/tests/lang/xx/__init__.py b/master/spacy/tests/lang/xx/__init__.py similarity index 100% rename from spacy/tests/lang/xx/__init__.py rename to master/spacy/tests/lang/xx/__init__.py diff --git a/spacy/tests/lang/xx/test_text.py b/master/spacy/tests/lang/xx/test_text.py similarity index 100% rename from spacy/tests/lang/xx/test_text.py rename to master/spacy/tests/lang/xx/test_text.py diff --git a/spacy/tests/lang/xx/test_tokenizer.py b/master/spacy/tests/lang/xx/test_tokenizer.py similarity index 100% rename from spacy/tests/lang/xx/test_tokenizer.py rename to master/spacy/tests/lang/xx/test_tokenizer.py diff --git a/spacy/tests/lang/yo/__init__.py b/master/spacy/tests/lang/yo/__init__.py similarity index 100% rename from spacy/tests/lang/yo/__init__.py rename to master/spacy/tests/lang/yo/__init__.py diff --git a/spacy/tests/lang/yo/test_text.py b/master/spacy/tests/lang/yo/test_text.py similarity index 100% rename from spacy/tests/lang/yo/test_text.py rename to master/spacy/tests/lang/yo/test_text.py diff --git a/spacy/tests/lang/zh/__init__.py b/master/spacy/tests/lang/zh/__init__.py similarity index 100% rename from spacy/tests/lang/zh/__init__.py rename to master/spacy/tests/lang/zh/__init__.py diff --git a/spacy/tests/lang/zh/test_serialize.py b/master/spacy/tests/lang/zh/test_serialize.py similarity index 100% rename from spacy/tests/lang/zh/test_serialize.py rename to master/spacy/tests/lang/zh/test_serialize.py diff --git a/spacy/tests/lang/zh/test_text.py b/master/spacy/tests/lang/zh/test_text.py similarity index 100% rename from spacy/tests/lang/zh/test_text.py rename to master/spacy/tests/lang/zh/test_text.py diff --git a/spacy/tests/lang/zh/test_tokenizer.py b/master/spacy/tests/lang/zh/test_tokenizer.py similarity index 100% rename from spacy/tests/lang/zh/test_tokenizer.py rename to master/spacy/tests/lang/zh/test_tokenizer.py diff --git a/spacy/tests/matcher/__init__.py b/master/spacy/tests/matcher/__init__.py similarity index 100% rename from spacy/tests/matcher/__init__.py rename to master/spacy/tests/matcher/__init__.py diff --git a/spacy/tests/matcher/test_dependency_matcher.py b/master/spacy/tests/matcher/test_dependency_matcher.py similarity index 100% rename from spacy/tests/matcher/test_dependency_matcher.py rename to master/spacy/tests/matcher/test_dependency_matcher.py diff --git a/spacy/tests/matcher/test_levenshtein.py b/master/spacy/tests/matcher/test_levenshtein.py similarity index 100% rename from spacy/tests/matcher/test_levenshtein.py rename to master/spacy/tests/matcher/test_levenshtein.py diff --git a/spacy/tests/matcher/test_matcher_api.py b/master/spacy/tests/matcher/test_matcher_api.py similarity index 100% rename from spacy/tests/matcher/test_matcher_api.py rename to master/spacy/tests/matcher/test_matcher_api.py diff --git a/spacy/tests/matcher/test_matcher_logic.py b/master/spacy/tests/matcher/test_matcher_logic.py similarity index 100% rename from spacy/tests/matcher/test_matcher_logic.py rename to master/spacy/tests/matcher/test_matcher_logic.py diff --git a/spacy/tests/matcher/test_pattern_validation.py b/master/spacy/tests/matcher/test_pattern_validation.py similarity index 100% rename from spacy/tests/matcher/test_pattern_validation.py rename to master/spacy/tests/matcher/test_pattern_validation.py diff --git a/spacy/tests/matcher/test_phrase_matcher.py b/master/spacy/tests/matcher/test_phrase_matcher.py similarity index 100% rename from spacy/tests/matcher/test_phrase_matcher.py rename to master/spacy/tests/matcher/test_phrase_matcher.py diff --git a/spacy/tests/morphology/__init__.py b/master/spacy/tests/morphology/__init__.py similarity index 100% rename from spacy/tests/morphology/__init__.py rename to master/spacy/tests/morphology/__init__.py diff --git a/spacy/tests/morphology/test_morph_converters.py b/master/spacy/tests/morphology/test_morph_converters.py similarity index 100% rename from spacy/tests/morphology/test_morph_converters.py rename to master/spacy/tests/morphology/test_morph_converters.py diff --git a/spacy/tests/morphology/test_morph_features.py b/master/spacy/tests/morphology/test_morph_features.py similarity index 100% rename from spacy/tests/morphology/test_morph_features.py rename to master/spacy/tests/morphology/test_morph_features.py diff --git a/spacy/tests/morphology/test_morph_pickle.py b/master/spacy/tests/morphology/test_morph_pickle.py similarity index 100% rename from spacy/tests/morphology/test_morph_pickle.py rename to master/spacy/tests/morphology/test_morph_pickle.py diff --git a/spacy/tests/package/__init__.py b/master/spacy/tests/package/__init__.py similarity index 100% rename from spacy/tests/package/__init__.py rename to master/spacy/tests/package/__init__.py diff --git a/spacy/tests/package/test_requirements.py b/master/spacy/tests/package/test_requirements.py similarity index 100% rename from spacy/tests/package/test_requirements.py rename to master/spacy/tests/package/test_requirements.py diff --git a/spacy/tests/parser/__init__.py b/master/spacy/tests/parser/__init__.py similarity index 100% rename from spacy/tests/parser/__init__.py rename to master/spacy/tests/parser/__init__.py diff --git a/spacy/tests/parser/test_add_label.py b/master/spacy/tests/parser/test_add_label.py similarity index 100% rename from spacy/tests/parser/test_add_label.py rename to master/spacy/tests/parser/test_add_label.py diff --git a/spacy/tests/parser/test_arc_eager_oracle.py b/master/spacy/tests/parser/test_arc_eager_oracle.py similarity index 100% rename from spacy/tests/parser/test_arc_eager_oracle.py rename to master/spacy/tests/parser/test_arc_eager_oracle.py diff --git a/spacy/tests/parser/test_ner.py b/master/spacy/tests/parser/test_ner.py similarity index 100% rename from spacy/tests/parser/test_ner.py rename to master/spacy/tests/parser/test_ner.py diff --git a/spacy/tests/parser/test_neural_parser.py b/master/spacy/tests/parser/test_neural_parser.py similarity index 100% rename from spacy/tests/parser/test_neural_parser.py rename to master/spacy/tests/parser/test_neural_parser.py diff --git a/spacy/tests/parser/test_nn_beam.py b/master/spacy/tests/parser/test_nn_beam.py similarity index 100% rename from spacy/tests/parser/test_nn_beam.py rename to master/spacy/tests/parser/test_nn_beam.py diff --git a/spacy/tests/parser/test_nonproj.py b/master/spacy/tests/parser/test_nonproj.py similarity index 100% rename from spacy/tests/parser/test_nonproj.py rename to master/spacy/tests/parser/test_nonproj.py diff --git a/spacy/tests/parser/test_parse.py b/master/spacy/tests/parser/test_parse.py similarity index 100% rename from spacy/tests/parser/test_parse.py rename to master/spacy/tests/parser/test_parse.py diff --git a/spacy/tests/parser/test_parse_navigate.py b/master/spacy/tests/parser/test_parse_navigate.py similarity index 100% rename from spacy/tests/parser/test_parse_navigate.py rename to master/spacy/tests/parser/test_parse_navigate.py diff --git a/spacy/tests/parser/test_preset_sbd.py b/master/spacy/tests/parser/test_preset_sbd.py similarity index 100% rename from spacy/tests/parser/test_preset_sbd.py rename to master/spacy/tests/parser/test_preset_sbd.py diff --git a/spacy/tests/parser/test_space_attachment.py b/master/spacy/tests/parser/test_space_attachment.py similarity index 100% rename from spacy/tests/parser/test_space_attachment.py rename to master/spacy/tests/parser/test_space_attachment.py diff --git a/spacy/tests/parser/test_state.py b/master/spacy/tests/parser/test_state.py similarity index 100% rename from spacy/tests/parser/test_state.py rename to master/spacy/tests/parser/test_state.py diff --git a/spacy/tests/pipeline/__init__.py b/master/spacy/tests/pipeline/__init__.py similarity index 100% rename from spacy/tests/pipeline/__init__.py rename to master/spacy/tests/pipeline/__init__.py diff --git a/spacy/tests/pipeline/test_analysis.py b/master/spacy/tests/pipeline/test_analysis.py similarity index 100% rename from spacy/tests/pipeline/test_analysis.py rename to master/spacy/tests/pipeline/test_analysis.py diff --git a/spacy/tests/pipeline/test_annotates_on_update.py b/master/spacy/tests/pipeline/test_annotates_on_update.py similarity index 100% rename from spacy/tests/pipeline/test_annotates_on_update.py rename to master/spacy/tests/pipeline/test_annotates_on_update.py diff --git a/spacy/tests/pipeline/test_attributeruler.py b/master/spacy/tests/pipeline/test_attributeruler.py similarity index 100% rename from spacy/tests/pipeline/test_attributeruler.py rename to master/spacy/tests/pipeline/test_attributeruler.py diff --git a/spacy/tests/pipeline/test_edit_tree_lemmatizer.py b/master/spacy/tests/pipeline/test_edit_tree_lemmatizer.py similarity index 100% rename from spacy/tests/pipeline/test_edit_tree_lemmatizer.py rename to master/spacy/tests/pipeline/test_edit_tree_lemmatizer.py diff --git a/spacy/tests/pipeline/test_entity_linker.py b/master/spacy/tests/pipeline/test_entity_linker.py similarity index 100% rename from spacy/tests/pipeline/test_entity_linker.py rename to master/spacy/tests/pipeline/test_entity_linker.py diff --git a/spacy/tests/pipeline/test_entity_ruler.py b/master/spacy/tests/pipeline/test_entity_ruler.py similarity index 100% rename from spacy/tests/pipeline/test_entity_ruler.py rename to master/spacy/tests/pipeline/test_entity_ruler.py diff --git a/spacy/tests/pipeline/test_functions.py b/master/spacy/tests/pipeline/test_functions.py similarity index 100% rename from spacy/tests/pipeline/test_functions.py rename to master/spacy/tests/pipeline/test_functions.py diff --git a/spacy/tests/pipeline/test_initialize.py b/master/spacy/tests/pipeline/test_initialize.py similarity index 100% rename from spacy/tests/pipeline/test_initialize.py rename to master/spacy/tests/pipeline/test_initialize.py diff --git a/spacy/tests/pipeline/test_lemmatizer.py b/master/spacy/tests/pipeline/test_lemmatizer.py similarity index 100% rename from spacy/tests/pipeline/test_lemmatizer.py rename to master/spacy/tests/pipeline/test_lemmatizer.py diff --git a/spacy/tests/pipeline/test_models.py b/master/spacy/tests/pipeline/test_models.py similarity index 100% rename from spacy/tests/pipeline/test_models.py rename to master/spacy/tests/pipeline/test_models.py diff --git a/spacy/tests/pipeline/test_morphologizer.py b/master/spacy/tests/pipeline/test_morphologizer.py similarity index 100% rename from spacy/tests/pipeline/test_morphologizer.py rename to master/spacy/tests/pipeline/test_morphologizer.py diff --git a/spacy/tests/pipeline/test_pipe_factories.py b/master/spacy/tests/pipeline/test_pipe_factories.py similarity index 100% rename from spacy/tests/pipeline/test_pipe_factories.py rename to master/spacy/tests/pipeline/test_pipe_factories.py diff --git a/spacy/tests/pipeline/test_pipe_methods.py b/master/spacy/tests/pipeline/test_pipe_methods.py similarity index 100% rename from spacy/tests/pipeline/test_pipe_methods.py rename to master/spacy/tests/pipeline/test_pipe_methods.py diff --git a/spacy/tests/pipeline/test_sentencizer.py b/master/spacy/tests/pipeline/test_sentencizer.py similarity index 100% rename from spacy/tests/pipeline/test_sentencizer.py rename to master/spacy/tests/pipeline/test_sentencizer.py diff --git a/spacy/tests/pipeline/test_senter.py b/master/spacy/tests/pipeline/test_senter.py similarity index 100% rename from spacy/tests/pipeline/test_senter.py rename to master/spacy/tests/pipeline/test_senter.py diff --git a/spacy/tests/pipeline/test_span_ruler.py b/master/spacy/tests/pipeline/test_span_ruler.py similarity index 100% rename from spacy/tests/pipeline/test_span_ruler.py rename to master/spacy/tests/pipeline/test_span_ruler.py diff --git a/spacy/tests/pipeline/test_spancat.py b/master/spacy/tests/pipeline/test_spancat.py similarity index 100% rename from spacy/tests/pipeline/test_spancat.py rename to master/spacy/tests/pipeline/test_spancat.py diff --git a/spacy/tests/pipeline/test_tagger.py b/master/spacy/tests/pipeline/test_tagger.py similarity index 100% rename from spacy/tests/pipeline/test_tagger.py rename to master/spacy/tests/pipeline/test_tagger.py diff --git a/spacy/tests/pipeline/test_textcat.py b/master/spacy/tests/pipeline/test_textcat.py similarity index 100% rename from spacy/tests/pipeline/test_textcat.py rename to master/spacy/tests/pipeline/test_textcat.py diff --git a/spacy/tests/pipeline/test_tok2vec.py b/master/spacy/tests/pipeline/test_tok2vec.py similarity index 100% rename from spacy/tests/pipeline/test_tok2vec.py rename to master/spacy/tests/pipeline/test_tok2vec.py diff --git a/spacy/tests/serialize/__init__.py b/master/spacy/tests/serialize/__init__.py similarity index 100% rename from spacy/tests/serialize/__init__.py rename to master/spacy/tests/serialize/__init__.py diff --git a/spacy/tests/serialize/test_resource_warning.py b/master/spacy/tests/serialize/test_resource_warning.py similarity index 100% rename from spacy/tests/serialize/test_resource_warning.py rename to master/spacy/tests/serialize/test_resource_warning.py diff --git a/spacy/tests/serialize/test_serialize_config.py b/master/spacy/tests/serialize/test_serialize_config.py similarity index 100% rename from spacy/tests/serialize/test_serialize_config.py rename to master/spacy/tests/serialize/test_serialize_config.py diff --git a/spacy/tests/serialize/test_serialize_doc.py b/master/spacy/tests/serialize/test_serialize_doc.py similarity index 100% rename from spacy/tests/serialize/test_serialize_doc.py rename to master/spacy/tests/serialize/test_serialize_doc.py diff --git a/spacy/tests/serialize/test_serialize_docbin.py b/master/spacy/tests/serialize/test_serialize_docbin.py similarity index 100% rename from spacy/tests/serialize/test_serialize_docbin.py rename to master/spacy/tests/serialize/test_serialize_docbin.py diff --git a/spacy/tests/serialize/test_serialize_extension_attrs.py b/master/spacy/tests/serialize/test_serialize_extension_attrs.py similarity index 100% rename from spacy/tests/serialize/test_serialize_extension_attrs.py rename to master/spacy/tests/serialize/test_serialize_extension_attrs.py diff --git a/spacy/tests/serialize/test_serialize_kb.py b/master/spacy/tests/serialize/test_serialize_kb.py similarity index 100% rename from spacy/tests/serialize/test_serialize_kb.py rename to master/spacy/tests/serialize/test_serialize_kb.py diff --git a/spacy/tests/serialize/test_serialize_language.py b/master/spacy/tests/serialize/test_serialize_language.py similarity index 100% rename from spacy/tests/serialize/test_serialize_language.py rename to master/spacy/tests/serialize/test_serialize_language.py diff --git a/spacy/tests/serialize/test_serialize_pipeline.py b/master/spacy/tests/serialize/test_serialize_pipeline.py similarity index 100% rename from spacy/tests/serialize/test_serialize_pipeline.py rename to master/spacy/tests/serialize/test_serialize_pipeline.py diff --git a/spacy/tests/serialize/test_serialize_span_groups.py b/master/spacy/tests/serialize/test_serialize_span_groups.py similarity index 100% rename from spacy/tests/serialize/test_serialize_span_groups.py rename to master/spacy/tests/serialize/test_serialize_span_groups.py diff --git a/spacy/tests/serialize/test_serialize_tokenizer.py b/master/spacy/tests/serialize/test_serialize_tokenizer.py similarity index 100% rename from spacy/tests/serialize/test_serialize_tokenizer.py rename to master/spacy/tests/serialize/test_serialize_tokenizer.py diff --git a/spacy/tests/serialize/test_serialize_vocab_strings.py b/master/spacy/tests/serialize/test_serialize_vocab_strings.py similarity index 100% rename from spacy/tests/serialize/test_serialize_vocab_strings.py rename to master/spacy/tests/serialize/test_serialize_vocab_strings.py diff --git a/spacy/tests/test_architectures.py b/master/spacy/tests/test_architectures.py similarity index 100% rename from spacy/tests/test_architectures.py rename to master/spacy/tests/test_architectures.py diff --git a/spacy/tests/test_cli.py b/master/spacy/tests/test_cli.py similarity index 100% rename from spacy/tests/test_cli.py rename to master/spacy/tests/test_cli.py diff --git a/spacy/tests/test_cli_app.py b/master/spacy/tests/test_cli_app.py similarity index 100% rename from spacy/tests/test_cli_app.py rename to master/spacy/tests/test_cli_app.py diff --git a/spacy/tests/test_displacy.py b/master/spacy/tests/test_displacy.py similarity index 100% rename from spacy/tests/test_displacy.py rename to master/spacy/tests/test_displacy.py diff --git a/spacy/tests/test_errors.py b/master/spacy/tests/test_errors.py similarity index 100% rename from spacy/tests/test_errors.py rename to master/spacy/tests/test_errors.py diff --git a/spacy/tests/test_language.py b/master/spacy/tests/test_language.py similarity index 100% rename from spacy/tests/test_language.py rename to master/spacy/tests/test_language.py diff --git a/spacy/tests/test_misc.py b/master/spacy/tests/test_misc.py similarity index 100% rename from spacy/tests/test_misc.py rename to master/spacy/tests/test_misc.py diff --git a/spacy/tests/test_models.py b/master/spacy/tests/test_models.py similarity index 100% rename from spacy/tests/test_models.py rename to master/spacy/tests/test_models.py diff --git a/spacy/tests/test_pickles.py b/master/spacy/tests/test_pickles.py similarity index 100% rename from spacy/tests/test_pickles.py rename to master/spacy/tests/test_pickles.py diff --git a/spacy/tests/test_scorer.py b/master/spacy/tests/test_scorer.py similarity index 100% rename from spacy/tests/test_scorer.py rename to master/spacy/tests/test_scorer.py diff --git a/spacy/tests/test_ty.py b/master/spacy/tests/test_ty.py similarity index 100% rename from spacy/tests/test_ty.py rename to master/spacy/tests/test_ty.py diff --git a/spacy/tests/tokenizer/__init__.py b/master/spacy/tests/tokenizer/__init__.py similarity index 100% rename from spacy/tests/tokenizer/__init__.py rename to master/spacy/tests/tokenizer/__init__.py diff --git a/spacy/tests/tokenizer/sun.txt b/master/spacy/tests/tokenizer/sun.txt similarity index 100% rename from spacy/tests/tokenizer/sun.txt rename to master/spacy/tests/tokenizer/sun.txt diff --git a/spacy/tests/tokenizer/test_exceptions.py b/master/spacy/tests/tokenizer/test_exceptions.py similarity index 100% rename from spacy/tests/tokenizer/test_exceptions.py rename to master/spacy/tests/tokenizer/test_exceptions.py diff --git a/spacy/tests/tokenizer/test_explain.py b/master/spacy/tests/tokenizer/test_explain.py similarity index 100% rename from spacy/tests/tokenizer/test_explain.py rename to master/spacy/tests/tokenizer/test_explain.py diff --git a/spacy/tests/tokenizer/test_naughty_strings.py b/master/spacy/tests/tokenizer/test_naughty_strings.py similarity index 100% rename from spacy/tests/tokenizer/test_naughty_strings.py rename to master/spacy/tests/tokenizer/test_naughty_strings.py diff --git a/spacy/tests/tokenizer/test_tokenizer.py b/master/spacy/tests/tokenizer/test_tokenizer.py similarity index 100% rename from spacy/tests/tokenizer/test_tokenizer.py rename to master/spacy/tests/tokenizer/test_tokenizer.py diff --git a/spacy/tests/tokenizer/test_urls.py b/master/spacy/tests/tokenizer/test_urls.py similarity index 100% rename from spacy/tests/tokenizer/test_urls.py rename to master/spacy/tests/tokenizer/test_urls.py diff --git a/spacy/tests/tokenizer/test_whitespace.py b/master/spacy/tests/tokenizer/test_whitespace.py similarity index 100% rename from spacy/tests/tokenizer/test_whitespace.py rename to master/spacy/tests/tokenizer/test_whitespace.py diff --git a/spacy/tests/training/__init__.py b/master/spacy/tests/training/__init__.py similarity index 100% rename from spacy/tests/training/__init__.py rename to master/spacy/tests/training/__init__.py diff --git a/spacy/tests/training/test_augmenters.py b/master/spacy/tests/training/test_augmenters.py similarity index 100% rename from spacy/tests/training/test_augmenters.py rename to master/spacy/tests/training/test_augmenters.py diff --git a/spacy/tests/training/test_logger.py b/master/spacy/tests/training/test_logger.py similarity index 100% rename from spacy/tests/training/test_logger.py rename to master/spacy/tests/training/test_logger.py diff --git a/spacy/tests/training/test_new_example.py b/master/spacy/tests/training/test_new_example.py similarity index 100% rename from spacy/tests/training/test_new_example.py rename to master/spacy/tests/training/test_new_example.py diff --git a/spacy/tests/training/test_pretraining.py b/master/spacy/tests/training/test_pretraining.py similarity index 100% rename from spacy/tests/training/test_pretraining.py rename to master/spacy/tests/training/test_pretraining.py diff --git a/spacy/tests/training/test_readers.py b/master/spacy/tests/training/test_readers.py similarity index 100% rename from spacy/tests/training/test_readers.py rename to master/spacy/tests/training/test_readers.py diff --git a/spacy/tests/training/test_rehearse.py b/master/spacy/tests/training/test_rehearse.py similarity index 100% rename from spacy/tests/training/test_rehearse.py rename to master/spacy/tests/training/test_rehearse.py diff --git a/spacy/tests/training/test_training.py b/master/spacy/tests/training/test_training.py similarity index 100% rename from spacy/tests/training/test_training.py rename to master/spacy/tests/training/test_training.py diff --git a/spacy/tests/util.py b/master/spacy/tests/util.py similarity index 100% rename from spacy/tests/util.py rename to master/spacy/tests/util.py diff --git a/spacy/tests/vocab_vectors/__init__.py b/master/spacy/tests/vocab_vectors/__init__.py similarity index 100% rename from spacy/tests/vocab_vectors/__init__.py rename to master/spacy/tests/vocab_vectors/__init__.py diff --git a/spacy/tests/vocab_vectors/test_lexeme.py b/master/spacy/tests/vocab_vectors/test_lexeme.py similarity index 100% rename from spacy/tests/vocab_vectors/test_lexeme.py rename to master/spacy/tests/vocab_vectors/test_lexeme.py diff --git a/spacy/tests/vocab_vectors/test_lookups.py b/master/spacy/tests/vocab_vectors/test_lookups.py similarity index 100% rename from spacy/tests/vocab_vectors/test_lookups.py rename to master/spacy/tests/vocab_vectors/test_lookups.py diff --git a/spacy/tests/vocab_vectors/test_similarity.py b/master/spacy/tests/vocab_vectors/test_similarity.py similarity index 100% rename from spacy/tests/vocab_vectors/test_similarity.py rename to master/spacy/tests/vocab_vectors/test_similarity.py diff --git a/spacy/tests/vocab_vectors/test_stringstore.py b/master/spacy/tests/vocab_vectors/test_stringstore.py similarity index 100% rename from spacy/tests/vocab_vectors/test_stringstore.py rename to master/spacy/tests/vocab_vectors/test_stringstore.py diff --git a/spacy/tests/vocab_vectors/test_vectors.py b/master/spacy/tests/vocab_vectors/test_vectors.py similarity index 100% rename from spacy/tests/vocab_vectors/test_vectors.py rename to master/spacy/tests/vocab_vectors/test_vectors.py diff --git a/spacy/tests/vocab_vectors/test_vocab_api.py b/master/spacy/tests/vocab_vectors/test_vocab_api.py similarity index 100% rename from spacy/tests/vocab_vectors/test_vocab_api.py rename to master/spacy/tests/vocab_vectors/test_vocab_api.py diff --git a/spacy/tokenizer.pxd b/master/spacy/tokenizer.pxd similarity index 100% rename from spacy/tokenizer.pxd rename to master/spacy/tokenizer.pxd diff --git a/spacy/tokenizer.pyx b/master/spacy/tokenizer.pyx similarity index 100% rename from spacy/tokenizer.pyx rename to master/spacy/tokenizer.pyx diff --git a/spacy/tokens/__init__.pxd b/master/spacy/tokens/__init__.pxd similarity index 100% rename from spacy/tokens/__init__.pxd rename to master/spacy/tokens/__init__.pxd diff --git a/spacy/tokens/__init__.py b/master/spacy/tokens/__init__.py similarity index 100% rename from spacy/tokens/__init__.py rename to master/spacy/tokens/__init__.py diff --git a/spacy/tokens/_dict_proxies.py b/master/spacy/tokens/_dict_proxies.py similarity index 100% rename from spacy/tokens/_dict_proxies.py rename to master/spacy/tokens/_dict_proxies.py diff --git a/spacy/tokens/_retokenize.pyi b/master/spacy/tokens/_retokenize.pyi similarity index 100% rename from spacy/tokens/_retokenize.pyi rename to master/spacy/tokens/_retokenize.pyi diff --git a/spacy/tokens/_retokenize.pyx b/master/spacy/tokens/_retokenize.pyx similarity index 100% rename from spacy/tokens/_retokenize.pyx rename to master/spacy/tokens/_retokenize.pyx diff --git a/spacy/tokens/_serialize.py b/master/spacy/tokens/_serialize.py similarity index 100% rename from spacy/tokens/_serialize.py rename to master/spacy/tokens/_serialize.py diff --git a/spacy/tokens/doc.pxd b/master/spacy/tokens/doc.pxd similarity index 100% rename from spacy/tokens/doc.pxd rename to master/spacy/tokens/doc.pxd diff --git a/spacy/tokens/doc.pyi b/master/spacy/tokens/doc.pyi similarity index 100% rename from spacy/tokens/doc.pyi rename to master/spacy/tokens/doc.pyi diff --git a/spacy/tokens/doc.pyx b/master/spacy/tokens/doc.pyx similarity index 100% rename from spacy/tokens/doc.pyx rename to master/spacy/tokens/doc.pyx diff --git a/spacy/tokens/graph.pxd b/master/spacy/tokens/graph.pxd similarity index 100% rename from spacy/tokens/graph.pxd rename to master/spacy/tokens/graph.pxd diff --git a/spacy/tokens/graph.pyx b/master/spacy/tokens/graph.pyx similarity index 100% rename from spacy/tokens/graph.pyx rename to master/spacy/tokens/graph.pyx diff --git a/spacy/tokens/morphanalysis.pxd b/master/spacy/tokens/morphanalysis.pxd similarity index 100% rename from spacy/tokens/morphanalysis.pxd rename to master/spacy/tokens/morphanalysis.pxd diff --git a/spacy/tokens/morphanalysis.pyi b/master/spacy/tokens/morphanalysis.pyi similarity index 100% rename from spacy/tokens/morphanalysis.pyi rename to master/spacy/tokens/morphanalysis.pyi diff --git a/spacy/tokens/morphanalysis.pyx b/master/spacy/tokens/morphanalysis.pyx similarity index 100% rename from spacy/tokens/morphanalysis.pyx rename to master/spacy/tokens/morphanalysis.pyx diff --git a/spacy/tokens/span.pxd b/master/spacy/tokens/span.pxd similarity index 100% rename from spacy/tokens/span.pxd rename to master/spacy/tokens/span.pxd diff --git a/spacy/tokens/span.pyi b/master/spacy/tokens/span.pyi similarity index 100% rename from spacy/tokens/span.pyi rename to master/spacy/tokens/span.pyi diff --git a/spacy/tokens/span.pyx b/master/spacy/tokens/span.pyx similarity index 100% rename from spacy/tokens/span.pyx rename to master/spacy/tokens/span.pyx diff --git a/spacy/tokens/span_group.pxd b/master/spacy/tokens/span_group.pxd similarity index 100% rename from spacy/tokens/span_group.pxd rename to master/spacy/tokens/span_group.pxd diff --git a/spacy/tokens/span_group.pyi b/master/spacy/tokens/span_group.pyi similarity index 100% rename from spacy/tokens/span_group.pyi rename to master/spacy/tokens/span_group.pyi diff --git a/spacy/tokens/span_group.pyx b/master/spacy/tokens/span_group.pyx similarity index 100% rename from spacy/tokens/span_group.pyx rename to master/spacy/tokens/span_group.pyx diff --git a/spacy/tokens/token.pxd b/master/spacy/tokens/token.pxd similarity index 100% rename from spacy/tokens/token.pxd rename to master/spacy/tokens/token.pxd diff --git a/spacy/tokens/token.pyi b/master/spacy/tokens/token.pyi similarity index 100% rename from spacy/tokens/token.pyi rename to master/spacy/tokens/token.pyi diff --git a/spacy/tokens/token.pyx b/master/spacy/tokens/token.pyx similarity index 100% rename from spacy/tokens/token.pyx rename to master/spacy/tokens/token.pyx diff --git a/spacy/tokens/underscore.py b/master/spacy/tokens/underscore.py similarity index 100% rename from spacy/tokens/underscore.py rename to master/spacy/tokens/underscore.py diff --git a/spacy/training/__init__.pxd b/master/spacy/training/__init__.pxd similarity index 100% rename from spacy/training/__init__.pxd rename to master/spacy/training/__init__.pxd diff --git a/spacy/training/__init__.py b/master/spacy/training/__init__.py similarity index 100% rename from spacy/training/__init__.py rename to master/spacy/training/__init__.py diff --git a/spacy/training/align.pyx b/master/spacy/training/align.pyx similarity index 100% rename from spacy/training/align.pyx rename to master/spacy/training/align.pyx diff --git a/spacy/training/alignment.py b/master/spacy/training/alignment.py similarity index 100% rename from spacy/training/alignment.py rename to master/spacy/training/alignment.py diff --git a/spacy/training/alignment_array.pxd b/master/spacy/training/alignment_array.pxd similarity index 100% rename from spacy/training/alignment_array.pxd rename to master/spacy/training/alignment_array.pxd diff --git a/spacy/training/alignment_array.pyx b/master/spacy/training/alignment_array.pyx similarity index 100% rename from spacy/training/alignment_array.pyx rename to master/spacy/training/alignment_array.pyx diff --git a/spacy/training/augment.py b/master/spacy/training/augment.py similarity index 100% rename from spacy/training/augment.py rename to master/spacy/training/augment.py diff --git a/spacy/training/batchers.py b/master/spacy/training/batchers.py similarity index 100% rename from spacy/training/batchers.py rename to master/spacy/training/batchers.py diff --git a/spacy/training/callbacks.py b/master/spacy/training/callbacks.py similarity index 100% rename from spacy/training/callbacks.py rename to master/spacy/training/callbacks.py diff --git a/spacy/training/converters/__init__.py b/master/spacy/training/converters/__init__.py similarity index 100% rename from spacy/training/converters/__init__.py rename to master/spacy/training/converters/__init__.py diff --git a/spacy/training/converters/conll_ner_to_docs.py b/master/spacy/training/converters/conll_ner_to_docs.py similarity index 100% rename from spacy/training/converters/conll_ner_to_docs.py rename to master/spacy/training/converters/conll_ner_to_docs.py diff --git a/spacy/training/converters/conllu_to_docs.py b/master/spacy/training/converters/conllu_to_docs.py similarity index 100% rename from spacy/training/converters/conllu_to_docs.py rename to master/spacy/training/converters/conllu_to_docs.py diff --git a/spacy/training/converters/iob_to_docs.py b/master/spacy/training/converters/iob_to_docs.py similarity index 100% rename from spacy/training/converters/iob_to_docs.py rename to master/spacy/training/converters/iob_to_docs.py diff --git a/spacy/training/converters/json_to_docs.py b/master/spacy/training/converters/json_to_docs.py similarity index 100% rename from spacy/training/converters/json_to_docs.py rename to master/spacy/training/converters/json_to_docs.py diff --git a/spacy/training/corpus.py b/master/spacy/training/corpus.py similarity index 100% rename from spacy/training/corpus.py rename to master/spacy/training/corpus.py diff --git a/spacy/training/example.pxd b/master/spacy/training/example.pxd similarity index 100% rename from spacy/training/example.pxd rename to master/spacy/training/example.pxd diff --git a/spacy/training/example.pyx b/master/spacy/training/example.pyx similarity index 100% rename from spacy/training/example.pyx rename to master/spacy/training/example.pyx diff --git a/spacy/training/gold_io.pyx b/master/spacy/training/gold_io.pyx similarity index 100% rename from spacy/training/gold_io.pyx rename to master/spacy/training/gold_io.pyx diff --git a/spacy/training/initialize.py b/master/spacy/training/initialize.py similarity index 100% rename from spacy/training/initialize.py rename to master/spacy/training/initialize.py diff --git a/spacy/training/iob_utils.py b/master/spacy/training/iob_utils.py similarity index 100% rename from spacy/training/iob_utils.py rename to master/spacy/training/iob_utils.py diff --git a/spacy/training/loggers.py b/master/spacy/training/loggers.py similarity index 100% rename from spacy/training/loggers.py rename to master/spacy/training/loggers.py diff --git a/spacy/training/loop.py b/master/spacy/training/loop.py similarity index 100% rename from spacy/training/loop.py rename to master/spacy/training/loop.py diff --git a/spacy/training/pretrain.py b/master/spacy/training/pretrain.py similarity index 100% rename from spacy/training/pretrain.py rename to master/spacy/training/pretrain.py diff --git a/spacy/ty.py b/master/spacy/ty.py similarity index 100% rename from spacy/ty.py rename to master/spacy/ty.py diff --git a/spacy/typedefs.pxd b/master/spacy/typedefs.pxd similarity index 100% rename from spacy/typedefs.pxd rename to master/spacy/typedefs.pxd diff --git a/spacy/typedefs.pyx b/master/spacy/typedefs.pyx similarity index 100% rename from spacy/typedefs.pyx rename to master/spacy/typedefs.pyx diff --git a/spacy/util.py b/master/spacy/util.py similarity index 100% rename from spacy/util.py rename to master/spacy/util.py diff --git a/spacy/vectors.pyx b/master/spacy/vectors.pyx similarity index 100% rename from spacy/vectors.pyx rename to master/spacy/vectors.pyx diff --git a/spacy/vocab.pxd b/master/spacy/vocab.pxd similarity index 100% rename from spacy/vocab.pxd rename to master/spacy/vocab.pxd diff --git a/spacy/vocab.pyi b/master/spacy/vocab.pyi similarity index 100% rename from spacy/vocab.pyi rename to master/spacy/vocab.pyi diff --git a/spacy/vocab.pyx b/master/spacy/vocab.pyx similarity index 100% rename from spacy/vocab.pyx rename to master/spacy/vocab.pyx diff --git a/spacy/matcher/polyleven.c b/spacy/matcher/polyleven.c deleted file mode 100644 index 2f2b8826c..000000000 --- a/spacy/matcher/polyleven.c +++ /dev/null @@ -1,384 +0,0 @@ -/* - * Adapted from Polyleven (https://ceptord.net/) - * - * Source: https://github.com/fujimotos/polyleven/blob/c3f95a080626c5652f0151a2e449963288ccae84/polyleven.c - * - * Copyright (c) 2021 Fujimoto Seiji - * Copyright (c) 2021 Max Bachmann - * Copyright (c) 2022 Nick Mazuk - * Copyright (c) 2022 Michael Weiss - * - * Permission is hereby granted, free of charge, to any person obtaining a copy - * of this software and associated documentation files (the "Software"), to deal - * in the Software without restriction, including without limitation the rights - * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - * copies of the Software, and to permit persons to whom the Software is - * furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included in all - * copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE - * SOFTWARE. - */ - -#include -#include - -#define MIN(a,b) ((a) < (b) ? (a) : (b)) -#define MAX(a,b) ((a) > (b) ? (a) : (b)) -#define CDIV(a,b) ((a) / (b) + ((a) % (b) > 0)) -#define BIT(i,n) (((i) >> (n)) & 1) -#define FLIP(i,n) ((i) ^ ((uint64_t) 1 << (n))) -#define ISASCII(kd) ((kd) == PyUnicode_1BYTE_KIND) - -/* - * Bare bone of PyUnicode - */ -struct strbuf { - void *ptr; - int kind; - int64_t len; -}; - -static void strbuf_init(struct strbuf *s, PyObject *o) -{ - s->ptr = PyUnicode_DATA(o); - s->kind = PyUnicode_KIND(o); - s->len = PyUnicode_GET_LENGTH(o); -} - -#define strbuf_read(s, i) PyUnicode_READ((s)->kind, (s)->ptr, (i)) - -/* - * An encoded mbleven model table. - * - * Each 8-bit integer represents an edit sequence, with using two - * bits for a single operation. - * - * 01 = DELETE, 10 = INSERT, 11 = REPLACE - * - * For example, 13 is '1101' in binary notation, so it means - * DELETE + REPLACE. - */ -static const uint8_t MBLEVEN_MATRIX[] = { - 3, 0, 0, 0, 0, 0, 0, 0, - 1, 0, 0, 0, 0, 0, 0, 0, - 15, 9, 6, 0, 0, 0, 0, 0, - 13, 7, 0, 0, 0, 0, 0, 0, - 5, 0, 0, 0, 0, 0, 0, 0, - 63, 39, 45, 57, 54, 30, 27, 0, - 61, 55, 31, 37, 25, 22, 0, 0, - 53, 29, 23, 0, 0, 0, 0, 0, - 21, 0, 0, 0, 0, 0, 0, 0, -}; - -#define MBLEVEN_MATRIX_GET(k, d) ((((k) + (k) * (k)) / 2 - 1) + (d)) * 8 - -static int64_t mbleven_ascii(char *s1, int64_t len1, - char *s2, int64_t len2, int k) -{ - int pos; - uint8_t m; - int64_t i, j, c, r; - - pos = MBLEVEN_MATRIX_GET(k, len1 - len2); - r = k + 1; - - while (MBLEVEN_MATRIX[pos]) { - m = MBLEVEN_MATRIX[pos++]; - i = j = c = 0; - while (i < len1 && j < len2) { - if (s1[i] != s2[j]) { - c++; - if (!m) break; - if (m & 1) i++; - if (m & 2) j++; - m >>= 2; - } else { - i++; - j++; - } - } - c += (len1 - i) + (len2 - j); - r = MIN(r, c); - if (r < 2) { - return r; - } - } - return r; -} - -static int64_t mbleven(PyObject *o1, PyObject *o2, int64_t k) -{ - int pos; - uint8_t m; - int64_t i, j, c, r; - struct strbuf s1, s2; - - strbuf_init(&s1, o1); - strbuf_init(&s2, o2); - - if (s1.len < s2.len) - return mbleven(o2, o1, k); - - if (k > 3) - return -1; - - if (k < s1.len - s2.len) - return k + 1; - - if (ISASCII(s1.kind) && ISASCII(s2.kind)) - return mbleven_ascii(s1.ptr, s1.len, s2.ptr, s2.len, k); - - pos = MBLEVEN_MATRIX_GET(k, s1.len - s2.len); - r = k + 1; - - while (MBLEVEN_MATRIX[pos]) { - m = MBLEVEN_MATRIX[pos++]; - i = j = c = 0; - while (i < s1.len && j < s2.len) { - if (strbuf_read(&s1, i) != strbuf_read(&s2, j)) { - c++; - if (!m) break; - if (m & 1) i++; - if (m & 2) j++; - m >>= 2; - } else { - i++; - j++; - } - } - c += (s1.len - i) + (s2.len - j); - r = MIN(r, c); - if (r < 2) { - return r; - } - } - return r; -} - -/* - * Data structure to store Peq (equality bit-vector). - */ -struct blockmap_entry { - uint32_t key[128]; - uint64_t val[128]; -}; - -struct blockmap { - int64_t nr; - struct blockmap_entry *list; -}; - -#define blockmap_key(c) ((c) | 0x80000000U) -#define blockmap_hash(c) ((c) % 128) - -static int blockmap_init(struct blockmap *map, struct strbuf *s) -{ - int64_t i; - struct blockmap_entry *be; - uint32_t c, k; - uint8_t h; - - map->nr = CDIV(s->len, 64); - map->list = calloc(1, map->nr * sizeof(struct blockmap_entry)); - if (map->list == NULL) { - PyErr_NoMemory(); - return -1; - } - - for (i = 0; i < s->len; i++) { - be = &(map->list[i / 64]); - c = strbuf_read(s, i); - h = blockmap_hash(c); - k = blockmap_key(c); - - while (be->key[h] && be->key[h] != k) - h = blockmap_hash(h + 1); - be->key[h] = k; - be->val[h] |= (uint64_t) 1 << (i % 64); - } - return 0; -} - -static void blockmap_clear(struct blockmap *map) -{ - if (map->list) - free(map->list); - map->list = NULL; - map->nr = 0; -} - -static uint64_t blockmap_get(struct blockmap *map, int block, uint32_t c) -{ - struct blockmap_entry *be; - uint8_t h; - uint32_t k; - - h = blockmap_hash(c); - k = blockmap_key(c); - - be = &(map->list[block]); - while (be->key[h] && be->key[h] != k) - h = blockmap_hash(h + 1); - return be->key[h] == k ? be->val[h] : 0; -} - -/* - * Myers' bit-parallel algorithm - * - * See: G. Myers. "A fast bit-vector algorithm for approximate string - * matching based on dynamic programming." Journal of the ACM, 1999. - */ -static int64_t myers1999_block(struct strbuf *s1, struct strbuf *s2, - struct blockmap *map) -{ - uint64_t Eq, Xv, Xh, Ph, Mh, Pv, Mv, Last; - uint64_t *Mhc, *Phc; - int64_t i, b, hsize, vsize, Score; - uint8_t Pb, Mb; - - hsize = CDIV(s1->len, 64); - vsize = CDIV(s2->len, 64); - Score = s2->len; - - Phc = malloc(hsize * 2 * sizeof(uint64_t)); - if (Phc == NULL) { - PyErr_NoMemory(); - return -1; - } - Mhc = Phc + hsize; - memset(Phc, -1, hsize * sizeof(uint64_t)); - memset(Mhc, 0, hsize * sizeof(uint64_t)); - Last = (uint64_t)1 << ((s2->len - 1) % 64); - - for (b = 0; b < vsize; b++) { - Mv = 0; - Pv = (uint64_t) -1; - Score = s2->len; - - for (i = 0; i < s1->len; i++) { - Eq = blockmap_get(map, b, strbuf_read(s1, i)); - - Pb = BIT(Phc[i / 64], i % 64); - Mb = BIT(Mhc[i / 64], i % 64); - - Xv = Eq | Mv; - Xh = ((((Eq | Mb) & Pv) + Pv) ^ Pv) | Eq | Mb; - - Ph = Mv | ~ (Xh | Pv); - Mh = Pv & Xh; - - if (Ph & Last) Score++; - if (Mh & Last) Score--; - - if ((Ph >> 63) ^ Pb) - Phc[i / 64] = FLIP(Phc[i / 64], i % 64); - - if ((Mh >> 63) ^ Mb) - Mhc[i / 64] = FLIP(Mhc[i / 64], i % 64); - - Ph = (Ph << 1) | Pb; - Mh = (Mh << 1) | Mb; - - Pv = Mh | ~ (Xv | Ph); - Mv = Ph & Xv; - } - } - free(Phc); - return Score; -} - -static int64_t myers1999_simple(uint8_t *s1, int64_t len1, uint8_t *s2, int64_t len2) -{ - uint64_t Peq[256]; - uint64_t Eq, Xv, Xh, Ph, Mh, Pv, Mv, Last; - int64_t i; - int64_t Score = len2; - - memset(Peq, 0, sizeof(Peq)); - - for (i = 0; i < len2; i++) - Peq[s2[i]] |= (uint64_t) 1 << i; - - Mv = 0; - Pv = (uint64_t) -1; - Last = (uint64_t) 1 << (len2 - 1); - - for (i = 0; i < len1; i++) { - Eq = Peq[s1[i]]; - - Xv = Eq | Mv; - Xh = (((Eq & Pv) + Pv) ^ Pv) | Eq; - - Ph = Mv | ~ (Xh | Pv); - Mh = Pv & Xh; - - if (Ph & Last) Score++; - if (Mh & Last) Score--; - - Ph = (Ph << 1) | 1; - Mh = (Mh << 1); - - Pv = Mh | ~ (Xv | Ph); - Mv = Ph & Xv; - } - return Score; -} - -static int64_t myers1999(PyObject *o1, PyObject *o2) -{ - struct strbuf s1, s2; - struct blockmap map; - int64_t ret; - - strbuf_init(&s1, o1); - strbuf_init(&s2, o2); - - if (s1.len < s2.len) - return myers1999(o2, o1); - - if (ISASCII(s1.kind) && ISASCII(s2.kind) && s2.len < 65) - return myers1999_simple(s1.ptr, s1.len, s2.ptr, s2.len); - - if (blockmap_init(&map, &s2)) - return -1; - - ret = myers1999_block(&s1, &s2, &map); - blockmap_clear(&map); - return ret; -} - -/* - * Interface functions - */ -static int64_t polyleven(PyObject *o1, PyObject *o2, int64_t k) -{ - int64_t len1, len2; - - len1 = PyUnicode_GET_LENGTH(o1); - len2 = PyUnicode_GET_LENGTH(o2); - - if (len1 < len2) - return polyleven(o2, o1, k); - - if (k == 0) - return PyUnicode_Compare(o1, o2) ? 1 : 0; - - if (0 < k && k < len1 - len2) - return k + 1; - - if (len2 == 0) - return len1; - - if (0 < k && k < 4) - return mbleven(o1, o2, k); - - return myers1999(o1, o2); -}