The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{
  'module' => {
    'name' => 'Turkish pre-processing',
    'submodules' => [
        'pre/basic',
        'pre/tr/annotate',
    ],
    'submodule names' => [
        'basic XML markup',
        'linguistic annotation',
    ],
    'stdin' => 'text',
    'stdout' => 'text',
  },
  'description' => 'This is the default pre-processing pipe-line for Turkish.',
  'input' => {
    'text' => {
      'format' => 'xml',
      'root' => 's',
    }
  },
  'output' => {
    'text' => {
      'format' => 'xml',
      'root' => 's',
      'write_mode' => 'overwrite',
      'status' => 'tag'
    }
  },
  'arguments' => {
    'shortcuts' => {
       'in' => 'input:text:file',
	'out' => 'output:text:file',
       'ci' => 'input:text:encoding',
       'co' => 'output:text:encoding',
    }
  },
  'widgets' => {
       'input' => {
	  'text' => {
	    'stream name' => 'stream(format=text,language=it)'
	  },
       },
  }
}