Skip to content

Commit 6f9f944

Browse files
committed
Fix method rename left out of rebase
1 parent 7b87833 commit 6f9f944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

annif/rest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def _suggest(project_id, documents, parameters):
146146

147147
try:
148148
hit_filter = SuggestionFilter(project.subjects, limit, threshold)
149-
hit_sets = project.suggest_batch(corpus)
149+
hit_sets = project.suggest_corpus(corpus)
150150
except AnnifException as err:
151151
return server_error(err)
152152

0 commit comments

Comments
 (0)