-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
explosion spaCy Help-coding-implementations Discussions
Sort by:
Latest activity
Categories, most helpful, and community links
Categories
Community links
💻 Help: Coding & Implementations Discussions
Ask the community for coding help
-
You must be logged in to vote 💻 How to create a custom tokenizer for Korean?
lang / koKorean language data and models feat / tokenizerFeature: Tokenizer -
You must be logged in to vote 💻 Spacy entity detection ner with non printable characters
usageGeneral spaCy usage lang / enEnglish language data and models feat / nerFeature: Named Entity Recognizer -
You must be logged in to vote 💻 When HuggaFace transformers model file has tokenizer_config.json and tokenizer.json,how config the config.cfg file?
feat / configFeature: Training config feat / transformerFeature: Transformer -
You must be logged in to vote 💻 Reverse retokenize()
feat / docFeature: Doc, Span and Token objects -
You must be logged in to vote 💻 -
You must be logged in to vote 💻 TypeError: 'str' object is not callable
feat / tok2vecFeature: Token-to-vector layer and pretraining -
You must be logged in to vote 💻 Tuning scoring in a config file, and want to specify cats_f_per_type
feat / configFeature: Training config feat / scorerFeature: Scorer -
You must be logged in to vote 💻 Error message W036 entity_ruler - Train custom NER model in combination with entity ruler
feat / configFeature: Training config -
You must be logged in to vote 💻 -
You must be logged in to vote 💻 Is it possible to train two different NERs sourced from en_core_web_md ?
feat / configFeature: Training config -
You must be logged in to vote 💻 How to use lemmatizer with span categorizer?
feat / lemmatizerFeature: Rule-based and lookup lemmatization -
You must be logged in to vote 💻 ValueError: Cannot deserialize model: mismatched structure
feat / serializeFeature: Serialization, saving and loading feat / tok2vecFeature: Token-to-vector layer and pretraining -
You must be logged in to vote 💻 before_to_disk callback is not invoked
windowsIssues related to Windows feat / serializeFeature: Serialization, saving and loading feat / configFeature: Training config -
You must be logged in to vote 💻 Bert models from Spacy
feat / transformerFeature: Transformer -
You must be logged in to vote 💻 [E913] Corpus path can't be None.
trainingTraining and updating models feat / cliFeature: Command-line interface more-info-neededThis issue needs more information feat / configFeature: Training config -
You must be logged in to vote 💻 Training could not load pretraining (tok2vec) weights
usageGeneral spaCy usage feat / tok2vecFeature: Token-to-vector layer and pretraining -
You must be logged in to vote 💻 Trainer a NER from scratch and reusing the parser, tagger, and other components from en_core_web_md model
trainingTraining and updating models feat / nerFeature: Named Entity Recognizer -
You must be logged in to vote 💻 How to Remove Irrelevant Entity detected after Prediction from NER model?
feat / nerFeature: Named Entity Recognizer perf / accuracyPerformance: accuracy -
You must be logged in to vote 💻 How to improve NER + RELATION model Predictions, when trained together?
feat / nerFeature: Named Entity Recognizer perf / accuracyPerformance: accuracy feat / relFeature: Relation Extractor -
You must be logged in to vote 💻 Relation Extraction Tutorial: Could not run the full pipeline for evaluation
trainingTraining and updating models feat / relFeature: Relation Extractor -
You must be logged in to vote 💻 Creating custom DependencyParser from scratch in Spacy 3
feat / parserFeature: Dependency Parser -
You must be logged in to vote 💻 -
You must be logged in to vote 💻 Custom Tokenizer: separating words with ":" in between
feat / tokenizerFeature: Tokenizer -
You must be logged in to vote 💻 nlp.add_pipe()
throwsValueError
Feature: Processing pipeline and components -
You must be logged in to vote 💻 pyinstaller hidden-imports for spacy deployment (windows)
windowsIssues related to Windows third-partyThird-party packages and services