Advertisement
Guest User

Untitled

a guest
Mar 26th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.10 KB | None | 0 0
  1. {
  2.   "head": {},
  3.   "def": [
  4.     {
  5.       "text": "hello",
  6.       "pos": "noun",
  7.       "ts": "ˈheˈləʊ",
  8.       "tr": [
  9.         {
  10.           "text": "привет",
  11.           "pos": "noun",
  12.           "syn": [
  13.             {
  14.               "text": "приветствие",
  15.               "pos": "noun",
  16.               "gen": "ср"
  17.             }
  18.           ],
  19.           "mean": [
  20.             {
  21.               "text": "hi"
  22.             },
  23.             {
  24.               "text": "welcome"
  25.             }
  26.           ],
  27.           "ex": [
  28.             {
  29.               "text": "big hello",
  30.               "tr": [
  31.                 {
  32.                   "text": "большой привет"
  33.                 }
  34.               ]
  35.             }
  36.           ]
  37.         }
  38.       ]
  39.     },
  40.     {
  41.       "text": "hello",
  42.       "pos": "verb",
  43.       "ts": "ˈheˈləʊ",
  44.       "tr": [
  45.         {
  46.           "text": "поздороваться",
  47.           "pos": "verb",
  48.           "asp": "сов",
  49.           "mean": [
  50.             {
  51.               "text": "greet"
  52.             }
  53.           ]
  54.         }
  55.       ]
  56.     }
  57.   ]
  58. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement