~domy/corpusfiltergraph/old-main

« back to all changes in this revision

Viewing changes to trunk/lib/corpusfg/graphs/import-tmx/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
 
; NOTE: source and target can be wildcards to search the TMX for all languages matching the pattern
5
 
;source=*
6
 
;target=*
7
 
; OR something like this:
8
 
;source=en*
9
 
;target=?t*
10
 
; OR they can be specific languages:
11
 
;source=en_gb
12
 
;target=fr_fr
13
 
superdomains=<USER-DEFINED>
14
 
domains=<USER-DEFINED>
15
 
subdomains=<USER-DEFINED>
16
 
filespec=<USER-DEFINED>.tmx
17
 
 
18
 
[manager]
19
 
debug=False
20
 
markreadonly=False
21
 
 
22
 
[filtergraph]
23
 
superdomains=%(superdomains)s
24
 
domains=%(domains)s
25
 
subdomains=%(subdomains)s
26
 
languagepairs=%(source)s-%(target)s
27
 
filespec=%(filespec)s
28
 
 
29
 
[0,reader-tmx]
30
 
roottype=RAW
31
 
stage=None
32
 
 
33
 
[0,writer-file]
34
 
roottype=CORPORA
35
 
stage=sa
36
 
rendertypes=.txt
37
 
 
38
 
; Do Moses Yourself Community Edition
39
 
; CorpusFiltergraph™ v4.5.308
40
 
; Copyright © 2010-2012 Precision Translation Tools Co., Ltd.
41
 
;      http://www.precisiontranslationtools.com
42
 
;      support@precisiontranslationtools.com