mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 01:16:28 +03:00
Update table of contents
This commit is contained in:
parent
a48e21755e
commit
1d94c0e98a
|
@ -12,21 +12,19 @@ p
|
||||||
| need to:
|
| need to:
|
||||||
|
|
||||||
+list("numbers")
|
+list("numbers")
|
||||||
+item Create a #[strong #[code Language] subclass].
|
|
||||||
+item
|
+item
|
||||||
| Define custom #[strong language data], like a
|
| Create a #[strong #[code Language] subclass].
|
||||||
| #[a(href="#stop-words") stop list] and
|
|
||||||
| #[a(href="#tokenizer-exceptions") tokenizer exceptions].
|
|
||||||
|
|
||||||
+item
|
+item
|
||||||
| #[strong Build the vocabulary] including
|
| Define custom #[strong language data], like a stop list and tokenizer
|
||||||
| #[a(href="#word-frequencies") word frequencies],
|
| exceptions.
|
||||||
| #[a(href="#brown-clusters") Brown clusters] and
|
|
||||||
| #[a(href="#word-vectors") word vectors].
|
|
||||||
|
|
||||||
+item
|
+item
|
||||||
| #[strong Set up] a #[a(href="#model-directory") model direcory] and
|
| #[strong Test] the new language tokenizer.
|
||||||
| #[strong train] the #[a(href="#train-tagger-parser") tagger and parser].
|
+item
|
||||||
|
| #[strong Build the vocabulary], including word frequencies, Brown
|
||||||
|
| clusters and word vectors.
|
||||||
|
+item
|
||||||
|
| Set up a #[strong model direcory] and #[strong train] the tagger and
|
||||||
|
| parser.
|
||||||
|
|
||||||
p
|
p
|
||||||
| For some languages, you may also want to develop a solution for
|
| For some languages, you may also want to develop a solution for
|
||||||
|
|
Loading…
Reference in New Issue
Block a user