Open kordjamshidi opened 8 years ago
And the same with this feature : https://github.com/IllinoisCogComp/saul/blob/master/saul-examples/src/main/scala/edu/illinois/cs/cogcomp/saulexamples/nlp/EntityMentionRelation/RewriteBasicModel/entityRelationBasicDataModel.scala#L78, with getWithWindow
.
This deprecated function does not work properly: https://github.com/IllinoisCogComp/saul/blob/master/saul-core/src/main/scala/edu/illinois/cs/cogcomp/saul/datamodel/DataModel.scala#L90 and this leads to the ER not to work now. Because this feature uses that: https://github.com/IllinoisCogComp/saul/blob/master/saul-examples/src/main/scala/edu/illinois/cs/cogcomp/saulexamples/nlp/EntityMentionRelation/entityRelationClassifiers.scala#L29 @sameersingh , is it relevant to your changes? Could you have a look?