zanejins

Results 4 issues of zanejins

我在运行DocExtractor实体抽取的例子。 1. 将路径 (NLPIR\NLPIR SDK\DocExtractor\projects\DocExtractor_c++) 中的 main.cpp 文件拷贝到项目目录下(我的路径为 NLPIR-DE\DocExtractorCppTest\) 2. 把路径 (NLPIR\NLPIR SDK\DocExtractor\lib\win32) 下的 DocExtractor.dll 以及 DocExtractor.lib 两个文件拷贝到项目目录下(我的路径为 NLPIR-DE\DocExtractorCppTest\) 3. 将 (NLPIR\License\license for a month\DocExtractor 文档提取授权) 下面的 DocExtractor.user 拷贝到路径 NLPIR\NLPIR...

I creating a personal access token. Here are the details about it. ![image](https://user-images.githubusercontent.com/98217021/218635204-ffa7836e-2df0-4f07-aa8a-fd5039dfdc08.png). But all statistics are 0. I am confused. ![image](https://user-images.githubusercontent.com/98217021/218636041-cfc6c32d-1345-4212-8bec-478b6e338607.png)

我下载打开后,准备看教程,发现源代码显示不完整,只有点击右上角的preview才会完整显示,请问这是什么问题导致的。 ![image](https://user-images.githubusercontent.com/98217021/236104372-6cdcee87-4c98-4edc-9db9-0a4ccee35e3c.png) 我猜测是由于少安装插件的问题,但是不知道少安装了哪个。

First I install this promptify using the below command ``` pip3 install git+https://github.com/promptslab/Promptify.git ``` Then, I want to use the relation extraction model by the below code ``` result =...