Toggle navigation
Toggle navigation
This project
Loading...
Sign in
liuming
/
developer-docs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
echo
2015-11-12 10:34:05 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b92fe860d86ea51db887daf207505bcd21fe6536
b92fe860
1 parent
8027f18c
Updated 逻辑树相关 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
逻辑树相关.md
逻辑树相关.md
View file @
b92fe86
### 简要说明
逻辑树是用来分析英语长难句的工具。
一篇文章可以拆分成多个长难句
每个长难句可以根据逻辑树的标注符号来拆分成不同的功能单元(主干、修饰语、非主干等)
### 获取方式
读取页面Json信息中的 "new_tree" 或者 "tree", 优先读"new_tree"
### 特殊符号说明
*
把文章拆分成长难句 //
*
文章主干
*
*
修饰 ^
...
...
@@ -5,3 +14,7 @@
*
下划线标注 _
...
...
Please
register
or
login
to post a comment