-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
enable argument for spacy.load()
#10784
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
svlandeg
merged 23 commits into
explosion:master
from
rmitsch:feat/inclusive-spacy-load-flags
Jun 17, 2022
Merged
Changes from 13 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
c712bcb
Enable flag on spacy.load: foundation for include, enable arguments.
rmitsch 210fe46
Enable flag on spacy.load: fixed tests.
rmitsch f1dd7c6
Enable flag on spacy.load: switched from pretrained model to empty mo…
rmitsch 9ae4189
Enable flag on spacy.load: switched to more consistent error on missp…
rmitsch 53ba6a6
Enable flag on spacy.load: added support for fields not in pipeline.
rmitsch 5750b82
Enable flag on spacy.load: removed serialization fields from supporte…
rmitsch e4c2c13
Enable flag on spacy.load: removed 'enable' from config again.
rmitsch 60e47ff
Enable flag on spacy.load: relaxed checks in _resolve_component_activ…
rmitsch d5d91e6
Enable flag on spacy.load: fixed relaxed checks for _resolve_componen…
rmitsch 1c81701
Enable flag on spacy.load: comments w.r.t. resolution workarounds.
rmitsch 6226b04
Enable flag on spacy.load: remove include fields. Update website docs.
rmitsch 8e7042d
Enable flag on spacy.load: updates w.r.t. changes in master.
rmitsch 59c400e
Merge branch 'master' into feat/inclusive-spacy-load-flags
rmitsch f6ffe68
Implement Doc.from_json(): update docstrings.
rmitsch c7eaef6
Implement Doc.from_json(): remove newline.
rmitsch 3230f9c
Implement Doc.from_json(): change error message for E1038.
rmitsch 79787b7
Enable flag on spacy.load: wrapped docstring for _resolve_component_s…
rmitsch d00d525
Enable flag on spacy.load: changed exmples for enable flag.
rmitsch e319c45
Remove newline.
rmitsch bdc9955
Fix docstring for Language._resolve_component_status().
rmitsch 928caec
Merge branch 'feat/inclusive-spacy-load-flags' of github.com:rmitsch/…
rmitsch dd5f92d
Rename E1038 to E1042.
rmitsch dc6c194
Merge master.
rmitsch File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.