mirror of
https://github.com/explosion/spaCy.git
synced 2025-04-20 00:51:58 +03:00
add comment that pipeline is a custom one
This commit is contained in:
parent
a89eae9283
commit
f1a8dfffb8
|
@ -730,6 +730,7 @@ object, or the `ent_kb_id` and `ent_kb_id_` attributes of a
|
|||
```python
|
||||
import spacy
|
||||
|
||||
# "my_custom_el_pipeline" is assumed to be a custom NLP pipeline that was trained and serialized to disk
|
||||
nlp = spacy.load("my_custom_el_pipeline")
|
||||
doc = nlp("Ada Lovelace was born in London")
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user