Grammalecte  Diff

Differences From Artifact [0ffbdd29e0]:

To Artifact [e86065b215]:


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// JavaScript

"use strict";


${string}
${map}


//// Default Suggestions

const dSugg = new Map ([
    ["bcp", "beaucoup"],
    ["ca", "ça"],
    ["cad", "c’est-à-dire"],
    ["cb", "combien|CB"],
    ["cdlt", "cordialement"],
    ["construirent", "construire|construisirent|construisent|construiront"],
    ["càd", "c’est-à-dire"],











|







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// JavaScript

"use strict";


${string}
${map}


//// Default Suggestions

const _dSugg = new Map ([
    ["bcp", "beaucoup"],
    ["ca", "ça"],
    ["cad", "c’est-à-dire"],
    ["cb", "combien|CB"],
    ["cdlt", "cordialement"],
    ["construirent", "construire|construisirent|construisent|construiront"],
    ["càd", "c’est-à-dire"],
128
129
130
131
132
133
134


135
136
137
138
139
140
141
]);



//// Lexicographer

var lexgraph_fr = {



    dTag: new Map([
            [':N', [" nom,", "Nom"]],
            [':A', [" adjectif,", "Adjectif"]],
            [':M1', [" prénom,", "Prénom"]],
            [':M2', [" patronyme,", "Patronyme, matronyme, nom de famille…"]],
            [':MP', [" nom propre,", "Nom propre"]],







>
>







128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
]);



//// Lexicographer

var lexgraph_fr = {

    dSugg: _dSugg,

    dTag: new Map([
            [':N', [" nom,", "Nom"]],
            [':A', [" adjectif,", "Adjectif"]],
            [':M1', [" prénom,", "Prénom"]],
            [':M2', [" patronyme,", "Patronyme, matronyme, nom de famille…"]],
            [':MP', [" nom propre,", "Nom propre"]],
716
717
718
719
720
721
722
723
724
725
        return aElem;
    }
}



if (typeof(exports) !== 'undefined') {
    exports.dSugg = dSugg;
    exports.lexgraph_fr = lexgraph_fr;
}







<


718
719
720
721
722
723
724

725
726
        return aElem;
    }
}



if (typeof(exports) !== 'undefined') {

    exports.lexgraph_fr = lexgraph_fr;
}