Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

config で markovSpeaking.allowLearnCW が false になっているのに CW 付き投稿を学習してしまう #16

Open
private-yusuke opened this issue Jun 15, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@private-yusuke
Copy link
Owner

背景

ユーザーが CW を付けて投稿するような内容については学習しない方がよいと考えられる。
そのため、CW が付いた投稿を学習するかどうかの設定ができるように config で設定できる項目として、markovSpeaking.allowLearnCW を用意している。これは真偽値を設定できるもので、true を設定すると CW 付きの投稿を学習し、false なら CW 付きの投稿を学習しなくなる。

実際の挙動

markovSpeaking.allowLearnCW が false に設定されていても CW 付きの投稿を学習してしまっている例を確認した。

@private-yusuke private-yusuke added the bug Something isn't working label Jun 15, 2022
@private-yusuke private-yusuke self-assigned this Jun 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant