Skip to content

Commit

Permalink
Merge branch 'main' of github.com:UAlbertaALTLab/morphodict
Browse files Browse the repository at this point in the history
  • Loading branch information
fbanados committed May 25, 2024
2 parents d6e9999 + e0d0be6 commit 1adc124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CreeDictionary/tests/API_tests/model_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ def test_lemma_ranking_most_frequent_word():
# the English sleep should many Cree words. But nipâw should show first because
# it undoubtedly has the highest frequency
results = search(query="sees").presentation_results()
top_3_texts = set([ result.wordform.text for result in results[0:3]])
top_3_texts = set([result.wordform.text for result in results[0:3]])
assert "wâpahtam" in top_3_texts
assert "wâpamêw" in top_3_texts

Expand Down

0 comments on commit 1adc124

Please sign in to comment.