mirror of https://github.com/explosion/spaCy.git
commit
e5b9ccdb5c
|
@ -85,7 +85,7 @@ p
|
||||||
| #[+label-inline API:] #[+api("stringstore") #[code stringstore]]
|
| #[+label-inline API:] #[+api("stringstore") #[code stringstore]]
|
||||||
| #[+label-inline Usage:] #[+a("/usage/spacy-101#vocab") Vocab, hashes and lexemes 101]
|
| #[+label-inline Usage:] #[+a("/usage/spacy-101#vocab") Vocab, hashes and lexemes 101]
|
||||||
|
|
||||||
+h(3, "lightning-tour-entities") Recongnise and update named entities
|
+h(3, "lightning-tour-entities") Recognise and update named entities
|
||||||
+tag-model("NER")
|
+tag-model("NER")
|
||||||
|
|
||||||
+code.
|
+code.
|
||||||
|
|
|
@ -114,7 +114,7 @@ p
|
||||||
+cell Finding and segmenting individual sentences.
|
+cell Finding and segmenting individual sentences.
|
||||||
|
|
||||||
+row
|
+row
|
||||||
+cell #[strong Named Entity Recongition] (NER)
|
+cell #[strong Named Entity Recognition] (NER)
|
||||||
+cell
|
+cell
|
||||||
| Labelling named "real-world" objects, like persons, companies
|
| Labelling named "real-world" objects, like persons, companies
|
||||||
| or locations.
|
| or locations.
|
||||||
|
|
Loading…
Reference in New Issue