Popular repositories
171 contributions in the last year
Less
More
Contribution activity
April 2021
DSLituiev has no activity
yet for this period.
March 2021
Created 9 commits in 1 repository
Created an issue in explosion/spaCy that received 6 comments
Not able to load lexeme normalization table from spacy_lookups_data.en
How to reproduce the behaviour nlp = spacy.blank('en') if 'ner' not in nlp.pipe_names: ner = nlp.create_pipe('ner') nlp.add_pipe("ner", last=True) e…
6
comments
Opened 2 other issues in 2 repositories
MathInspector/MathInspector
1
open
explosion/spaCy
1
open
Started 7 discussions in 1 repository
explosion/spaCy
explosion/spaCy
- Data Augmentation for NER
- no tagger in the pipeline, but 'tagger' will be (re)trained
- using custom tokenizers from language models
- migrating Spacy 2 packages
- how to specify model checkpoint periodicity in CLI?
- Mismatched IDs received by the Tok2Vec listener while training
- Not able to load lexeme normalization table from spacy_lookups_data.en