process_both.py 文件源码

python
阅读 18 收藏 0 点赞 0 评论 0

项目:disaster-mitigation 作者: varun-manjunath 项目源码 文件源码
def get_list_1(need_tweet_list):
    need_res_set=[]
    for i in need_tweet_list:
        for j in i.split():
            if stemmer.stem(j.lower()) not in out_stem_list:
                need_res_set.append(j.lower())
    return list(set(need_res_set))
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号