~domy/corpusfiltergraph/old-main

« back to all changes in this revision

Viewing changes to trunk/lib/corpusfg/graphs/export-tab/config.default.ini

  • 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=<USER-DEFINED>
5
 
domains=<USER-DEFINED>
6
 
subdomains=<USER-DEFINED>
7
 
filespec=<USER-DEFINED>
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
 
corpustypes=tm
18
 
languagepairs=%(source)s-%(target)s
19
 
filespec=%(filespec)s
20
 
 
21
 
[0,reader-file]
22
 
roottype=CORPORA
23
 
stage=sa
24
 
 
25
 
[0,writer-tab]
26
 
roottype=RAW
27
 
stage=None
28
 
; by default, source language is left column
29
 
;reversecolumns=True
30
 
 
31
 
; Do Moses Yourself Community Edition
32
 
; CorpusFiltergraph™ v4.5.319
33
 
; Copyright © 2010-2012 Precision Translation Tools Co., Ltd.
34
 
;      http://www.precisiontranslationtools.com
35
 
;      support@precisiontranslationtools.com