Skip to content

Light-of-Hers/arknights-operator-pinyin-idiom

Repository files navigation

明日方舟干员名字首字拼音组合成语

Motivation 来自于 NGA 的一个贴子 https://ngabbs.com/read.php?tid=40538426

alt text

想配个带苏苏洛的有趣的队伍,但苦于有限的语文积累,便直接跑程序枚举。

复现方法

下载该仓库:

git clone https://github.com/Light-of-Hers/arknights-operator-pinyin-idiom.git
cd arknights-operator-pinyin-idiom

安装必要的 python 库:

python3 -m pip install --user pypinyin tqdm

生成干员数据:

python3 gen_operator_table.py

输出数据保存在 operator_table.json,需要自己手动去除其中的一部分多音字的多余注音(首字是多音字的干员都排在前面)。仓库中保存的是已经去除多余注音的结果。

生成结果:

python3 gen_results.py

输出结果保存在 idiom_to_spell_and_operators.csvspell_to_operators_and_idioms.csv,前者记录满足条件的成语所匹配的干员,后者记录各个干员可以匹配的满足条件的成语。

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages