Skip to content
Snippets Groups Projects
Commit 2186a044 authored by Adam Radziszewski's avatar Adam Radziszewski
Browse files

update iobber README, example call

parent 547088ac
No related branches found
No related tags found
No related merge requests found
...@@ -46,3 +46,16 @@ If the input file contains annotations in channels other than those defined ...@@ -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 in the config, they will be preserved (this makes it possible to e.g. chunk
files already annotated with named entities). 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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment