Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu-g committed Aug 20, 2023
1 parent 73c62e2 commit 7353806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rhoknp/processors/kwja.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def __init__(
self._proc = Popen(self.run_command, stdin=PIPE, stdout=PIPE, stderr=PIPE, encoding="utf-8")
if skip_sanity_check is False:
# TODO: replace "あ" with an empty string after KWJA v2.2.0 is released
_ = self.apply(Document.from_raw_text(""))
_ = self.apply(Document.from_raw_text("こんにちは"))
except Exception as e:
logger.warning(f"failed to start KWJA: {e}")

Expand Down

0 comments on commit 7353806

Please sign in to comment.