NAME
opus-index
SYNOPSIS
DESCRIPTION
script for indexing parallel corpora from OPUS using CWB
OPTIONS
-a lang.... list of aligned languages (optional, space separated)
-o ........ overwrite existing data (deletes entire data directory!!)
-y ........ assumes yes (doesn't prompt before deleting data dir!)
-s ........ skip conversion via recode (used for OO)
-m dir .... directory for temporary data (otherwise /tmp/BITEXTINDEXER...)
-i depth .. min depth for finding alignment file (0 otherwise)
-u pattern allowed structural patterns
-p pattern allowed positional patterns
-U pattern disallowed structural patterns
-P pattern disallowed positional patterns
-M ........ skip creating monolingual index files
-A ........ skip creating alignment files
-k ........ keep temp file for cwb encoding
-e enc .... use character encoding enc
-C ........ convert only (don't run indexing and registring)
LICENSE
---------------------------------------------------------------------------
Copyright (c) 2004-2019 Joerg Tiedemann
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------------------------
See also
This script is part of opus-tools https://github.com/Helsinki-NLP/opus-tools See also OPUS http://opus.nlpl.eu for more information about the corpus.