CogComp / saul

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

projecting a list of properties at the end of query #303

Open kordjamshidi opened 8 years ago

kordjamshidi commented 8 years ago

Currently we can have such queries:

node1(x)~>edge1 prop p1

now we want to have

node1(x)~>edge1 prop (p1,p2, ...)
kordjamshidi commented 8 years ago

@sameersingh : are you going to address this?