~domy/corpusfiltergraph/old-main

« back to all changes in this revision

Viewing changes to trunk/lib/corpusfg/graphs/import-tab/default.conf

  • Committer: tahoar
  • Date: 2012-09-27 08:09:00 UTC
  • Revision ID: svn-v4:bc069b21-dff4-4e29-a776-06a4e04bad4e::330
Sample data character-entities.txt added new escaped examples
demo-1.bat & demo-1.sh - updates to support new config file names for GUI
cfgparser.py - updated getproductdefaults() for consistency with GUI
reader-tmx.py - added support to escape \u2028 and \u2029
repair-escapes.py - added support for Unicode indicator [xXuU]
writer-tab.py - bugfix removed reference to self.null
writer-tmx.py - added support to unescape \u2028 and \u2029
Updated all graph configuration files to support GUI

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[USER]
 
2
source=<USER-DEFINED>
 
3
target=<USER-DEFINED>
 
4
superdomains=*
 
5
domains=*
 
6
subdomains=*
 
7
filespec=*.tab
 
8
 
 
9
[manager]
 
10
debug=False
 
11
markreadonly=False
 
12
 
 
13
[filtergraph]
 
14
superdomains=%(superdomains)s
 
15
domains=%(domains)s
 
16
subdomains=%(subdomains)s
 
17
languagepairs=%(source)s-%(target)s
 
18
filespec=%(filespec)s
 
19
description=Imports corpus into the DoMY hierarchy from tab-delimined files and serves as an example of how to open any graph input from tab-delimited files.
 
20
 
 
21
[0,reader-tab]
 
22
roottype=RAW
 
23
stage=None
 
24
 
 
25
[0,writer-file]
 
26
roottype=CORPORA
 
27
stage=sa
 
28
rendertypes=.txt
 
29
 
 
30
; Do Moses Yourself Community Edition
 
31
; CorpusFiltergraph™ v4.6.326
 
32
; Copyright © 2010-2012 Precision Translation Tools Co., Ltd.
 
33
;      http://www.precisiontranslationtools.com
 
34
;      support@precisiontranslationtools.com