Module poclean
source code
Produces a clean file from an unclean file (Trados/Wordfast) by
stripping out the tw4win indicators.
This does not convert an RTF file to PO/XLIFF, but produces the target
file with only the target text in from a text version of the RTF.
|
cleanunit(unit)
cleans the targets in the given unit |
source code
|
|
|
|
|
runclean(inputfile,
outputfile,
templatefile)
reads in inputfile, cleans, writes to outputfile |
source code
|
|
|
|
|
tw4winre = re.compile(r"\{0>.*?<\}\d{1,3}\{>(.*?)<0\}", re.M |...
|
Imports:
factory,
multistring,
re
tw4winre
- Value:
re.compile(r"\{0>.*?<\}\d{1,3}\{>(.*?)<0\}", re.M | re.S)
|
|