Skip to content
Discussion options

You must be logged in to vote

Hi @SecroLoL ,

In this case, a blank pipeline is what you need. In the case of English, you can do something like:

import spacy
nlp = spacy.blank("en")
# texts = ...
docs = nlp.pipe(texts)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ljvmiranda921
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat / pipeline Feature: Processing pipeline and components
2 participants