示例#1
0
文件: TextCluster.py 项目: idiap/asrt
 def removeTextPunctuation(self):
     """Remove punctuation symbols.
     """
     strText = self.getTextSentence()
     strText = LanguageClassifier.removePunctuation(strText = strText,
                                                    removeDots = False)
     self.setTextSentence(strText)
示例#2
0
 def removeTextPunctuation(self):
     """Remove punctuation symbols.
     """
     strText = self.getTextSentence()
     strText = LanguageClassifier.removePunctuation(strText=strText,
                                                    removeDots=False)
     self.setTextSentence(strText)
 def __init__(self):
     LanguageClassifier.__init__(self)
示例#4
0
 def __init__(self):
     LanguageClassifier.__init__(self)