Skip to content

Commit 17ed4ea

Browse files
committed
updated README.md
1 parent bdef5da commit 17ed4ea

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ $python utils/build_dictionary.py data/qe/train/train.tags 1
3939

4040
```
4141

42+
Note: --use_char switch only available with GRU model
43+
4244
And then run the training script-
4345

4446
```sh
@@ -64,14 +66,16 @@ Create vocab for training-
6466
WORD INPUT
6567
$python utils/build_dictionary.py data/pos/hi-en.train.txt 0
6668

67-
CHARACTER INPUT (--use_char switch)
69+
CHARACTER INPUT (-use_char switch)
6870
$python utils/build_char_dictionary.py data/pos/hi-en.train.txt
6971

7072
LABELS
7173
$python utils/build_dictionary.py data/pos/hi-en.train.tags 1
7274

7375
```
7476

77+
#
78+
7579
And then run the training script-
7680

7781
```sh

0 commit comments

Comments
 (0)