Home
last modified time | relevance | path

Searched refs:filterwordswithpunctuation (Results 1 – 3 of 3) sorted by relevance

/dports/textproc/translate-toolkit/translate-toolkit-3.5.1/translate/filters/
H A Dtest_prefilters.py14 filtered = prefilters.filterwordswithpunctuation(string)
18 filtered = prefilters.filterwordswithpunctuation(string)
22 filtered = prefilters.filterwordswithpunctuation(string)
26 filtered = prefilters.filterwordswithpunctuation(string)
H A Dchecks.py432 def filterwordswithpunctuation(self, str1): member in UnitChecker
436 return prefilters.filterwordswithpunctuation(str1)
438 filterwordswithpunctuation = cache_results(filterwordswithpunctuation) variable in UnitChecker
847 str1 = self.filterwordswithpunctuation(
852 str2 = self.filterwordswithpunctuation(
1442 self.filterwordswithpunctuation(
1448 self.filterwordswithpunctuation(
H A Dprefilters.py166 def filterwordswithpunctuation(str1): function