|
|
__init__(self,
store,
max_candidates=10,
min_similarity=75,
max_length=500,
comparer=None)
max_candidates is the maximum number of candidates that should be
assembled, min_similarity is the minimum similarity that must be
attained to be included in the result, comparer is an optional
Comparer with similarity() function |
source code
|
|
|
|
inittm(self,
store)
Normal initialisation, but convert all source strings to lower case |
source code
|
|
|
|
|
|
|
|
|
|
usable(self,
unit)
Returns whether this translation unit is usable for terminology. |
source code
|
|
|
list
|
|
|
Inherited from matcher:
buildunits,
extendtm,
setparameters
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|