bluesky632

Results 16 comments of bluesky632

我把maps.pkl删除运行,弄了几次,不知道为啥,就没有报错了,然后能正常训练;但是预测的时候,不能预测出实体来,你的程序能预测到实体吗?

在#22里有人回答过这个问题, 在这两行之间加了几行空行就行了

![20181204152932](https://user-images.githubusercontent.com/22184743/49425768-89671c00-f7d9-11e8-9386-d98aefbb5de2.png)

![default](https://user-images.githubusercontent.com/22184743/49348954-40cd3700-f6e3-11e8-8c97-8ef41181fd91.png) ![20181203100642](https://user-images.githubusercontent.com/22184743/49348933-2abf7680-f6e3-11e8-83e0-d3df42fd3974.png)

我感觉可能就是序列标注的方法,没有进行情感极性分析

Traceback (most recent call last): File "D:\Anaconda3\lib\threading.py", line 916, in _bootstrap_inner self.run() File "D:\Anaconda3\lib\threading.py", line 864, in run self._target(*self._args, **self._kwargs) File "D:\Anaconda3\lib\site-packages\gensim\models\word2vec.py", line 806, in worker_loop tally, raw_tally = self._do_train_job(sentences,...