mirror of https://github.com/explosion/spaCy.git
Merge branch 'master' into spacy.io
This commit is contained in:
commit
c2bb39dcb4
|
@ -23,12 +23,12 @@ import Link from '../components/link'
|
||||||
import BenchmarksChoi from 'usage/_benchmarks-choi.md'
|
import BenchmarksChoi from 'usage/_benchmarks-choi.md'
|
||||||
|
|
||||||
const CODE_EXAMPLE = `# pip install spacy
|
const CODE_EXAMPLE = `# pip install spacy
|
||||||
# python -m spacy download en_core_web_sm
|
# python -m spacy download en_core_web_md
|
||||||
|
|
||||||
import spacy
|
import spacy
|
||||||
|
|
||||||
# Load English tokenizer, tagger, parser, NER and word vectors
|
# Load English tokenizer, tagger, parser, NER and word vectors
|
||||||
nlp = spacy.load("en_core_web_sm")
|
nlp = spacy.load("en_core_web_md")
|
||||||
|
|
||||||
# Process whole documents
|
# Process whole documents
|
||||||
text = (u"When Sebastian Thrun started working on self-driving cars at "
|
text = (u"When Sebastian Thrun started working on self-driving cars at "
|
||||||
|
|
Loading…
Reference in New Issue