Skip to content

Instantly share code, notes, and snippets.

@blork
Created December 17, 2011 16:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save blork/1490627 to your computer and use it in GitHub Desktop.
Save blork/1490627 to your computer and use it in GitHub Desktop.
data = {
"pair_1":
[
{ # Sentence 1
("the","cat","sat") : set([]),
("cat","sat","on") : set([])
},
{ # Sentence 2
("the","cat","sat") : set([]),
("cat","sat","on") : set([])
}
],
"pair_2":
[
{ # Sentence 1
("the","quick","brown") : set([]),
("quick","brown","fox") : set([])
},
{ # Sentence 2
("the","quick","brown") : set([]),
("quick","brown","fox") : set([])
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment