YS

Created 学生版逻辑树 update20150713 (markdown)

  1 +1.画过逻辑树的课程,按照逻辑树中的符号进行断句和分段落,比如中级听读、高级听读和故事乐园。
  2 + 识别到 * 表示是句子主干,文字用黑色;其他符号,表示是句子修饰成分,文字用灰色。
  3 + 识别到 // 表示是一段结束。
  4 +
  5 +2.没有画过逻辑树的课程,按照换行符分段落。
  6 +
  7 +
  8 +
  9 +附逻辑树符号解析:
  10 +
  11 +*So "Nyan Cat" is a looped _animation_
  12 +>with looped music.
  13 +//
  14 +*It's this, just like this.
  15 +//
  16 +*It's been viewed
  17 +>nearly 50 million times this year.
  18 +//
  19 +^And if you think that is weird,
  20 +*you should know
  21 +>that there is _a three-hour version_ of this
  22 +>>that's been viewed four million times.
  23 +//
  24 +*Even cats were watching this video.
  25 +*Cats were watching other cats watch this video.
  26 +
  27 +* 每句话主句,黄色
  28 +_ _ 下划线
  29 +> 箭头下一行 修饰
  30 +>> 箭头下一行后再箭头下一行 修饰中的修饰
  31 +>>> 宾语从句、定语从句。。。
  32 +>>>>
  33 +^ 复合句从句,白色
  34 +// 分页