Merge branch 'master' into spacy.io

This commit is contained in:
Ines Montani 2019-03-22 18:50:16 +01:00
commit c2bb39dcb4
1 changed files with 2 additions and 2 deletions

View File

@ -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 "