redpen-cc / redpen

RedPen is an open source proofreading tool to check if your technical documents meet the writing standard. RedPen supports various markup text formats (Markdown, Textile, AsciiDoc, Re:VIEW, reStructuredText and LaTeX).
https://redpen.cc
Apache License 2.0
569 stars 74 forks source link

Added position to JapaneseAmbiguousNounConjunctionValidator #896

Open yamanakahirofumi opened 3 years ago

yamanakahirofumi commented 3 years ago

JapaneseAmbiguousNounConjunctionValidatorの出力でStartPositionとEndPositionが追記されるようにしました。 開始位置と終了位置はValidate確定時の単語の位置とメッセージに代入する文字列長から計算しています。

Added StartPosition and EndPosition in the output of JapaneseAmbiguousNounConjunctionValidator. The start position and end position are calculated from the position of the word when Validate is confirmed and the length of the character string to be assigned to the message.

yamanakahirofumi commented 3 years ago

CIの失敗は、www.us.apache.orgのドメインでIPアドレスが引けていないこと起因で、mavenダウンロードが失敗していることのようです。 DNSの修正待ち、またはCI環境のダウンロード先変更、したら再度テストを流してくれると助かります。

The CI failure seems to be due to the maven download failing due to the IP address not being assigned in the www.us.apache.org domain. Please wait for the DNS to be corrected, or change the download destination of the CI environment, and then run the test again.