liwenqingi
liwenqingi
When I tried to use following command: ../bin/semrep.v1.8 -L 2018 -Z 2018AA test.ml I got this error: **! System error ! 'dlopen("/home/liwenqing1/Package/semrep/public_semrep/bin/abgenemod.so") failed in load_foreign_resource/1: libpcre.so.1: 无法打开共享对象文件: 没有那个文件或目录' ! Existence...
Hi! If I want to train a new type, should I modify the modeling.py file to set up a separate classifier for training, and then add the modified classifier layer...
> @minstar I see that you are training several types together. I want to integrate new types of entities into bern2_ner. Should I add a classifier to the modeling.py file...
> I prefer to choose the latter case, this is because you have to find optimal training settings which could be time-consuming and labor-intensive things. May I ask the reason...
> Then, how about adding your new entity classifying system through socket communication as we did? > > In bern2.py, line 361-363, we separately get the results of tmvar, gnormplus,...
I also got the problem,have you fixed this?