From 2186a0445a3eddb8b8541020117118185af5f4b1 Mon Sep 17 00:00:00 2001
From: Adam Radziszewski <adam.radziszewski@pwr.wroc.pl>
Date: Mon, 23 Apr 2012 13:28:33 +0200
Subject: [PATCH] update iobber README, example call

---
 README | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/README b/README
index 413c967..6dfa654 100644
--- a/README
+++ b/README
@@ -46,3 +46,16 @@ If the input file contains annotations in channels other than those defined
 in the config, they will be preserved (this makes it possible to e.g. chunk
 files already annotated with named entities).
 
+
+
+Example call using the bundled model:
+
+iobber kpwr.ini -d model-kpwr03/ my_xces_input.xml -i xces -O ccl_chunked_output.xml
+
+This will read the given XCES-encoded file and produce CCL output. Note: the
+kpwr.ini config assumes the input file has been morphosyntactically tagged and
+the NKJP tagset is employed.
+
+Iobber also supports chunking stdin to stdout, as well as chunking multiple
+files at a time, see -h for details.
+
-- 
GitLab