Update table of contents

This commit is contained in:
ines 2017-05-13 15:42:51 +02:00
parent a48e21755e
commit 1d94c0e98a

View File

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