We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
jumanpp 2.0.0-rc3でpyknp/juman/juman.pyのテストに失敗します
pyknp/juman/juman.py
$ jumanpp -v Juman++ Version: 2.0.0-rc3 / Dictionary: 20190731-356e143 / LM: K:20190430-7d143fb L:20181122-b409be68 F:20171214-9d125 $ python3 ./pyknp/juman/juman.py .F.F.....F ====================================================================== FAIL: test_dquo (__main__.JumanTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "./pyknp/juman/juman.py", line 148, in test_dquo self.assertEqual(''.join(mrph.midasi for mrph in result), test_str) AssertionError: '”最高”の気分' != '"最高"の気分' - ”最高”の気分 ? ^ ^ + "最高"の気分 ? ^ ^ ====================================================================== FAIL: test_eos2 (__main__.JumanTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "./pyknp/juman/juman.py", line 143, in test_eos2 self.assertEqual(''.join(mrph.midasi for mrph in result), test_str.replace(" ", "\ ")) AssertionError: 'Canon\u3000EOS\u300080D買った' != 'Canon\\ EOS\\ 80D買った' - Canon EOS 80D買った ? ^ ^ + Canon\ EOS\ 80D買った ? ^^ ^^ ====================================================================== FAIL: test_whitespace_jumanpp (__main__.JumanTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "./pyknp/juman/juman.py", line 132, in test_whitespace_jumanpp self.assertEqual(''.join(mrph.midasi for mrph in result), test_str.replace(" ", "\ ")) AssertionError: '半角\u3000スペース' != '半角\\ スペース' - 半角 スペース ? ^ + 半角\ スペース ? ^^ ---------------------------------------------------------------------- Ran 10 tests in 0.177s FAILED (failures=3)
The text was updated successfully, but these errors were encountered:
jumanpp 2.0.0 がまだ rc なのでひとまず放置しています
Sorry, something went wrong.
No branches or pull requests
jumanpp 2.0.0-rc3で
pyknp/juman/juman.py
のテストに失敗しますThe text was updated successfully, but these errors were encountered: