Skip to content

Use of the DashScope API to correct paragraphs and translate to Chinese

License

Notifications You must be signed in to change notification settings

Cx33032/article-correction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

使用方法

开通DashScope服务

请查阅官方参考文档


添加API-KEY

  1. 访问 DashScope控制台
  2. 点击“创建新的API-KEY” 图片
  3. 点击蓝色的“复制”按钮
    图片
  4. 将其复制并替换主程序中第19行的 YOUR-API-KEY (切记不要删除双引号)

运行主程序

所有python可执行文件已经集成于venv目录下,无需另外下载

  1. 右键单击本文件夹空白处,选择在 终端 打开 图片
  2. 在命令行输入下列代码(纠正拼写)
    venv\Scripts\python.exe article_correction.py --input input.docx
    翻译用下列代码:
    venv\Scripts\python.exe article_correction.py --input input.docx --method translate
    如果有其他名字的文件,可以将input.docx改成对应文件名(一定要带后缀名)
  3. 输出的文件将会命名为 “原文件名_after.docx”

To-do list

必要功能

  • 通过API接口访问大模型
  • 将大模型的输出转换为string格式
  • 读取docx文件
  • 循环读取docx段落
  • 将处理好的段落保存至新的docx文件
  • 翻译docx文件

非必要功能

  • 添加处理进度条

About

Use of the DashScope API to correct paragraphs and translate to Chinese

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages