Created
May 14, 2014 00:28
-
-
Save zhangce/293786f47c0fc04c5a0f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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