Closed geoHeil closed 6 years ago
When upgrading to corenlp 3.7.0 (the current version) several test failures occur:
[info] - natlog *** FAILED *** [info] Array("up", "up", "up", "up", "up", "up", "up") did not equal List("up", "down", "up", "up", "up", "up", "up") (functionsSuite.scala:21) [info] - depparse *** FAILED *** [info] Array([University,2,compound,Stanford,1,1.0], [located,4,nsubjpass,University,2,1.0], [located,4,auxpass,is,3,1.0], [California,6,case,in,5,1.0], [located,4,nmod:in,California,6,1.0], [located,4,punct,.,7,1.0]) did not equal List([University,2,compound,Stanford,1,1.0], [located,4,nsubj,University,2,1.0], [located,4,cop,is,3,1.0], [California,6,case,in,5,1.0], [located,4,nmod:in,California,6,1.0], [located,4,punct,.,7,1.0]) (functionsSuite.scala:21)
https://github.com/databricks/spark-corenlp/pull/24 will fix them.
When upgrading to corenlp 3.7.0 (the current version) several test failures occur: