Skip to content

0.2.4

Compare
Choose a tag to compare
@Thommy257 Thommy257 released this 04 Jul 15:13
· 55 commits to main since this release

Added:

  • Support for using jax as backend of tensornetwork when setting use_jit=True in the NumpyModel. The interface is not affected by this change, but performance of the model is significantly improved.

Fixed:

  • Fix a bug that caused the BobcatParser and the WebParser to trigger an SSL certificate error using Windows.
  • Fix false positives in assigning conjunction rule using the CCGBankParser. The rule , + X[conj] -> X[conj] is a case of removing left punctuation, but was being assigned conjunction erroneously.