Skip to content

Commit 331bc0c

Browse files
committed
fix typo
1 parent 23d7a5a commit 331bc0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter_recurrent-neural-networks/text-sequence.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ we [**package everything into the following
204204
which returns `corpus`, a list of token indices, and `vocab`,
205205
the vocabulary of *The Time Machine* corpus.
206206
The modifications we did here are:
207-
(i) we tokenize text into characters, not words,
207+
(i) we tokenize text into words, not characters,
208208
to simplify the training in later sections;
209209
(ii) `corpus` is a single list, not a list of token lists,
210210
since each text line in *The Time Machine* dataset

0 commit comments

Comments
 (0)