databricks / spark-corenlp

Stanford CoreNLP wrapper for Apache Spark
GNU General Public License v3.0
422 stars 120 forks source link

update to 3.7.0 of corenlp results in test failures #23

Closed geoHeil closed 5 years ago

geoHeil commented 7 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)
geoHeil commented 7 years ago

https://github.com/databricks/spark-corenlp/pull/24 will fix them.