mirror of
https://github.com/rspeer/wordfreq.git
synced 2024-12-23 17:31:41 +00:00
Revert a small syntax change introduced by a circular series of changes.
Former-commit-id: 09597b7cf3
This commit is contained in:
parent
4d00f17477
commit
e7d46fb104
@ -18,6 +18,6 @@ def test_combination():
|
||||
)
|
||||
assert_almost_equal(
|
||||
1.0 / word_frequency('おはようございます', 'ja'),
|
||||
(1.0 / ohayou_freq + 1.0 / gozai_freq + 1.0 / masu_freq)
|
||||
1.0 / ohayou_freq + 1.0 / gozai_freq + 1.0 / masu_freq
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user