コード例 #1
0
    def casefold(self, *args):
        """
        casefold(NGramModel self, int kase)

        Case-fold word strings in an N-Gram model.

        WARNING: This is not Unicode aware, so any non-ASCII characters will
        not be converted. 
        """
        return _sphinxbase.NGramModel_casefold(self, *args)
コード例 #2
0
ファイル: sphinxbase.py プロジェクト: Bobinaa/pytests
 def casefold(self, kase):
     """casefold(NGramModel self, int kase)"""
     return _sphinxbase.NGramModel_casefold(self, kase)