mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 04:08:09 +03:00
Add under construction
This commit is contained in:
parent
e9816daa6a
commit
47d066b293
|
@ -639,6 +639,8 @@ p
|
|||
|
||||
+h(2, "vocabulary") Building the vocabulary
|
||||
|
||||
+under-construction
|
||||
|
||||
p
|
||||
| spaCy expects that common words will be cached in a
|
||||
| #[+api("vocab") #[code Vocab]] instance. The vocabulary caches lexical
|
||||
|
@ -732,6 +734,8 @@ p
|
|||
|
||||
+h(3, "word-vectors") Training the word vectors
|
||||
|
||||
+under-construction
|
||||
|
||||
p
|
||||
| #[+a("https://en.wikipedia.org/wiki/Word2vec") Word2vec] and related
|
||||
| algorithms let you train useful word similarity models from unlabelled
|
||||
|
@ -766,6 +770,8 @@ p
|
|||
|
||||
+h(2, "train-tagger-parser") Training the tagger and parser
|
||||
|
||||
+under-construction
|
||||
|
||||
p
|
||||
| You can now train the model using a corpus for your language annotated
|
||||
| with #[+a("http://universaldependencies.org/") Universal Dependencies].
|
||||
|
|
Loading…
Reference in New Issue
Block a user