Skip to content

Commit

Permalink
Fixed typing
Browse files Browse the repository at this point in the history
  • Loading branch information
fbanados committed Nov 26, 2024
1 parent 7de63d5 commit b923795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/morphodict/search/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def sort_by_cvd(r: Result):
# If we did an english phrase search, we have to inflect back the results!
if (search_query.espt or inflect_english_phrases) and (
len(initial_query_terms) > 1
):
) and espt_search:
espt_search.inflect_search_results()

# Annotate every entry in search results with the POS match when that is available
Expand Down

0 comments on commit b923795

Please sign in to comment.