Advertisement
Guest User

Untitled

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