Skip to content

Neural ParsCit v1.0.2 (Optimisation)

Compare
Choose a tag to compare
@kylase kylase released this 07 Aug 14:18
· 19 commits to master since this release
d77b92f

Release Notes

  • The memory footprint has improved further. A Docker container with 8 GB should be able to build the model
  • gensim, Theano and numpy have been upgraded to the latest version (you will need to rebuild your Docker image)
  • Word vectors are loaded with KeyedVectors because of API deprecation. (Please read the important notes below and README with regards to this as there is breaking change with regards to how to build the model)

Important Notes

  • As the word vectors are loaded lazily to reduce memory footprint, you will need to download the new word vectors from WING website and follow the instruction on README