记录一下WordNet多线程下的bug
2021-05-31 23:05
标签:mat something 通过 fir 参考 code col article coder 使用线程池的时候,WordNet会出现lazyrender的错误,通过查看一些资料,使用下面的方法去解决: 记录一下,这个问题查了很久。 参考 最佳解决方案地址 记录一下WordNet多线程下的bug 标签:mat something 通过 fir 参考 code col article coder 原文地址:https://www.cnblogs.com/future-dream/p/14728625.htmlimport nltk
from nltk.corpus import sentiwordnet as swn
# Do this first, that‘ll do something eval()
# to "materialize" the LazyCorpusLoader
next(swn.all_senti_synsets())
# Your other code here.
文章标题:记录一下WordNet多线程下的bug
文章链接:http://soscw.com/index.php/essay/89846.html