From 33b14724a5938eea3f1f9a58780f736d65d58831 Mon Sep 17 00:00:00 2001 From: Anastassia Date: Thu, 1 Aug 2019 21:58:51 -1000 Subject: [PATCH 1/7] =?UTF-8?q?Update=20gold=20corpus=20code=20to=20proper?= =?UTF-8?q?ly=20ingest=20a=20directory=20of=20jsonl=E2=80=A6=20(#4067)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update gold corpus code to properly ingest a directory of jsonlines files In response to: https://github.com/explosion/spaCy/issues/3975 * Update spacy/gold.pyx Co-Authored-By: Ines Montani --- .github/contributors/akornilo.md | 106 +++++++++++++++++++++++++++++++ spacy/gold.pyx | 2 +- 2 files changed, 107 insertions(+), 1 deletion(-) create mode 100644 .github/contributors/akornilo.md diff --git a/.github/contributors/akornilo.md b/.github/contributors/akornilo.md new file mode 100644 index 000000000..a38846eda --- /dev/null +++ b/.github/contributors/akornilo.md @@ -0,0 +1,106 @@ +# spaCy contributor agreement + +This spaCy Contributor Agreement (**"SCA"**) is based on the +[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). +The SCA applies to any contribution that you make to any product or project +managed by us (the **"project"**), and sets out the intellectual property rights +you grant to us in the contributed materials. The term **"us"** shall mean +[ExplosionAI GmbH](https://explosion.ai/legal). The term +**"you"** shall mean the person or entity identified below. + +If you agree to be bound by these terms, fill in the information requested +below and include the filled-in version with your first pull request, under the +folder [`.github/contributors/`](/.github/contributors/). The name of the file +should be your GitHub username, with the extension `.md`. For example, the user +example_user would create the file `.github/contributors/example_user.md`. + +Read this agreement carefully before signing. These terms and conditions +constitute a binding legal agreement. + +## Contributor Agreement + +1. The term "contribution" or "contributed materials" means any source code, +object code, patch, tool, sample, graphic, specification, manual, +documentation, or any other material posted or submitted by you to the project. + +2. With respect to any worldwide copyrights, or copyright applications and +registrations, in your contribution: + + * you hereby assign to us joint ownership, and to the extent that such + assignment is or becomes invalid, ineffective or unenforceable, you hereby + grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, + royalty-free, unrestricted license to exercise all rights under those + copyrights. This includes, at our option, the right to sublicense these same + rights to third parties through multiple levels of sublicensees or other + licensing arrangements; + + * you agree that each of us can do all things in relation to your + contribution as if each of us were the sole owners, and if one of us makes + a derivative work of your contribution, the one who makes the derivative + work (or has it made will be the sole owner of that derivative work; + + * you agree that you will not assert any moral rights in your contribution + against us, our licensees or transferees; + + * you agree that we may register a copyright in your contribution and + exercise all ownership rights associated with it; and + + * you agree that neither of us has any duty to consult with, obtain the + consent of, pay or render an accounting to the other for any use or + distribution of your contribution. + +3. With respect to any patents you own, or that you can license without payment +to any third party, you hereby grant to us a perpetual, irrevocable, +non-exclusive, worldwide, no-charge, royalty-free license to: + + * make, have made, use, sell, offer to sell, import, and otherwise transfer + your contribution in whole or in part, alone or in combination with or + included in any product, work or materials arising out of the project to + which your contribution was submitted, and + + * at our option, to sublicense these same rights to third parties through + multiple levels of sublicensees or other licensing arrangements. + +4. Except as set out above, you keep all right, title, and interest in your +contribution. The rights that you grant to us under these terms are effective +on the date you first submitted a contribution to us, even if your submission +took place before the date you sign these terms. + +5. You covenant, represent, warrant and agree that: + + * Each contribution that you submit is and shall be an original work of + authorship and you can legally grant the rights set out in this SCA; + + * to the best of your knowledge, each contribution will not violate any + third party's copyrights, trademarks, patents, or other intellectual + property rights; and + + * each contribution shall be in compliance with U.S. export control laws and + other applicable export and import laws. You agree to notify us if you + become aware of any circumstance which would make any of the foregoing + representations inaccurate in any respect. We may publicly disclose your + participation in the project, including the fact that you have signed the SCA. + +6. This SCA is governed by the laws of the State of California and applicable +U.S. Federal law. Any choice of law rules will not apply. + +7. Please place an “x” on one of the applicable statement below. Please do NOT +mark both statements: + + * [x] I am signing on behalf of myself as an individual and no other person + or entity, including my employer, has or will have rights with respect to my + contributions. + + * [ ] I am signing on behalf of my employer or a legal entity and I have the + actual authority to contractually bind that entity. + +## Contributor Details + +| Field | Entry | +|------------------------------- | -------------------- | +| Name | Anastassia Kornilova | +| Company name (if applicable) | / | +| Title or role (if applicable) | / | +| Date | 01.08.2019 | +| GitHub username | akornilo | +| Website (optional) | akornilo.com | diff --git a/spacy/gold.pyx b/spacy/gold.pyx index 11428a776..ce1648ccd 100644 --- a/spacy/gold.pyx +++ b/spacy/gold.pyx @@ -160,7 +160,7 @@ class GoldCorpus(object): continue elif path.is_dir(): paths.extend(path.iterdir()) - elif path.parts[-1].endswith(".json"): + elif path.parts[-1].endswith((".json", ".jsonl")): locs.append(path) return locs From d1d30b044294c7f3a7399ae59bd6efcd0ae3384c Mon Sep 17 00:00:00 2001 From: Muhammad Irfan Date: Sun, 4 Aug 2019 16:41:18 +0500 Subject: [PATCH 2/7] added missing punctuation following conventions. (#4066) --- spacy/lang/char_classes.py | 2 +- spacy/lang/ur/__init__.py | 1 + spacy/lang/ur/punctuation.py | 5 +---- spacy/tests/lang/ur/test_text.py | 7 ++----- 4 files changed, 5 insertions(+), 10 deletions(-) diff --git a/spacy/lang/char_classes.py b/spacy/lang/char_classes.py index fb320b2ff..9f6c3266e 100644 --- a/spacy/lang/char_classes.py +++ b/spacy/lang/char_classes.py @@ -214,7 +214,7 @@ _currency = r"\$ £ € ¥ ฿ US\$ C\$ A\$ ₽ ﷼ ₴" # used in Chinese (see #1333, #1340, #1351) – unless there are cross-language # conflicts, spaCy's base tokenizer should handle all of those by default _punct = ( - r"… …… , : ; \! \? ¿ ؟ ¡ \( \) \[ \] \{ \} < > _ # \* & 。 ? ! , 、 ; : ~ · । ، ؛ ٪" + r"… …… , : ; \! \? ¿ ؟ ¡ \( \) \[ \] \{ \} < > _ # \* & 。 ? ! , 、 ; : ~ · । ، ۔ ؛ ٪" ) _quotes = r'\' " ” “ ` ‘ ´ ’ ‚ , „ » « 「 」 『 』 ( ) 〔 〕 【 】 《 》 〈 〉' _hyphens = "- – — -- --- —— ~" diff --git a/spacy/lang/ur/__init__.py b/spacy/lang/ur/__init__.py index 46056e090..b0bc119a5 100644 --- a/spacy/lang/ur/__init__.py +++ b/spacy/lang/ur/__init__.py @@ -21,6 +21,7 @@ class UrduDefaults(Language.Defaults): tag_map = TAG_MAP stop_words = STOP_WORDS suffixes = TOKENIZER_SUFFIXES + writing_system = {"direction": "rtl", "has_case": False, "has_letters": True} class Urdu(Language): diff --git a/spacy/lang/ur/punctuation.py b/spacy/lang/ur/punctuation.py index 0d3b01bba..b8b1a1c83 100644 --- a/spacy/lang/ur/punctuation.py +++ b/spacy/lang/ur/punctuation.py @@ -4,7 +4,4 @@ from __future__ import unicode_literals from ..punctuation import TOKENIZER_SUFFIXES -_suffixes = TOKENIZER_SUFFIXES + ["۔"] - - -TOKENIZER_SUFFIXES = _suffixes +_suffixes = TOKENIZER_SUFFIXES diff --git a/spacy/tests/lang/ur/test_text.py b/spacy/tests/lang/ur/test_text.py index 545e0fa9e..546e79182 100644 --- a/spacy/tests/lang/ur/test_text.py +++ b/spacy/tests/lang/ur/test_text.py @@ -5,12 +5,9 @@ import pytest def test_ur_tokenizer_handles_long_text(ur_tokenizer): - text = """اصل میں رسوا ہونے کی ہمیں - کچھ عادت سی ہو گئی ہے اس لئے جگ ہنسائی کا ذکر نہیں کرتا،ہوا کچھ یوں کہ عرصہ چھ سال بعد ہمیں بھی خیال آیا - کہ ایک عدد ٹیلی ویژن ہی کیوں نہ خرید لیں ، سوچا ورلڈ کپ ہی دیکھیں گے۔اپنے پاکستان کے کھلاڑیوں کو دیکھ کر - ورلڈ کپ دیکھنے کا حوصلہ ہی نہ رہا تو اب یوں ہی ادھر اُدھر کے چینل گھمانے لگ پڑتے ہیں۔""" + text = """اصل میں، رسوا ہونے کی ہمیں کچھ عادت سی ہو گئی ہے۔""" tokens = ur_tokenizer(text) - assert len(tokens) == 78 + assert len(tokens) == 14 @pytest.mark.parametrize("text,length", [("تحریر باسط حبیب", 3), ("میرا پاکستان", 2)]) From 87ddbdc33e362336b060e0cb95f8adb008d5f29f Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Sun, 4 Aug 2019 13:44:21 +0200 Subject: [PATCH 3/7] Fix handling of kwargs in Language.evaluate Makes it consistent with other methods --- spacy/language.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/language.py b/spacy/language.py index b839be1f6..f87cb4e31 100644 --- a/spacy/language.py +++ b/spacy/language.py @@ -633,7 +633,7 @@ class Language(object): kwargs = component_cfg.get(name, {}) kwargs.setdefault("batch_size", batch_size) if not hasattr(pipe, "pipe"): - docs = (pipe(doc, **kwargs) for doc in docs) + docs = _pipe(pipe, docs, kwargs) else: docs = pipe.pipe(docs, **kwargs) for doc, gold in zip(docs, golds): From 874bd8c8ddf4cbe02dbca3ad8910c808ee01dcdb Mon Sep 17 00:00:00 2001 From: veer-bains <43637694+veer-bains@users.noreply.github.com> Date: Mon, 5 Aug 2019 13:49:32 +0530 Subject: [PATCH 4/7] Fixed syntax error in lang/ko when using python 2 (#4082) (closes #4068) * fixed syntax error in declaring variables with python 2.7 in spacy/lang/ko/__init__.py * fixed syntax error in declaring variables with python 2.7 in spacy/lang/ko/__init__.py * Update __init__.py * Create veer-bains.md * Update __init__.py fixed syntax errors in variable datatype assignment when calling spacy.blank("ko") with python 2.7 --- .github/contributors/veer-bains.md | 54 ++++++++++++++++++++++++++++++ spacy/lang/ko/__init__.py | 7 ++-- 2 files changed, 58 insertions(+), 3 deletions(-) create mode 100644 .github/contributors/veer-bains.md diff --git a/.github/contributors/veer-bains.md b/.github/contributors/veer-bains.md new file mode 100644 index 000000000..2b67dcb97 --- /dev/null +++ b/.github/contributors/veer-bains.md @@ -0,0 +1,54 @@ +spaCy contributor agreement +This spaCy Contributor Agreement ("SCA") is based on the Oracle Contributor Agreement. The SCA applies to any contribution that you make to any product or project managed by us (the "project"), and sets out the intellectual property rights you grant to us in the contributed materials. The term "us" shall mean ExplosionAI UG (haftungsbeschränkt). The term "you" shall mean the person or entity identified below. + +If you agree to be bound by these terms, fill in the information requested below and include the filled-in version with your first pull request, under the folder .github/contributors/. The name of the file should be your GitHub username, with the extension .md. For example, the user example_user would create the file .github/contributors/example_user.md. + +Read this agreement carefully before signing. These terms and conditions constitute a binding legal agreement. + +Contributor Agreement +The term "contribution" or "contributed materials" means any source code, object code, patch, tool, sample, graphic, specification, manual, documentation, or any other material posted or submitted by you to the project. + +With respect to any worldwide copyrights, or copyright applications and registrations, in your contribution: + +you hereby assign to us joint ownership, and to the extent that such assignment is or becomes invalid, ineffective or unenforceable, you hereby grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, royalty-free, unrestricted license to exercise all rights under those copyrights. This includes, at our option, the right to sublicense these same rights to third parties through multiple levels of sublicensees or other licensing arrangements; + +you agree that each of us can do all things in relation to your contribution as if each of us were the sole owners, and if one of us makes a derivative work of your contribution, the one who makes the derivative work (or has it made will be the sole owner of that derivative work; + +you agree that you will not assert any moral rights in your contribution against us, our licensees or transferees; + +you agree that we may register a copyright in your contribution and exercise all ownership rights associated with it; and + +you agree that neither of us has any duty to consult with, obtain the consent of, pay or render an accounting to the other for any use or distribution of your contribution. + +With respect to any patents you own, or that you can license without payment to any third party, you hereby grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, royalty-free license to: + +make, have made, use, sell, offer to sell, import, and otherwise transfer your contribution in whole or in part, alone or in combination with or included in any product, work or materials arising out of the project to which your contribution was submitted, and + +at our option, to sublicense these same rights to third parties through multiple levels of sublicensees or other licensing arrangements. + +Except as set out above, you keep all right, title, and interest in your contribution. The rights that you grant to us under these terms are effective on the date you first submitted a contribution to us, even if your submission took place before the date you sign these terms. + +You covenant, represent, warrant and agree that: + +Each contribution that you submit is and shall be an original work of authorship and you can legally grant the rights set out in this SCA; + +to the best of your knowledge, each contribution will not violate any third party's copyrights, trademarks, patents, or other intellectual property rights; and + +each contribution shall be in compliance with U.S. export control laws and other applicable export and import laws. You agree to notify us if you become aware of any circumstance which would make any of the foregoing representations inaccurate in any respect. We may publicly disclose your participation in the project, including the fact that you have signed the SCA. + +This SCA is governed by the laws of the State of California and applicable U.S. Federal law. Any choice of law rules will not apply. + +Please place an “x” on one of the applicable statement below. Please do NOT mark both statements: + + I am signing on behalf of myself as an individual and no other person or entity, including my employer, has or will have rights with respect to my contributions. + + I am signing on behalf of my employer or a legal entity and I have the actual authority to contractually bind that entity. + +Contributor Details +Field Entry +Name Veer Bains +Company name (if applicable) +Title or role (if applicable) +Date 2010-08-05 +GitHub username veer-bains +Website (optional) diff --git a/spacy/lang/ko/__init__.py b/spacy/lang/ko/__init__.py index 52a55c789..3ea72a67f 100644 --- a/spacy/lang/ko/__init__.py +++ b/spacy/lang/ko/__init__.py @@ -32,9 +32,10 @@ else: from typing import NamedTuple class Morpheme(NamedTuple): - surface: str - lemma: str - tag: str + + surface = str("") + lemma = str("") + tag = str("") def try_mecab_import(): From 878302a55d6828f2e4fcf27994b5bdcd639bc60a Mon Sep 17 00:00:00 2001 From: Sebastian Jordan Date: Mon, 5 Aug 2019 10:21:14 +0200 Subject: [PATCH 5/7] Fix typo in requirements section of pyproject.toml (#4081) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 35f3d9215..200a07a6f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = ["setuptools", - "wheel>0.32.0.<0.33.0", + "wheel>0.32.0,<0.33.0", "Cython", "cymem>=2.0.2,<2.1.0", "preshed>=2.0.1,<2.1.0", From e1a935d71c1f4efcdccf08e38b069167ff6ad7ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavle=20Vidanovi=C4=87?= <10513041@polimi.it> Date: Mon, 5 Aug 2019 10:22:27 +0200 Subject: [PATCH 6/7] Stopwords for Serbian language. (#4078) * Serbian stopwords added. (cyrillic alphabet) * spaCy Contribution agreement included. * Test initialize updated --- .github/contributors/Pavle992.md | 106 ++++++++ spacy/lang/rs/__init__.py | 28 ++ spacy/lang/rs/stop_words.py | 397 ++++++++++++++++++++++++++++ spacy/tests/lang/test_initialize.py | 4 +- 4 files changed, 533 insertions(+), 2 deletions(-) create mode 100644 .github/contributors/Pavle992.md create mode 100644 spacy/lang/rs/__init__.py create mode 100644 spacy/lang/rs/stop_words.py diff --git a/.github/contributors/Pavle992.md b/.github/contributors/Pavle992.md new file mode 100644 index 000000000..74ba69f46 --- /dev/null +++ b/.github/contributors/Pavle992.md @@ -0,0 +1,106 @@ +# spaCy contributor agreement + +This spaCy Contributor Agreement (**"SCA"**) is based on the +[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). +The SCA applies to any contribution that you make to any product or project +managed by us (the **"project"**), and sets out the intellectual property rights +you grant to us in the contributed materials. The term **"us"** shall mean +[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term +**"you"** shall mean the person or entity identified below. + +If you agree to be bound by these terms, fill in the information requested +below and include the filled-in version with your first pull request, under the +folder [`.github/contributors/`](/.github/contributors/). The name of the file +should be your GitHub username, with the extension `.md`. For example, the user +example_user would create the file `.github/contributors/example_user.md`. + +Read this agreement carefully before signing. These terms and conditions +constitute a binding legal agreement. + +## Contributor Agreement + +1. The term "contribution" or "contributed materials" means any source code, +object code, patch, tool, sample, graphic, specification, manual, +documentation, or any other material posted or submitted by you to the project. + +2. With respect to any worldwide copyrights, or copyright applications and +registrations, in your contribution: + + * you hereby assign to us joint ownership, and to the extent that such + assignment is or becomes invalid, ineffective or unenforceable, you hereby + grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, + royalty-free, unrestricted license to exercise all rights under those + copyrights. This includes, at our option, the right to sublicense these same + rights to third parties through multiple levels of sublicensees or other + licensing arrangements; + + * you agree that each of us can do all things in relation to your + contribution as if each of us were the sole owners, and if one of us makes + a derivative work of your contribution, the one who makes the derivative + work (or has it made will be the sole owner of that derivative work; + + * you agree that you will not assert any moral rights in your contribution + against us, our licensees or transferees; + + * you agree that we may register a copyright in your contribution and + exercise all ownership rights associated with it; and + + * you agree that neither of us has any duty to consult with, obtain the + consent of, pay or render an accounting to the other for any use or + distribution of your contribution. + +3. With respect to any patents you own, or that you can license without payment +to any third party, you hereby grant to us a perpetual, irrevocable, +non-exclusive, worldwide, no-charge, royalty-free license to: + + * make, have made, use, sell, offer to sell, import, and otherwise transfer + your contribution in whole or in part, alone or in combination with or + included in any product, work or materials arising out of the project to + which your contribution was submitted, and + + * at our option, to sublicense these same rights to third parties through + multiple levels of sublicensees or other licensing arrangements. + +4. Except as set out above, you keep all right, title, and interest in your +contribution. The rights that you grant to us under these terms are effective +on the date you first submitted a contribution to us, even if your submission +took place before the date you sign these terms. + +5. You covenant, represent, warrant and agree that: + + * Each contribution that you submit is and shall be an original work of + authorship and you can legally grant the rights set out in this SCA; + + * to the best of your knowledge, each contribution will not violate any + third party's copyrights, trademarks, patents, or other intellectual + property rights; and + + * each contribution shall be in compliance with U.S. export control laws and + other applicable export and import laws. You agree to notify us if you + become aware of any circumstance which would make any of the foregoing + representations inaccurate in any respect. We may publicly disclose your + participation in the project, including the fact that you have signed the SCA. + +6. This SCA is governed by the laws of the State of California and applicable +U.S. Federal law. Any choice of law rules will not apply. + +7. Please place an “x” on one of the applicable statement below. Please do NOT +mark both statements: + + * [x] I am signing on behalf of myself as an individual and no other person + or entity, including my employer, has or will have rights with respect to my + contributions. + + * [ ] I am signing on behalf of my employer or a legal entity and I have the + actual authority to contractually bind that entity. + +## Contributor Details + +| Field | Entry | +|------------------------------- | -------------------- | +| Name | Pavle Vidanović | +| Company name (if applicable) | - | +| Title or role (if applicable) | - | +| Date | August 4, 2019 | +| GitHub username | Pavle992 | +| Website (optional) | - | diff --git a/spacy/lang/rs/__init__.py b/spacy/lang/rs/__init__.py new file mode 100644 index 000000000..4228fb193 --- /dev/null +++ b/spacy/lang/rs/__init__.py @@ -0,0 +1,28 @@ +# coding: utf8 +from __future__ import unicode_literals + +from .stop_words import STOP_WORDS + +from ..tokenizer_exceptions import BASE_EXCEPTIONS +from ..norm_exceptions import BASE_NORMS +from ...language import Language +from ...attrs import LANG, NORM +from ...util import update_exc, add_lookups + + +class SerbianDefaults(Language.Defaults): + lex_attr_getters = dict(Language.Defaults.lex_attr_getters) + lex_attr_getters[LANG] = lambda text: "rs" + lex_attr_getters[NORM] = add_lookups( + Language.Defaults.lex_attr_getters[NORM], BASE_NORMS + ) + tokenizer_exceptions = update_exc(BASE_EXCEPTIONS) + stop_words = STOP_WORDS + + +class Serbian(Language): + lang = "rs" + Defaults = SerbianDefaults + + +__all__ = ["Serbian"] diff --git a/spacy/lang/rs/stop_words.py b/spacy/lang/rs/stop_words.py new file mode 100644 index 000000000..9712327f8 --- /dev/null +++ b/spacy/lang/rs/stop_words.py @@ -0,0 +1,397 @@ +# coding: utf8 +from __future__ import unicode_literals + + +STOP_WORDS = set( + """ +а +авај +ако +ал +али +арх +ау +ах +аха +ај +бар +би +била +били +било +бисмо +бисте +бих +бијасмо +бијасте +бијах +бијаху +бијаше +биће +близу +број +брр +буде +будимо +будите +буду +будући +бум +бућ +вам +вама +вас +ваша +ваше +вашим +вашима +ваљда +веома +вероватно +већ +већина +ви +видео +више +врло +врх +га +где +гиц +год +горе +гђекоје +да +дакле +дана +данас +дај +два +де +дедер +делимице +делимично +дем +до +добар +добити +довечер +докле +доле +донекле +досад +доскоро +дотад +дотле +дошао +доћи +другамо +другде +други +е +ево +ено +ето +ех +ехе +еј +желела +желеле +желели +желело +желех +желећи +жели +за +заиста +зар +затим +зато +захвалити +зашто +збиља +зимус +знати +зум +и +иде +из +изван +изволи +између +изнад +икада +икакав +икаква +икакве +икакви +икаквим +икаквима +икаквих +икакво +икаквог +икаквога +икаквом +икаквоме +икаквој +или +им +има +имам +имао +испод +их +ију +ићи +кад +када +кога +којекакав +којима +коју +кришом +лани +ли +мали +мањи +ме +мене +мени +ми +мимо +мисли +много +могу +мора +морао +мој +моја +моје +моји +моју +моћи +му +на +над +након +нам +нама +нас +наша +наше +нашег +наши +наћи +не +негде +нека +некад +неке +неког +неку +нема +немам +неко +неће +нећемо +нећете +нећеш +нећу +ни +никада +никога +никоје +никоји +никоју +нисам +ниси +нисте +нису +ништа +ниједан +но +о +ова +овако +овамо +овај +овде +ове +овим +овима +ово +овој +од +одмах +око +около +он +онај +оне +оним +онима +оном +оној +ону +осим +остали +отишао +па +пак +питати +по +поводом +под +подаље +пожељан +пожељна +поиздаље +поименце +понекад +попреко +поред +после +потаман +потрбушке +поуздано +почетак +поједини +правити +први +преко +према +прије +пут +пљус +радије +с +са +сав +сада +сам +само +сасвим +сва +сваки +сви +свим +свог +свом +свој +своја +своје +своју +сву +свугде +се +себе +себи +си +смети +смо +ствар +стварно +сте +су +сутра +та +таèно +тако +такође +тамо +твој +твоја +твоје +твоји +твоју +те +тебе +теби +ти +тима +то +томе +тој +ту +у +увек +увијек +уз +уза +узалуд +уздуж +узети +умало +унутра +употребити +упркос +учинио +учинити +хало +хвала +хеј +хм +хоп +хоће +хоћемо +хоћете +хоћеш +хоћу +хтедосте +хтедох +хтедоше +хтела +хтеле +хтели +хтео +хтејасмо +хтејасте +хтејаху +хура +често +чијем +чији +чијим +чијима +шиц +штагод +што +штогод +ја +је +један +једини +једна +једне +једни +једно +једном +јер +јесам +јеси +јесмо +јесу +јим +јој +ју +јуче +његова +његово +њезин +њезина +њезино +њему +њен +њим +њима +њихова +њихово +њој +њу +ће +ћемо +ћете +ћеш +ћу +""".split() +) diff --git a/spacy/tests/lang/test_initialize.py b/spacy/tests/lang/test_initialize.py index 9cd0a78c3..f6938c252 100644 --- a/spacy/tests/lang/test_initialize.py +++ b/spacy/tests/lang/test_initialize.py @@ -10,8 +10,8 @@ from spacy.util import get_lang_class # excluded: ja, ru, th, uk, vi, zh LANGUAGES = ["af", "ar", "bg", "bn", "ca", "cs", "da", "de", "el", "en", "es", "et", "fa", "fi", "fr", "ga", "he", "hi", "hr", "hu", "id", "is", - "it", "kn", "lt", "lv", "nb", "nl", "pl", "pt", "ro", "si", "sk", - "sl", "sq", "sv", "ta", "te", "tl", "tr", "tt", "ur"] + "it", "kn", "lt", "lv", "nb", "nl", "pl", "pt", "ro", "rs", "si", + "sk", "sl", "sq", "sv", "ta", "te", "tl", "tr", "tt", "ur"] # fmt: on From 0f740fad1a69f52537d72107bcfd7f0e62263246 Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Mon, 5 Aug 2019 14:30:07 +0200 Subject: [PATCH 7/7] Update universe.json [ci skip] --- website/meta/universe.json | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/website/meta/universe.json b/website/meta/universe.json index 851b6107f..2b4af7e6f 100644 --- a/website/meta/universe.json +++ b/website/meta/universe.json @@ -758,7 +758,7 @@ ], "category": ["pipeline", "standalone", "visualizers"], "tags": ["vectors"], - "author": "Explosion AI", + "author": "Explosion", "author_links": { "twitter": "explosion_ai", "github": "explosion", @@ -918,7 +918,7 @@ ], "code_language": "bash", "category": ["standalone", "training"], - "author": "Explosion AI", + "author": "Explosion", "author_links": { "twitter": "explosion_ai", "github": "explosion", @@ -1559,6 +1559,30 @@ "author_links": { "github": "richardpaulhudson" } + }, + { + "id": "spacy-pytorch-transformers", + "title": "spacy-pytorch-transformers", + "slogan": "spaCy pipelines for pre-trained BERT, XLNet and GPT-2", + "description": "This package provides spaCy model pipelines that wrap [Hugging Face's `pytorch-transformers`](https://github.com/huggingface/pytorch-transformers) package, so you can use them in spaCy. The result is convenient access to state-of-the-art transformer architectures, such as BERT, GPT-2, XLNet, etc.", + "github": "explosion/spacy-pytorch-transformers", + "url": "https://explosion.ai/blog/spacy-pytorch-transformers", + "pip": "spacy-pytorch-transformers", + "category": ["pipeline", "models", "research"], + "code_example": [ + "import spacy", + "", + "nlp = spacy.load(\"en_pytt_bertbaseuncased_lg\")", + "doc = nlp(\"Apple shares rose on the news. Apple pie is delicious.\")", + "print(doc[0].similarity(doc[7]))", + "print(doc._.pytt_last_hidden_state.shape)" + ], + "author": "Explosion", + "author_links": { + "twitter": "explosion_ai", + "github": "explosion", + "website": "https://explosion.ai" + } } ],