Grammalecte  Check-in [8db44cfb54]

Overview
Comment:[fr] lexicographe: nouveaux labels pour locutions verbales
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | fr | Lexicographe
Files: files | file ages | folders
SHA3-256: 8db44cfb5428b86009837afcf9dc0de767b6cc2b1698f85acbed3aecdd002358
User & Date: olr on 2017-11-01 13:17:16
Other Links: branch diff | manifest | tags
Context
2017-11-01
14:42
[fr][bug] lexicographe: analyse des locutions avant le signe <:> check-in: e64f0bd3fb user: olr tags: fr, Lexicographe
13:17
[fr] lexicographe: nouveaux labels pour locutions verbales check-in: 8db44cfb54 user: olr tags: fr, Lexicographe
11:38
[fr] lexicographe: code cleaning check-in: afcd96f2ab user: olr tags: fr, Lexicographe
Changes

Modified gc_lang/fr/modules-js/lexicographe.js from [254ccfd456] to [fcc1145ade].

127
128
129
130
131
132
133
134
135
136
137
138





139
140
141
142
143
144
145
127
128
129
130
131
132
133





134
135
136
137
138
139
140
141
142
143
144
145







-
-
-
-
-
+
+
+
+
+







    [':s', " singulière"],
    [':p', " plurielle"],
    [':i', " invariable"],
    ['/L', " {latin}"]
]);

const _dLocVERB = new Map([
    ['i', ", intransitif"],
    ['n', ", transitif indirect"],
    ['t', ", transitif direct"],
    ['p', ", pronominal"],
    ['m', ", impersonnel"],
    ['i', " intransitive"],
    ['n', " transitive indirecte"],
    ['t', " transitive directe"],
    ['p', " pronominale"],
    ['m', " impersonnelle"],
]);

const _dPFX = new Map([
    ['d', "(de), déterminant épicène invariable"],
    ['l', "(le/la), déterminant masculin/féminin singulier"],
    ['j', "(je), pronom personnel sujet, 1ʳᵉ pers., épicène singulier"],
    ['m', "(me), pronom personnel objet, 1ʳᵉ pers., épicène singulier"],