Section0003.html 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
  3. "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml">
  5. <head>
  6. <title>Cours de chinois 1 : les clés</title>
  7. <link rel="stylesheet" href="../Styles/main.css"/>
  8. </head>
  9. <body>
  10. <h2>Cours de chinois 1 : les clés</h2>
  11. <p>Voici les clés ou "éléments fondamentaux" des caractères de ce premier cours de chinois mandarin.</p>
  12. <p><span class="hanzi">你</span> trois clés : <span class="hanzi">亻</span> l'homme, <span class="hanzi">冖</span> le toit et <span class="hanzi">小</span> être petit</p>
  13. <p><span class="hanzi">他</span> deux clés : <span class="hanzi">亻</span> l'homme et <span class="hanzi">也</span> la vipère</p>
  14. <p><span class="hanzi">我</span> trois clés : <span class="hanzi">丿</span> un trait descendant gauche, <span class="hanzi">扌</span> une variante de la main (<span class="hanzi">手</span>) et <span class="hanzi">戈</span> une hallebarde (arme de guerre en forme de lance avec un sabre à la place de la pointe).</p>
  15. <p><span class="hanzi">很</span> deux clés : <span class="hanzi">彳</span> un pas du pied gauche et <span class="hanzi">艮</span> élément phonétique "gen" : les caractères formés avec cette clé se termine en "en".</p>
  16. <p><span class="hanzi">好</span> deux clés : <span class="hanzi">女</span> la femme et <span class="hanzi">子</span> l'enfant</p>
  17. <p><span class="hanzi">吗</span> deux clés : <span class="hanzi">口</span> la bouche et <span class="hanzi">马</span> le cheval</p>
  18. <p><span class="hanzi">呢</span> trois clés : <span class="hanzi">口</span> la bouche <span class="hanzi">尸</span> le cadavre (pas très réjouissant hein ?) et <span class="hanzi">匕</span> la cuillère</p>
  19. <p><span class="hanzi">见</span> deux clés : <span class="hanzi">冂</span> la boîte et <span class="hanzi">儿</span> le fils</p>
  20. <p><span class="hanzi">再</span> une clé et trois traits fondamentaux (deux horizontals et un vertical) : <span class="hanzi">冂</span> la boîte</p>
  21. <p><span class="hanzi">不</span> est composé de quatre traits fondamentaux (horizontal, descendant gauche, vertical, descendant droit). Pourtant <span class="hanzi">不</span> n'est pas dans la liste des 214 clés. C'est pourtant un élément graphique de base. C'est pour cette raison que certains enseignants parlent "d'élément graphique" plutôt que de "clé".</p>
  22. <p><b>Voici la liste des clés de cette leçon</b> :</p>
  23. <table class="table">
  24. <tbody><tr>
  25. <td><span class="hanzi">亻</span></td>
  26. <td>l'homme</td>
  27. <td><span class="hanzi">小</span></td>
  28. <td>être petit</td>
  29. </tr>
  30. <tr>
  31. <td><span class="hanzi">也</span></td>
  32. <td>la vipère</td>
  33. <td><span class="hanzi">扌</span></td>
  34. <td>une variante de la main</td>
  35. </tr>
  36. <tr>
  37. <td><span class="hanzi">戈</span></td>
  38. <td>une hallebarde</td>
  39. <td><span class="hanzi">彳</span></td>
  40. <td>un pas du pied gauche</td>
  41. </tr>
  42. <tr>
  43. <td><span class="hanzi">艮</span></td>
  44. <td>élément phonétique "gen"</td>
  45. <td><span class="hanzi">女</span></td>
  46. <td>la femme</td>
  47. </tr>
  48. <tr>
  49. <td><span class="hanzi">子</span></td>
  50. <td>l'enfant</td>
  51. <td><span class="hanzi">口</span></td>
  52. <td>la bouche</td>
  53. </tr>
  54. <tr>
  55. <td><span class="hanzi">马</span></td>
  56. <td>le cheval</td>
  57. <td><span class="hanzi">尸</span></td>
  58. <td>le cadavre</td>
  59. </tr>
  60. <tr>
  61. <td><span class="hanzi">匕</span></td>
  62. <td>la cuillère</td>
  63. <td><span class="hanzi">冂</span></td>
  64. <td>la boîte</td>
  65. </tr>
  66. <tr>
  67. <td><span class="hanzi">儿</span></td>
  68. <td>le fils</td>
  69. <td></td>
  70. <td></td>
  71. </tr>
  72. </tbody>
  73. </table>
  74. </body>
  75. </html>