Differences From Artifact [3780bdf37b]:
- File graphspell-js/ibdawg.js — part of check-in [11d187ec76] at 2019-01-02 20:01:04 on branch trunk — [graphspell] suggestion: split word if both parts are valid (user: olr, size: 26061) [annotate] [blame] [check-ins using]
To Artifact [4f945b40c0]:
- File graphspell-js/ibdawg.js — part of check-in [889cc645d6] at 2019-01-09 17:18:10 on branch trunk — [fr] màj dictionnaire, [graphspell][fx][tb][lo] new field description for dictionaries (user: olr, size: 26108) [annotate] [blame] [check-ins using] [more...]
| ︙ | |||
204 205 206 207 208 209 210 211 212 213 214 215 216 217 | 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 | + |
getJSON () {
let oJSON = {
"sHeader": "/grammalecte-fsa/",
"sLangCode": this.sLangCode,
"sLangName": this.sLangName,
"sDicName": this.sDicName,
"sDescription": this.sDescription,
"sFileName": this.sFileName,
"sDate": this.sDate,
"nEntry": this.nEntry,
"nChar": this.nChar,
"nAff": this.nAff,
"nTag": this.nTag,
"cStemming": this.cStemming,
|
| ︙ |