Highlights
- Arctic Code Vault Contributor
- Developer Program Member
- Pro
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
3,720 contributions in the last year
Activity overview
Contribution activity
December 2020
Created 11 commits in 2 repositories
Created a pull request in explosion/spaCy that received 1 comment
Include custom code via spacy package command
Description
spacy package now takes an optional --code argument that can point to one or more files
files will be copied into the package and imp…
Opened 3 other pull requests in 1 repository
Reviewed 1 pull request in 1 repository
explosion/spaCy 1 pull request
Started 2 discussions in 1 repository
Answered 9 discussions in 1 repository
explosion/spaCy
- After to_bytes without vocab, and from_bytes, lang_ is None in Doc objects
- Differences between small, medium and large models
- Preserve paragraph divisions of documents
- TypeError: 'spacy.tokens.token.Token' object is not iterable
- Tokenizing named entities as a single token
- Unable to retrieve "ent_type" for named entity when word is lowercase
- How to make tokenizer handle double-word countries name ?
- Adding already tokenized document to spaCy pipeline
- How to mark identifiers like productid (AS12314_11) as entity ?