Section0011.xhtml 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!DOCTYPE html>
  3. <html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub=
  4. "http://www.idpf.org/2007/ops">
  5. <head>
  6. <meta name="generator" content=
  7. "HTML Tidy for HTML5 for Linux version 5.2.0" />
  8. <meta http-equiv="Content-Type" content=
  9. "text/html; charset=utf-8" />
  10. <title>Grammar database</title>
  11. <link rel="stylesheet" href="../Styles/main.css" />
  12. </head>
  13. <body>
  14. <h1>The graphic parsing method for Chinese language</h1>
  15. <p>As an analytical approach plays a major role in the learning
  16. of Chinese language, you are required to have some knowledge of
  17. Chinese grammar and grammatical terminology. One of the simplest
  18. ways of doing this is to use two axes to make a cross, with the
  19. two sides dividing the components of a sentence up for parsing.
  20. This will help you to understand the relationship between the
  21. components.</p>
  22. <p>The following two examples demonstrate how to parse.</p>
  23. <ol>
  24. <li>
  25. <br />
  26. <table class="table2">
  27. <tbody>
  28. <tr>
  29. <th colspan="2">"These old methods are completely
  30. absurd."</th>
  31. </tr>
  32. <tr>
  33. <td>
  34. <p>Subject</p>
  35. </td>
  36. <td>
  37. <p>Predicate</p>
  38. </td>
  39. </tr>
  40. <tr>
  41. <td>
  42. <p>methods (noun)</p>
  43. </td>
  44. <td>
  45. <p>← are (verb) absurd (adjective)</p>
  46. </td>
  47. </tr>
  48. <tr>
  49. <td>
  50. <p>↑ ↑</p>
  51. </td>
  52. <td>
  53. <p>↑</p>
  54. </td>
  55. </tr>
  56. <tr>
  57. <td>
  58. <p>these (specifier) | old (adjective)</p>
  59. </td>
  60. <td>
  61. <p>completely (adverb)</p>
  62. </td>
  63. </tr>
  64. </tbody>
  65. </table>
  66. </li>
  67. <li>
  68. <table class="table2">
  69. <tbody>
  70. <tr>
  71. <th colspan="2">"We teach our students at Oxford using
  72. an old fashioned method."</th>
  73. </tr>
  74. <tr>
  75. <td>Subject</td>
  76. <td>Predicate</td>
  77. </tr>
  78. <tr>
  79. <td rowspan="6">We (pronoun)</td>
  80. <td>← teach (verb) students (noun)</td>
  81. </tr>
  82. <tr>
  83. <td></td>
  84. </tr>
  85. <tr>
  86. <td>at (prep)Oxford (prop n.) our (adj)</td>
  87. </tr>
  88. <tr>
  89. <td><br /></td>
  90. </tr>
  91. <tr>
  92. <td>using (verb) method &gt;(noun)</td>
  93. </tr>
  94. <tr>
  95. <td><br /></td>
  96. </tr>
  97. <tr>
  98. <td>an (article) old-fashioned (adj)</td>
  99. </tr>
  100. </tbody>
  101. </table>
  102. </li>
  103. </ol>
  104. <p>It is a good idea to take out a few sentences for analysis
  105. from each lesson by using this method; it will be of great
  106. benefit to your reading skills when you are at a more advanced
  107. stage of learning.</p>
  108. </body>
  109. </html>