HazyResearch / mindbender

Tools for iterative knowledge base development with DeepDive
116 stars 32 forks source link

Spouse example does not work with latest DeepDive/ddlog #51

Closed raphaelhoffmann closed 8 years ago

raphaelhoffmann commented 8 years ago
[error] app.ddlog[67.26] failure: `(' expected but `l' found

function ext_people over like ext_people_input

                         ^

The example is different from the example in the ddlog repository. Did the syntax change?

senwu commented 8 years ago

Yes. Here is the new syntax for tsv extractor: function XXX over rows like YYY returns rows like ZZZ implementation AAA handles tsv lines.

chrismre commented 8 years ago

@zhangce @netj This has got to be fixed in the docs! (is it) :)

netj commented 8 years ago

@raphaelhoffmann Yes the syntax changed and I made the changes but forgot to push. Just updated. @chrismre The website is up to date. This issue is about the example hidden in mindbender repo for demonstrating DDlog annotations and frontend tools.