admin管理员组

文章数量:1564639

利用ChatGPT进行科学文献计量结果分析

  • 1. 前提准备
  • 2 api-key保存
  • 3. 导入库和文献数据
  • 4. ChatGPT-4 analysis
    • 4.1 `ask_chatgpt_eda()`
    • 4.2 `ask_chatgpt_wordcloud()`
    • 4.3 `ask_chatgpt_ngrams()`
    • 4.4 `ask_chatgpt_ep()`
    • 4.5 `ask_chatgpt_sankey()`
    • 4.6 `ask_chatgpt_ap()`
    • 4.7 `ask_chatgpt_bp()`
    • 4.8 `ask_chatgpt_citation()`
    • 4.9 `ask_chatgpt_hist()`
    • 4.10 `ask_chatgpt_colab()`
    • 4.11 `ask_chatgpt_sim()`
    • 4.12 `ask_chatgpt_map()`
  • 5 汇总

手动反爬虫:原博地址 https://blog.csdn/lys_828/article/details/133780064

 知识梳理不易,请尊重劳动成果,文章仅发布在CSDN网站上,在其他网站看到该博文均属于未经作者授权的恶意爬取信息
 
 欢迎交流
 作者邮箱:xianl828@163.com
 微信:lys_828

1. 前提准备

  • 需要有openai的账号
  • 需要购买api-key

购买后,api-key可以在https://platform.openai/account/api-keys界面查询,如下

本文标签: 文献科学chatGPT