From c75af86f217fa4895c1b290274d6be258c47c86d Mon Sep 17 00:00:00 2001 From: fanpt <320622572@qq.com> Date: Sun, 25 May 2025 18:24:42 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=BF=94=E5=9B=9E=E7=BB=93?= =?UTF-8?q?=E6=9E=9C=EF=BC=8C=E6=B7=BB=E5=8A=A0=E8=8A=82=E7=82=B9=E6=A0=87?= =?UTF-8?q?=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AttributeTripleExtractor/AttributeTripleExtractor.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/AttributeTripleExtractor/AttributeTripleExtractor.txt b/AttributeTripleExtractor/AttributeTripleExtractor.txt index 3c5a0a2..d87c755 100644 --- a/AttributeTripleExtractor/AttributeTripleExtractor.txt +++ b/AttributeTripleExtractor/AttributeTripleExtractor.txt @@ -14,45 +14,45 @@ { "nodes": [ { + "name":"龙源(酒泉)风力发电有限公司", "type": "公司", "attributes": { - "名称": "龙源(酒泉)风力发电有限公司", "地址": "雨花台区" } }, { + "name":"电子银行承兑汇票", "type": "电子银行承兑汇票", "attributes": { - "名称":"电子银行承兑汇票", "金额": "100.00万元", "打印时间": "2024年10月20号" } }, { + "name": "杭州六小龙", "type": "公司", "attributes": { - "名称": "杭州六小龙", "地址": "杭州高新区" } } ], "relations": [ { + "name": "收购", "source": "公司", "target": "公司", "type": "收购", "attributes": { - "名称":"收购", "收购类型": "全资收购", "收购时间": "2025年5月28号" } }, { + "name":"收购", "source": "公司", "target": "电子银行承兑汇票", "type": "持有", "attributes": { - "名称":"持有", "持有方式": "纸质" } }