Update examples in README.md
Change-Id: I58954646e87b1e7bd1e9f2d84beab9555ebe635d
diff --git a/README.md b/README.md
index c36f93f..eff4da1 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@
### Example
```
-./dereko2vec -train input_file -output embedding_file -type 0 -size 50 -window 5 -negative 10 -nce 0 -hs 0 -sample 1e-4 -threads 1 -binary 1 -iter 5 -cap 0
+./dereko2vec -train input_file -output embedding_file -type 3 -size 200 -window 5 -negative 10 -threads 1 -binary 1 -iter 5
```
## Generate dereko2vec training input files from KorAP-XML ZIPs
@@ -40,10 +40,11 @@
```sh
korapxml2conllu --word2vec wpd19.zip > wpd19.w2vinput
```
-### Example with metadata
+### Example with year of creation and topic domain as metadata
```sh
-korapxml2conllu -m '<creatDate>([^<]{4})' -m '<catRef n="." target="topic.([^.]+)' --word2vec
+korapxml2conllu -m '<creatDate>([^<]{4})' -m '<catRef n="." target="topic.([^.]+)' --word2vec wpd19.zip > wpd19.w2vinput
+./dereko2vec -train wpd19.w2vinput -output wpd19.vecs -metadata-categories 2 -type 3 -size 200 -window 5 -negative 10 -threads 1 -binary 1 -iter 10 -min-count 2
```
## References