这里会显示出您选择的修订版和当前版本之间的差别。
两侧同时换到之前的修订记录 前一修订版 后一修订版 | 前一修订版 | ||
zh:notes:patent_similarity [2021/01/15 09:16] pzczxs [Step 2: 计算专利相似度矩阵] |
zh:notes:patent_similarity [2022/01/27 08:23] (当前版本) pzczxs 讨论状态变化了 |
||
---|---|---|---|
行 2: | 行 2: | ||
===== Citation Information ===== | ===== Citation Information ===== | ||
- | Xin An, Jinghong Li, Shuo Xu, Liang Chen, and Wei Sun, 2021. An Improved Patent Similarity Measurement based on Entities and Semantic Relations. //Journal of Informetrics//. | + | Xin An, Jinghong Li, Shuo Xu, Liang Chen, and Wei Sun, 2021. [[https://doi.org/10.1016/j.joi.2021.101135|An Improved Patent Similarity Measurement based on Entities and Semantic Relations]]. //Journal of Informetrics//, Vol. 15, No. 2, pp. 101135. |
===== Requirements ===== | ===== Requirements ===== | ||
行 81: | 行 81: | ||
==== Step 4: 计算专利相似度 ==== | ==== Step 4: 计算专利相似度 ==== | ||
- | 运行文件<color red>gen_similarity_score.py</color>计算专利相似度,结果保存在<color red>similarity_weighted.xlsx</color>以及<color red>similarity_nonweighted.xlsx</color>文件中,前者基于step 3的权重,后者基于相同权重。 | + | 运行文件<color red>gen_similarity_score.py</color>计算专利相似度,结果保存在<color red>similarity_weighted.xlsx</color>以及<color red>similarity_nonweighted.xlsx</color>文件中,前者基于Step 3的权重,后者基于相同权重。 |
<code python> | <code python> | ||
行 91: | 行 91: | ||
该数据集该步骤会花费大约十个小时。 | 该数据集该步骤会花费大约十个小时。 | ||
+ | ~~DISCUSSION:closed~~ |