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

Commits on Feb 11, 2023

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

    センテンス分解に使うと区切り文字も「...」の中の区切り文字として扱うように追加した。
    
    - "?", // question mark
    - "!", //  exclamation mark
    - "?", // (ja) zenkaku question mark
    - "!" // (ja) zenkaku exclamation mark
    azu committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    ac371b0 View commit details
    Browse the repository at this point in the history