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

正規表現の間違いを修正 #35

Open
masa-oh opened this issue Oct 21, 2021 · 0 comments
Open

正規表現の間違いを修正 #35

masa-oh opened this issue Oct 21, 2021 · 0 comments

Comments

@masa-oh
Copy link
Owner

masa-oh commented Oct 21, 2021

  • 最初の音声認識結果が「すいません」または「すみません」であれば後続処理が走るような仕様としたいが、そのための正規表現が本来の意図と違った形になっているので、修正が必要。
  • 該当箇所が『すいません|すみません』となっており、部分一致する文章であればOKとみなされてしまう。『^す[い|み]ません$』などのように直す。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant