README: add example for re-training
Change-Id: I118d6d6de02a26416b968f46fd76688ae953aea3
diff --git a/README.md b/README.md
index b4052ce..37fd7d9 100644
--- a/README.md
+++ b/README.md
@@ -45,6 +45,14 @@
korapxml2conllu --word2vec wpd19.zip > wpd19.w2vinput
```
+## Retrain existing model with new data
+
+For example:
+
+```bash
+dereko2vec -train new.traindata -output new.vecs -save-net new.net -type 3 -size 200 -window 5 -negative 10 -threads 44 -binary 1 -iter 100 -read-vocab old.vocab -read-net old.net
+```
+
## References
```bash