#coding:utf-8
import json
import sys
reload(sys)
sys.setdefaultencoding("utf8")
import jieba
import jieba.analyse as ja
import jieba.posseg as jp