#questions #classification #command-line-tool #research #terminal #cli #answering

app question_cli

用于问题分类和/或回答的内部研究工具

10 个版本

0.2.4 2024年8月5日
0.2.3 2024年7月31日
0.1.5 2024年7月28日

#468 in 命令行工具

Download history 229/week @ 2024-07-22 450/week @ 2024-07-29 123/week @ 2024-08-05

802 每月下载次数

MIT/Apache

21KB
454 代码行

README

目的

快速内部命令行工具,用于对问题和/或进行分类和/或回答。

要求

您需要一个格式如下的问题 .json 文件

[
  {
    "question": "Infection with X drug makes you more likely to have infection from the following?",
    "options": [
      "Histoplasma",
      "Escherichia coli",
      "Listeria monocytogenes",
      "HIV",
      "Streptococcus spp."
    ],
    "answer": "HIV"
  },
  {
    "question": "A 43-year-old woman ...  Which one of the following tests is most likely to be diagnostic in this case?",
    "options": [
      "CXR",
      "CBC",
      "ALT",
      "CT Chest",
      "ANA"
    ],
    "answer": "ANA"
  }
]

如何使用

打开您的命令行,并使用以下格式运行工具。对于 Windows,这是“命令提示符”或“PowerShell”应用程序;对于 MacOS/Linux,是“终端”。

question_cli <classify or answer> <path_to_json>

示例

question_cli answer /home/josh/Documents/question_cli/questions.json

运行工具后,将提供有关如何遍历每个问题的说明。简要来说,键入 y 或 n 将问题分类为高阶或低阶。如果回答,只需键入选项 #。使用箭头键遍历问题。

屏幕底部有一个进度条,指示还有多少个问题需要分类/回答。如果文本看起来被截断,请增加终端的大小或减小文本大小(例如,Ctrl-)。

祝您玩得开心!

依赖项

~11–19MB
~241K SLoC