Skip to content

Commit 827c291

Browse files
author
Grégoire
committed
precise token and set
1 parent 500eb77 commit 827c291

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/rnnslu.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ Recurrent Neural Network Model
8989

9090
**Raw input encoding**
9191

92-
Each token in the ATIS vocabulary is associated to an index. Each sentence is a
93-
array of indexes (``int32``). Each set is a list of arrays of indexes. A python
92+
A token corresponds to a word. Each token in the ATIS vocabulary is associated to an index. Each sentence is a
93+
array of indexes (``int32``). Then, each set (train, valid, test) is a list of arrays of indexes. A python
9494
dictionnary is defined for mapping the space of indexes to the space of words.
9595

9696
>>> sentence

0 commit comments

Comments
 (0)