Skip to content

Commit

Permalink
revert KNP option
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu-g committed Oct 14, 2024
1 parent 450e5d1 commit 54a79de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/processors/test_knp.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def test_apply() -> None:
],
)
def test_apply_to_sentence(text: str) -> None:
knp = KNP(options=["-tab", "-anaphora"])
knp = KNP()
sent = knp.apply_to_sentence(text)
assert sent.text == text.replace("\r", "").replace("\n", "")

Expand Down

0 comments on commit 54a79de

Please sign in to comment.