-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
explosion spaCy Help-other-questions Discussions
Sort by:
Latest activity
Categories, most helpful, and community links
Categories
Community links
🤔 Help: Other Questions Discussions
Ask any questions not specific to another category
-
You must be logged in to vote 🤔 What is the "speed" attribute in spaCy's evaluate?
usageGeneral spaCy usage -
You must be logged in to vote 🤔 Different (and incorrect) similarity scores across different spaCy versions
feat / vectorsFeature: Word vectors and similarity reproducibilityConsistency, reproducibility, determinism, and randomness -
You must be logged in to vote 🤔 replicating example of rel_component
feat / relFeature: Relation Extractor -
You must be logged in to vote 🤔 Not sure how Matcher with alignments is supposed to work
feat / matcherFeature: Token, phrase and dependency matcher -
You must be logged in to vote 🤔 add_special_case to Tokenizer based on regex
feat / tokenizerFeature: Tokenizer -
You must be logged in to vote 🤔 Incomplete Documentation for doc.tensor
docsDocumentation and website -
You must be logged in to vote 🤔 [pt] token.conjuncts not working in 3.3 for Portuguese
lang / ptPortuguese language data and models feat / parserFeature: Dependency Parser feat / docFeature: Doc, Span and Token objects -
You must be logged in to vote 🤔 Issue with loading transformers into pipelines
feat / transformerFeature: Transformer -
You must be logged in to vote 🤔 if
lang / enen_core_wem_sm
model don't have word vectors how it can do other things?English language data and models feat / vectorsFeature: Word vectors and similarity feat / tok2vecFeature: Token-to-vector layer and pretraining -
You must be logged in to vote 🤔 How to use multiprocessing when there is an app parameter to passed in in custom components?
scalingScaling, serving and parallelizing spaCy -
You must be logged in to vote 🤔 48x Difference between TRF model running in Spacy Vs. HF
perf / speedPerformance: speed -
You must be logged in to vote 🤔 Build Custom Knowledge Base
feat / nelFeature: Named Entity linking -
You must be logged in to vote 🤔 sense2vec factory issue
feat / pipelineFeature: Processing pipeline and components v2spaCy v2.x -
You must be logged in to vote 🤔 Incorrect tokenization:
lang / enEnglish language data and models feat / tokenizerFeature: Tokenizer -
You must be logged in to vote 🤔 How to achieve experimental_edit_tree_lemmatizer best accuracy
feat / lemmatizerFeature: Rule-based and lookup lemmatization experimentalExperimental components and features -
You must be logged in to vote 🤔 Is thinc-apple-ops used when training ner component?
perf / speedPerformance: speed -
You must be logged in to vote 🤔 Can't use to_bytes on doc that got custom attribute with custom component
feat / serializeFeature: Serialization, saving and loading feat / docFeature: Doc, Span and Token objects -
You must be logged in to vote 🤔 Matcher in spacy3.0 is slower than that in spacy2.0.18
feat / matcherFeature: Token, phrase and dependency matcher perf / speedPerformance: speed -
You must be logged in to vote 🤔 Does training/processing implicitly happen at the sentence level?
feat / pipelineFeature: Processing pipeline and components -
You must be logged in to vote 🤔 What is "loss" when it comes to tok2vec
trainingTraining and updating models feat / tok2vecFeature: Token-to-vector layer and pretraining -
You must be logged in to vote 🤔 Multiprocessing with doc containing custom attributes raises serialization error
usageGeneral spaCy usage feat / docFeature: Doc, Span and Token objects -
You must be logged in to vote 🤔 Where can I find more details about the metrics I am being shown when training?
docsDocumentation and website trainingTraining and updating models -
You must be logged in to vote 🤔 Spacy list of recognized entities
docsDocumentation and website feat / nerFeature: Named Entity Recognizer -
You must be logged in to vote 🤔 Doubt regarding final F1 score in meta.json file of custom NER model.
feat / nerFeature: Named Entity Recognizer feat / scorerFeature: Scorer -
You must be logged in to vote 🤔 Model does not respond in async-call with gunicorn
third-partyThird-party packages and services