Appearance
语法分析
接口数据
json
{
"sentence_analysis": [
{
"type": "复杂句",
"text": "What I have seen is that the students are very active in the classroom.",
"position": [
0,
15
],
"elements": [
{
"type": "主语从句",
"text": "What I have seen",
"position": [
0,
4
],
"elements": [
{
"type": "宾语",
"text": "What",
"position": [
0,
1
],
"elements": []
},
{
"type": "谓语",
"text": "have seen",
"position": [
2,
4
],
"elements": [
{
"type": "助动词",
"text": "have",
"position": [
2,
3
]
}
]
}
]
},
{
"type": "谓语",
"text": "is",
"elements": [],
"position": [
4,
5
]
},
{
"type": "表语从句",
"text": "that the students are very active in the classroom",
"position": [
5,
14
],
"elements": [
{
"type": "连词",
"text": "that",
"position": [
5,
6
],
"elements": []
},
{
"type": "主语",
"text": "the students",
"position": [
6,
8
],
"elements": [
{
"type": "限定词",
"text": "the",
"position": [
6,
7
]
}
]
},
{
"type": "状语",
"text": "very",
"position": [
9,
10
],
"elements": []
},
{
"type": "表语",
"text": "active",
"position": [
10,
11
],
"elements": []
},
{
"type": "限定词",
"text": "the",
"position": [
12,
13
],
"elements": []
},
{
"type": "介词宾语",
"text": "classroom",
"position": [
13,
14
],
"elements": []
}
]
}
]
}
]
}
前端页面
点击 表语从句 区域后: