TODO 标记
This commit is contained in:
committed by
SengokuCola
parent
9fbb733e0a
commit
e1e296491c
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user