Overview
| Comment: | [fx] lexicon generator: label update |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk | fx |
| Files: | files | file ages | folders |
| SHA3-256: |
f0cfb4d28b6079e289176e217f12f49e |
| User & Date: | olr on 2018-02-02 17:09:49 |
| Other Links: | manifest | tags |
Context
|
2018-02-03
| ||
| 09:33 | [fr] faux positifs: COD + Vinf + V3sg check-in: 1024f9d148 user: olr tags: trunk, fr | |
|
2018-02-02
| ||
| 17:09 | [fx] lexicon generator: label update check-in: f0cfb4d28b user: olr tags: trunk, fx | |
| 17:03 | [graphspell][js] dawg generator (draft) check-in: a9944ce123 user: olr tags: trunk, graphspell | |
Changes
Modified gc_lang/fr/webext/panel/lex_editor.html from [c003c6e69b] to [37748d26f5].
| ︙ | ︙ | |||
107 108 109 110 111 112 113 |
<div class="examples_true">Je mange <i>une pomme</i>.<br/>Tu donnes <i>une bonne impression</i>.<br/>Elle écrit <i>un livre</i>.<br/>Nous fabriquons <i>une œuvre</i>.</div>
<div class="examples_false">Je pars.<br/>J’appartiens à…</div>
</div>
</details>
</div>
<div class="block">
<h3><input type="checkbox" id="up_v_n" value="n" /><label for="up_v_n"> transitif indirect</label></h3>
| | | 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 |
<div class="examples_true">Je mange <i>une pomme</i>.<br/>Tu donnes <i>une bonne impression</i>.<br/>Elle écrit <i>un livre</i>.<br/>Nous fabriquons <i>une œuvre</i>.</div>
<div class="examples_false">Je pars.<br/>J’appartiens à…</div>
</div>
</details>
</div>
<div class="block">
<h3><input type="checkbox" id="up_v_n" value="n" /><label for="up_v_n"> transitif indirect</label></h3>
<div class="description">Cochez cette case, si ce verbe peut s’utiliser avec un complément d’objet indirect (COI). Attention à ne pas confondre avec un complément circonstanciel de temps, de lieu ou de manière.</div>
<details>
<div class="container">
<div class="examples_true">Je donne un cadeau <i>à sa femme</i>.<br/>Elle appartient <i>à ce groupe</i>.</div>
<div class="examples_false"></div>
</div>
</details>
</div>
|
| ︙ | ︙ |