mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-02 11:20:19 +03:00
corrected invalid json
This commit is contained in:
parent
ee0cf52a90
commit
03cbd009ae
|
@ -4527,7 +4527,7 @@
|
|||
"pip": "bagpipes-spacy",
|
||||
"code_example": [
|
||||
"import spacy",
|
||||
"from bagpipes_spacy import PhrasesExtractor"
|
||||
"from bagpipes_spacy import PhrasesExtractor",
|
||||
"nlp = spacy.load(\"en_core_web_md\")",
|
||||
"nlp.add_pipe(\"phrases_extractor\")",
|
||||
"text = 'Seconds later, he had climbed out onto a rather fine antique rug, brushing ash from the sleeves of his long pin-striped cloak, a lime-green bowler hat in his hand.'",
|
||||
|
|
Loading…
Reference in New Issue
Block a user