Home | Trees | Indices | Help |
|
---|
|
Class to perform translation memory matching from a store of translation units
|
|||
matcher A class that will do matching and store configuration for the matching process |
|||
terminologymatcher A matcher with settings specifically for terminology matching |
|
|||
|
|||
|
|||
|
|||
|
|
|||
ignorepatterns = [("y\s*$", "ie"), ("[\s-]+", ""), ("-", " "),
|
|||
ignorepatterns_re = [(re.compile(a), b) for(a, b) in ignorepat
|
|||
context_re = re.compile("\s+\(.*\)\s*$")
|
Imports: heapq, re, lshtein, terminology, base, po, multistring
|
ignorepatterns
|
ignorepatterns_re
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Jan 19 17:46:51 2011 | http://epydoc.sourceforge.net |