CogComp / saul

Saul : Declarative Learning-Based Programming
Other
64 stars 18 forks source link

Refining Join nodes #359

Open kordjamshidi opened 8 years ago

kordjamshidi commented 8 years ago

The notion of join node has some difficulties to be used in the applications for now. These are some issues about it: a) We need to be able to define unique identifiers for join nodes as we used to do when defining single nodes. b) We need to be able to define properties for the join nodes. c) We need to be able to define classifiers which apply on join nodes. d) We need small example/tests to see how these would work. Here is our new application that will use the join nodes.