mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
Update landing [ci skip]
This commit is contained in:
parent
554c9a2497
commit
744f259b9c
|
@ -30,7 +30,6 @@ import Benchmarks from 'usage/_benchmarks-models.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_sm
|
||||||
|
|
||||||
import spacy
|
import spacy
|
||||||
|
|
||||||
# Load English tokenizer, tagger, parser and NER
|
# Load English tokenizer, tagger, parser and NER
|
||||||
|
@ -120,7 +119,7 @@ const Landing = ({ data }) => {
|
||||||
</Li>
|
</Li>
|
||||||
<Li>
|
<Li>
|
||||||
✅ Components for <strong>named entity</strong> recognition,
|
✅ Components for <strong>named entity</strong> recognition,
|
||||||
part-of-speech-tagging, dependency parsing, sentence segmentation,{' '}
|
part-of-speech tagging, dependency parsing, sentence segmentation,{' '}
|
||||||
<strong>text classification</strong>, lemmatization, morphological
|
<strong>text classification</strong>, lemmatization, morphological
|
||||||
analysis, entity linking and more
|
analysis, entity linking and more
|
||||||
</Li>
|
</Li>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user