示例#1
0
 def cut(self, snt):
     words = funs.cut(snt)
     print '/'.join(words)
示例#2
0
def get_topicatbs(topic):
    return [t for t in cut(topic.title + ' ' + topic.text) if t not in ignor and t not in ignors]