qq547276542 / Agriculture_KnowledgeGraph

农业知识图谱(AgriKG):农业领域的信息检索,命名实体识别,关系抽取,智能问答,辅助决策
GNU General Public License v3.0
4.01k stars 1.56k forks source link

做个简单的复现报告:程序绝大部分功能是可复现的,但是个别功能仍不能跑通 #91

Open hao-go opened 2 years ago

hao-go commented 2 years ago

作为一个其他专业的小白,花了不少精力才复现了这个程序,在此简单分享下复现过程吧,免得大家踩同样的坑:

` answer=answer[0]

    print(answer)

    if answer == None:

        ctx['title'] = ‘‘<h1> 该url不存在,别乱搞! </h1>’‘

        return render(request, "tagging_data.html", ctx)

    ctx['detail'] = answer['detail'] 

    ctx['title'] = answer['title']

    image = answer['image']

    ctx['image'] = ''<img class="rounded card-img-top img-fluid" src="' + str(image) + '" alt="该条目无图片" style="width:30%" >''

    ctx['baseInfoKeyList'] = []`

其中 `ctx['detail'] = answer['detail']

ctx['title'] = answer['title'] `

answer['detail']、answer['detail'],这种方式无法解析出answer内的detail,目前没找到解决方法,若是有大佬看到,还请指点一二。感激不尽

manhongnie commented 2 years ago

图片match的功能,你实现了吗

hao-go commented 2 years ago

图片检索的功能没有实现成功

hao-go commented 2 years ago

我又为系统添加了登录和注册的功能

AnliComputer commented 2 years ago

我又为系统添加了登录和注册的功能

您好,关于你新增的登录和注册功能可以在哪里查看的到吗?我在你的仓库里找到的好像没有这个功能

Old-Lan commented 9 months ago

fenlei.baike.com返回502,大家怎么解决的