aboutsummaryrefslogtreecommitdiffstats
path: root/97suifangqa/apps/info/utils.py
blob: 18a8648460bd8858dde2ec644660908f995f3918 (plain)
1
2
3
4
5
6
7
8
# -*- coding: utf-8 -*-


def split_word(s):
    u'''
    对查询语句进行分词
    '''
    return s