Skip to content

Instantly share code, notes, and snippets.

@hironobu-s
Created July 24, 2019 07:59
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 hironobu-s/d033d025b97e5597023153416e3047c6 to your computer and use it in GitHub Desktop.
Save hironobu-s/d033d025b97e5597023153416e3047c6 to your computer and use it in GitHub Desktop.
{
"sentences": [
{
"after": "",
"children": [
{
"after": "",
"children": [
{
"after": " ",
"children": [],
"pos": "NNP",
"rank": 2,
"text": "Go",
"type": "word"
}
],
"pos": "NP",
"rank": 1,
"ref": null,
"type": "phrase"
},
{
"after": "",
"children": [
{
"after": " ",
"children": [],
"pos": "VBZ",
"rank": 2,
"text": "is",
"type": "word"
},
{
"after": "",
"children": [
{
"after": " ",
"children": [
{
"after": " ",
"children": [],
"pos": "JJ",
"rank": 4,
"text": "open",
"type": "word"
},
{
"after": " ",
"children": [],
"pos": "NN",
"rank": 4,
"text": "source",
"type": "word"
},
{
"after": " ",
"children": [],
"pos": "NN",
"rank": 4,
"text": "programming",
"type": "word"
},
{
"after": " ",
"children": [],
"pos": "NN",
"rank": 4,
"text": "language",
"type": "word"
}
],
"pos": "DT",
"rank": 3,
"text": "an",
"type": "word"
},
{
"after": "",
"children": [
{
"after": "",
"children": [
{
"after": " ",
"children": [],
"pos": "WDT",
"rank": 5,
"text": "that",
"type": "word"
}
],
"pos": "WHNP",
"rank": 4,
"ref": null,
"type": "phrase"
},
{
"after": "",
"children": [
{
"after": "",
"children": [
{
"after": " ",
"children": [],
"pos": "VBZ",
"rank": 6,
"text": "makes",
"type": "word"
},
{
"after": "",
"children": [
{
"after": "",
"children": [
{
"after": " ",
"children": [],
"pos": "PRP",
"rank": 8,
"text": "it",
"type": "word"
}
],
"pos": "NP",
"rank": 7,
"ref": null,
"type": "phrase"
},
{
"after": "",
"children": [
{
"after": " ",
"children": [],
"pos": "JJ",
"rank": 8,
"text": "easy",
"type": "word"
}
],
"pos": "ADJP",
"rank": 7,
"ref": null,
"type": "phrase"
},
{
"after": "",
"children": [
{
"after": "",
"children": [
{
"after": " ",
"children": [
{
"after": " ",
"children": [],
"pos": "VB",
"rank": 10,
"text": "build",
"type": "word"
}
],
"pos": "TO",
"rank": 9,
"text": "to",
"type": "word"
},
{
"after": "",
"children": [
{
"after": "",
"children": [],
"pos": "JJ",
"rank": 10,
"text": "simple",
"type": "word"
},
{
"after": " ",
"children": [],
"pos": ",",
"rank": 10,
"text": ",",
"type": "word"
},
{
"after": "",
"children": [],
"pos": "JJ",
"rank": 10,
"text": "reliable",
"type": "word"
},
{
"after": " ",
"children": [],
"pos": ",",
"rank": 10,
"text": ",",
"type": "word"
},
{
"after": " ",
"children": [],
"pos": "CC",
"rank": 10,
"text": "and",
"type": "word"
},
{
"after": " ",
"children": [],
"pos": "JJ",
"rank": 10,
"text": "efficient",
"type": "word"
},
{
"after": "",
"children": [],
"pos": "NN",
"rank": 10,
"text": "software",
"type": "word"
}
],
"pos": "NP",
"rank": 9,
"ref": null,
"type": "phrase"
}
],
"pos": "VP",
"rank": 8,
"ref": null,
"type": "phrase"
}
],
"pos": "S",
"ref": {
"dep": "advcl",
"depth": "2",
"direction": "forward",
"pos": "JJ",
"rank": "2",
"word": "easy"
},
"type": "clause"
}
],
"pos": "S",
"ref": null,
"type": "clause"
}
],
"pos": "VP",
"rank": 5,
"ref": null,
"type": "phrase"
}
],
"pos": "S",
"ref": null,
"type": "clause"
}
],
"pos": "SBAR",
"ref": {
"dep": "relcl",
"depth": "2",
"direction": "forward",
"pos": "NN",
"rank": "1",
"word": "language"
},
"type": "clause"
}
],
"pos": "NP",
"rank": 2,
"ref": null,
"type": "phrase"
}
],
"pos": "VP",
"rank": 1,
"ref": null,
"type": "phrase"
},
{
"after": "",
"children": [],
"pos": ".",
"rank": 1,
"text": ".",
"type": "word"
}
],
"pos": "S",
"ref": null,
"type": "clause"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment