mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-03 20:00:21 +03:00
corrected invalid json
This commit is contained in:
parent
ee0cf52a90
commit
03cbd009ae
|
@ -4527,7 +4527,7 @@
|
||||||
"pip": "bagpipes-spacy",
|
"pip": "bagpipes-spacy",
|
||||||
"code_example": [
|
"code_example": [
|
||||||
"import spacy",
|
"import spacy",
|
||||||
"from bagpipes_spacy import PhrasesExtractor"
|
"from bagpipes_spacy import PhrasesExtractor",
|
||||||
"nlp = spacy.load(\"en_core_web_md\")",
|
"nlp = spacy.load(\"en_core_web_md\")",
|
||||||
"nlp.add_pipe(\"phrases_extractor\")",
|
"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.'",
|
"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