UNPKG
treebank-parser
Version:
latest (0.2.0)
0.2.0
0.1.0
0.0.3
0.0.2
0.0.1
A simple parser for treebanks stored in S-Expressions
treebank-parser
/
test
/
test.json
14 lines
(13 loc)
•
161 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"ROOT_0"
:
{
"S_0"
:
{
"VP_0"
:
{
"VB_0"
:
"Get"
,
"NP_0"
:
{
"NNS_0"
:
"coins"
}
}
,
"._0"
:
"."
}
}
}