Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 13th, 2012  |  syntax: None  |  size: 0.53 KB  |  hits: 7  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1.   data = {
  2.     "pair_1":
  3.       [
  4.         { # Sentence 1
  5.           ("the","cat","sat") : set([]),
  6.           ("cat","sat","on") : set([])
  7.         },
  8.         { # Sentence 2
  9.           ("the","cat","sat") : set([]),
  10.           ("cat","sat","on") : set([])
  11.         }
  12.       ],
  13.     "pair_2":
  14.       [
  15.         { # Sentence 1
  16.           ("the","quick","brown") : set([]),
  17.           ("quick","brown","fox") : set([])
  18.         },
  19.         { # Sentence 2
  20.           ("the","quick","brown") : set([]),
  21.           ("quick","brown","fox") : set([])
  22.         }
  23.       ]
  24.   }