Skip to content

Update v2.3.x branch #5636

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 25 commits into from
Jun 29, 2020
Merged

Update v2.3.x branch #5636

merged 25 commits into from
Jun 29, 2020

Conversation

adrianeboyd
Copy link
Contributor

@adrianeboyd adrianeboyd commented Jun 23, 2020

Description

Merge master into v2.3.x.

Types of change

Checklist

  • I have submitted the spaCy Contributor Agreement.
  • I ran the tests, and all new and existing tests passed.
  • My changes don't require a change to the documentation, or if they do, I've added all required information.

ines and others added 21 commits June 16, 2020 07:37
Change example title to Dr. so the current model does exclude the title
in the initial example.
* Fixing numericals

* We need a Armenian question sign to make the sentence a question
* added support for nepali lang

* added examples and test files

* added spacy contributor agreement
)

* user_dict fields: adding inflections, reading_forms, sub_tokens
deleting: unidic_tags
improve code readability around the token alignment procedure

* add test cases, replace fugashi with sudachipy in conftest

* move bunsetu.py to spaCy Universe as a pipeline component BunsetuRecognizer

* tag is space -> both surface and tag are spaces

* consider len(text)==0
Fix `Token.is_oov` and `Lexeme.is_oov` so they return `True` when the
lexeme does **not** have a vector.
@adrianeboyd adrianeboyd added the ⚠️ wip Work in progress label Jun 23, 2020
Fix backslashes in warnings config diff in v2.3 migration section.
* Skip special tag  _SP in check for new tag map

In `Tagger.begin_training()` check for new tags aside from `_SP` in the
new tag map initialized from the provided gold tuples when determining
whether to reinitialize the morphology with the new tag map.

* Simplify _SP check
@honnibal honnibal merged commit f42c902 into explosion:v2.3.x Jun 29, 2020
honnibal added a commit that referenced this pull request Jun 29, 2020
honnibal added a commit that referenced this pull request Jun 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚠️ wip Work in progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants