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

fix: 「...」の中での区切り文字の判定に句点のみが使われている問題を修正 #24

Merged
merged 1 commit into from
Feb 11, 2023

Conversation

azu
Copy link
Member

@azu azu commented Feb 11, 2023

センテンス分解に使うと区切り文字も「...」の中の区切り文字として扱うように追加した。

  • "?", // question mark
  • "!", // exclamation mark
  • "?", // (ja) zenkaku question mark
  • "!" // (ja) zenkaku exclamation mark

以前は、前者のパターンのみがOKになっていて、今回のPRで後者のパターンもOKになる。

紅ちゃんは、たたえなくなっていいって、思う? もっと大事なものがあったら、スパイになれなくてもいいって、思う?

「紅ちゃんは、たたえなくなっていいって、思う? もっと大事なものがあったら、スパイになれなくてもいいって、思う?」

fix #17

センテンス分解に使うと区切り文字も「...」の中の区切り文字として扱うように追加した。

- "?", // question mark
- "!", //  exclamation mark
- "?", // (ja) zenkaku question mark
- "!" // (ja) zenkaku exclamation mark
@azu azu linked an issue Feb 11, 2023 that may be closed by this pull request
@azu azu added the Type: Bug Bug or Bug fixes label Feb 11, 2023
@azu azu merged commit e3de7e0 into master Feb 11, 2023
@azu azu deleted the feature/17 branch February 11, 2023 12:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Bug or Bug fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

括弧で囲まれた文章が一文として判定される
1 participant