TODO 标记

This commit is contained in:
UnCLAS-Prommer
2026-03-10 23:15:24 +08:00
committed by SengokuCola
parent 9fbb733e0a
commit e1e296491c

View File

@@ -78,7 +78,11 @@ class ExpressionLearner:
expressions, jargon_entries = parse_expression_response(response)
# TODO: 完成学习
# 从缓存检查 jargon 是否出现在 message 中
# TODO: 从缓存检查 jargon 是否出现在 message 中
# TODO: 检查表达方式/黑话数量
# TODO: 处理黑话条目
# TODO: 过滤
# TODO: 存储
# ====== 黑话相关 ======
def _check_cached_jargons_in_messages(self, jargon_miner: Optional["JargonMiner"] = None):