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

feat: improve error message #56

Merged
merged 3 commits into from
Jul 16, 2023
Merged

feat: improve error message #56

merged 3 commits into from
Jul 16, 2023

Conversation

azu
Copy link
Member

@azu azu commented Jul 16, 2023

一文に二回以上利用されている助詞 "${joshiName}" がみつかりました。

次の助詞が連続しているため、文を読みにくくしています。

- ${startWord}
- ${endWord}

異なる助詞を利用する、文を分割する、文の中で順番を入れ替えるなどを検討してください。

という形のエラーメッセージにしてみる

具体的なエラー

列車事故でバスで振り替え輸送を行った。 
----------------------------------------------

一文に二回以上利用されている助詞 "で" がみつかりました。

次の助詞が連続しているため、文を読みにくくしています。

- 事故"で"
- バス"で"

異なる助詞を利用する、文を分割する、文の中で順番を入れ替えるなどを検討してください。

@azu azu linked an issue Jul 16, 2023 that may be closed by this pull request
@azu azu added the Type: Feature New Feature label Jul 16, 2023
@azu
Copy link
Member Author

azu commented Jul 16, 2023

材料不足で代替素材で製品を作った。

Before

image

After

image image

@azu azu merged commit cf12c2b into master Jul 16, 2023
@azu azu deleted the feature/55 branch July 16, 2023 05:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature New Feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

エラーメッセージの詳細化
1 participant