Add example for -A to Readme
Change-Id: I08f897e42af1487b37fe2a9c726e443f501ef06e
diff --git a/Readme.md b/Readme.md
index b8e4944..fa9d396 100644
--- a/Readme.md
+++ b/Readme.md
@@ -48,7 +48,6 @@
```shell script
java -jar ./app/build/libs/korapxml2conllu.jar -m '<textSigle>([^<]+)' -m '<creatDate>([^<]+)' --word2vec t/data/wdf19.zip
```
-
```
WDF19/A0000.10894 2014.08.28 Arts visuels Pourquoi toujours vouloir séparer BD et Manga ?
WDF19/A0000.10894 2014.08.28 Ffx 18:20 fév 25 , 2003 ( CET ) soit on ne sépara pas , soit alors on distingue aussi , le comics , le manwa , le manga ..
@@ -57,6 +56,12 @@
WDF19/A0000.10894 2014.08.28 wikipedia ce prete parfaitement à ce genre de decryptage .
```
+### Example for POS annotating the data on the fly, using 10 threads
+
+```shell script
+java -jar app/build/libs/korapxml2conllu.jar -T 10 -A "docker run --rm -i korap/conllu2treetagger -l french" app/src/test/resources/wdf19.zip | conllu2korapxml wdf19.tree_tagger.zip
+```
+
## Development and License
**Author**: