Skip to content

Instantly share code, notes, and snippets.

@zhangce
Created May 14, 2014 00:28
Show Gist options
  • Select an option

  • Save zhangce/293786f47c0fc04c5a0f to your computer and use it in GitHub Desktop.

Select an option

Save zhangce/293786f47c0fc04c5a0f to your computer and use it in GitHub Desktop.
deepdive_kbp_msushkov_large=# select t1.text, t2.text, t0.rel from kb t0, entities t1, entities t2 where t0.eid1=t1.fid and t0.eid2=t2.fid and t0.rel='per:spouse' limit 1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment