Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 792d4ee

Browse files
committed
Actual fix to #43
1 parent 2ec1fc0 commit 792d4ee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/pyate/term_extraction.py

+3
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,9 @@ def count_terms_from_documents(self,
261261
# TODO: further optimize
262262
# TODO: add type annotations
263263

264+
# Temporary fix, will fix later
265+
doAsync = False
266+
264267
if hasattr(self, "_TermExtraction__term_counts"):
265268
return self.__term_counts
266269

0 commit comments

Comments
 (0)