Section0140.xhtml 3.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!DOCTYPE html>
  3. <html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops">
  4. <head>
  5. <title>Measure words substituting for nouns to avoid repetition</title>
  6. <link rel="stylesheet" href="../Styles/main.css"/>
  7. </head>
  8. <body>
  9. <h2>Measure words substituting for nouns to avoid repetition</h2>
  10. <p>In English, the numeral, '<b>one</b>' can be used to replace a noun after a demonstrative or an adjective to avoid repetition. In Chinese, the same purpose is achieved in two ways, depending on what is before the noun.</p>
  11. <div class="gris">
  12. If a demonstrative or interrogative pronoun is before the noun, the appropriate measure word can substitute for the noun;
  13. </div>
  14. <dl>
  15. <dt>English:</dt>
  16. <dd><span class="fondjaune">demonstrative pronoun + one</span><br/> These two books are both in foreign languages.&#160;<span class="encadrevert">This one</span>&#160;is in Japanese;&#160;<span class="encadrevert">that one</span>&#160;is in French.<br/></dd>
  17. </dl>
  18. <div class="gris">
  19. Note that the numeral, '<b>one</b>', replaces the noun, '<b>book</b>'.
  20. </div>
  21. <dl>
  22. <dt>Chinese:</dt>
  23. <dd><audio src="../Audio/Measure-IV-1.mp3" controls="controls"></audio>
  24. <br/><span class="fondjaune">demonstrative pronoun + measure word</span><br/> <span class="pinyin">Zhèi liǎng běn shū dōu shì wàiwén de.&#160;<span class="encadrevert">Zhèi běn</span>&#160;shì Rìwén de,&#160;<span class="encadrevert">nèi běn</span>&#160;shì Fǎwén de. </span><br/> <span class="hanzi">这两本书都是外文的。这本是日文的,那本是法文的。</span></dd>
  25. </dl>
  26. <div class="gris">
  27. Note that the measure word, <span class="pinyin">běn</span> <span class="hanzi">本</span>, replaces the noun, <span class="pinyin">shū</span> <span class="hanzi">书</span> book.
  28. </div>
  29. <dl>
  30. <dt>English:</dt>
  31. <dd><span class="fondjaune">interrogative pronoun + one</span><br/><span class="encadrevert">Which one</span>&#160;of these two books is yours?</dd>
  32. </dl>
  33. <div class="gris">
  34. Note that the numeral, 'one', replaces the noun, 'book'.
  35. </div>
  36. <dl>
  37. <dt>Chinese:</dt>
  38. <dd><audio src="../Audio/Measure-IV-2.mp3" controls="controls"></audio>
  39. <br/><span class="fondjaune">interrogative pronoun + measure word</span><br/> <span class="pinyin">Zhèi liǎng běn shū&#160;<span class="encadrevert">něi běn</span>&#160;shì nǐ-de?</span><br/> <span class="hanzi">这两本书哪本是你的?</span></dd>
  40. </dl>
  41. <div class="gris">
  42. Note that the measure word for book, <span class="pinyin">běn</span> <span class="hanzi">本</span>, replaces the noun, <span class="pinyin">shū</span> <span class="hanzi">书</span> book.
  43. </div>
  44. <br/>
  45. <div class="gris">
  46. If the noun being replaced is preceded by an adjective, it is replaced by <span class="pinyin">de</span> <span class="hanzi">的</span>.
  47. </div>
  48. <dl>
  49. <dt>English:</dt>
  50. <dd><span class="fondjaune">adjective + one</span><br/> A: Which one of these two books is yours?<br/>B: The&#160;<span class="encadrevert">new one</span>&#160;is mine.</dd>
  51. </dl>
  52. <div class="gris">
  53. Note that the numeral, '<b>one</b> ', replaces the noun, '<b>book</b> '.
  54. </div>
  55. <dl>
  56. <dt>Chinese:</dt>
  57. <dd><audio src="../Audio/Measure-IV-3.mp3" controls="controls"></audio>
  58. <br/> <span class="fondjaune">adjective + <span class="pinyin">de</span> <span class="hanzi">的</span></span><br/> A: <span class="pinyin">Zhèi liǎng běn shū něi běn shì nǐ-de?</span><br/> <span class="hanzi">这两本书哪本是你的?</span><br/> B:&#160;<span class="pinyin"><span class="encadrevert">Xīn de</span>&#160;shì wǒ-de.</span><br/><span class="hanzi">新的是我的。</span></dd>
  59. </dl>
  60. <div class="gris">
  61. Note that <span class="pinyin">de</span> <span class="hanzi">的</span> replaces the noun, <span class="pinyin">shū</span> <span class="hanzi">书</span> book.
  62. </div>
  63. </body>
  64. </html>