Fix: nltk to 3.8.1 or lower
Due to reports that updating nltk to 3.8.2 or later significantly slows down learning, including English.
This commit is contained in:
@@ -27,6 +27,7 @@ dependencies = [
|
||||
"g2p_en",
|
||||
"jieba",
|
||||
"loguru",
|
||||
"nltk<=3.8.1",
|
||||
"num2words",
|
||||
"numba",
|
||||
"numpy",
|
||||
|
||||
Reference in New Issue
Block a user