-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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 💻 Cannot reach Turkish lookup table
lang / trTurkish language data and models feat / lemmatizerFeature: Rule-based and lookup lemmatization -
You must be logged in to vote 💻 Scoring of textcat output
feat / scorerFeature: Scorer -
You must be logged in to vote 💻 Word "id" represented as two tokens
lang / enEnglish language data and models feat / tokenizerFeature: Tokenizer -
You must be logged in to vote 💻 Get true spancat labels from dev.spacy file
feat / spancatFeature: Span Categorizer -
You must be logged in to vote 💻 Can SpanRuler do everything EntityRuler does?
feat / spanrulerFeature: Entity and span ruler -
You must be logged in to vote 💻 Issue with uppercased words, when using Matcher LEMMA attribute
feat / lemmatizerFeature: Rule-based and lookup lemmatization -
You must be logged in to vote 💻 Splitting Simple Compound Sentences
usageGeneral spaCy usage -
You must be logged in to vote 💻 FIxing a dependency tree by adding a constituent to the children of a verb
feat / docFeature: Doc, Span and Token objects -
You must be logged in to vote 💻 Doc.similarity either outputting 0 or 1 (only when it's the same string)
feat / vectorsFeature: Word vectors and similarity feat / transformerFeature: Transformer -
You must be logged in to vote 💻 Combining both model and rule based sentensizers
feat / pipelineFeature: Processing pipeline and components -
You must be logged in to vote 💻 Having Spacy detect alternative names for terms separated by 'and' or 'or'
usageGeneral spaCy usage -
You must be logged in to vote 💻 TypeError: spacy.load is not a function
usageGeneral spaCy usage -
You must be logged in to vote 💻 Can I train a model with a transformer on a gpu, but load the model and use a cpu?
gpuUsing spaCy on GPU feat / transformerFeature: Transformer -
You must be logged in to vote 💻 Creating spacy doc objects without supplying a model object?
feat / pipelineFeature: Processing pipeline and components -
You must be logged in to vote 💻 Custom Noun chunk implementation
lang / enEnglish language data and models feat / pipelineFeature: Processing pipeline and components -
You must be logged in to vote 💻 Help with trying to remove a custom pipeline factory
usageGeneral spaCy usage feat / pipelineFeature: Processing pipeline and components v3.0Related to v3.0 -
You must be logged in to vote 💻 Streaming dataset for custom NER training
feat / nerFeature: Named Entity Recognizer scalingScaling, serving and parallelizing spaCy -
You must be logged in to vote 💻 Noun chunks returning empty list for the custom pipeline
feat / pipelineFeature: Processing pipeline and components -
You must be logged in to vote 💻 Retrain an existing model with new data of the same entity, and add new entities. Spacy v3
trainingTraining and updating models feat / nerFeature: Named Entity Recognizer -
You must be logged in to vote 💻 How to make custom Language and Tokenizer class without changing spacy source code?
lang / zhChinese language data and models feat / pipelineFeature: Processing pipeline and components -
You must be logged in to vote 💻 Spacy cli pretrain function
feat / tok2vecFeature: Token-to-vector layer and pretraining -
You must be logged in to vote 💻 Can't add custom component using
feat / relnlp.add_pipe()
Feature: Relation Extractor -
You must be logged in to vote 💻 How to use lemmatizers in languages without packages
lang / gaIrish language data and models feat / lemmatizerFeature: Rule-based and lookup lemmatization -
You must be logged in to vote 💻 Problems integrating ner component to an existing component
feat / nerFeature: Named Entity Recognizer feat / pipelineFeature: Processing pipeline and components -
You must be logged in to vote 💻 How can I reproduce the models accuracy evaluations?
perf / accuracyPerformance: accuracy