Open wendlingd opened 2 years ago
Hi @wendlingd. Currently we've provided a requirements.txt file with the versions of the libraries we support. As long as you use those versions, our code should work.
As for updating the libraries and the code, that is in the works. We'll hopefully have a clear timeline on it in the near future.
Great book! I read it cover to cover AND tried to run nearly all of the code, which I almost never do.
Could the code in this repo for spaCy and gensim be updated to the current versions? As one example, Ch5/01_KPE.ipynb does not run with the current version of spaCy. I am just learning but I assume changes might include, for Ch5/01_KPE.ipynb,
Book version:
What appears to run okay as of this writing, December 2021, using spaCy 3.2.0...
Would be great if someone smarter than me could update the book's spaCy- and gensim-related code to run current versions for 2022...