-
-
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 💻 Training a language model with a custom tokenizer function on .spacy file
usageGeneral spaCy usage feat / tokenizerFeature: Tokenizer -
You must be logged in to vote 💻 Shared Vocab when saving a set of PhraseMatchers
usageGeneral spaCy usage feat / matcherFeature: Token, phrase and dependency matcher -
You must be logged in to vote 💻 Deadlock when deploying in FastAPI + Gunicorn/Uvicorn + Docker
third-partyThird-party packages and services scalingScaling, serving and parallelizing spaCy -
You must be logged in to vote 💻 Freezing tok2vec vs unfreezing tok2vec while updating pre-trained model
trainingTraining and updating models feat / tok2vecFeature: Token-to-vector layer and pretraining -
You must be logged in to vote 💻 Extracting output of displacy.serve
feat / nerFeature: Named Entity Recognizer feat / visualizersFeature: Built-in displaCy and other visualizers -
You must be logged in to vote 💻 Import error
third-partyThird-party packages and services -
You must be logged in to vote 💻 How to fine-tune spacy-experimental "en-coreference-web-trf" model on my own custom domain dataset
feat / corefFeature: Coreference resolution -
You must be logged in to vote 💻 Adding multiple special cases for Spacy tokenizer
feat / tokenizerFeature: Tokenizer -
You must be logged in to vote 💻 Regex in Entity Ruler for Japanese
feat / spanrulerFeature: Entity and span ruler -
You must be logged in to vote 💻 Setting span_getter for Pretrained Transformer Model.
usageGeneral spaCy usage feat / sentencizerFeature: Sentencizer (rule-based sentence segmenter) -
You must be logged in to vote 💻 No Vectors When Using en_core_web_trf?
feat / transformerFeature: Transformer -
You must be logged in to vote 💻 Relation Extraction model: How to predict on new data?
feat / relFeature: Relation Extractor -
You must be logged in to vote 💻 Training a relation extraction model with span categorization instead of NER
feat / relFeature: Relation Extractor -
You must be logged in to vote 💻 Transfer learning for Relation Extraction using Spacy v3
feat / relFeature: Relation Extractor -
You must be logged in to vote 💻 Apply a Model Component to Spans of a Doc as well as the Doc Itself
usageGeneral spaCy usage third-partyThird-party packages and services feat / transformerFeature: Transformer -
You must be logged in to vote 💻 Finding hyperparameters of given model
usageGeneral spaCy usage feat / corefFeature: Coreference resolution -
You must be logged in to vote 💻 -
You must be logged in to vote 💻 segmentation fault on GPU
third-partyThird-party packages and services -
You must be logged in to vote 💻 -
You must be logged in to vote 💻 Create an unknown label for unrecognized spans
feat / docFeature: Doc, Span and Token objects -
You must be logged in to vote 💻 spaCy-LLM package integration with Azure OpenAI Service
feat/llmFeature: LLMs (incl. spacy-llm) -
You must be logged in to vote 💻 trying to add pipes to en_coreference_web_trf from other model and all tokens are NOUNs
feat / pipelineFeature: Processing pipeline and components -
You must be logged in to vote 💻 Incorrect Lemmas for Spanish: spacy return femenine lemmas
lang / esSpanish language data and models feat / lemmatizerFeature: Rule-based and lookup lemmatization -
You must be logged in to vote 💻 ent.sent.text in SpaCy returns labels instead of the sentence for NER problem
feat / nerFeature: Named Entity Recognizer -
You must be logged in to vote 💻 How does spacy-transformers deal with textcat_multilabel for long documents?
feat / textcatFeature: Text Classifier feat / transformerFeature: Transformer