Grammalecte  Check-in [ff9cf4daea]

Overview
Comment:[build][fr][py][bug] fix build_data: dictionary name
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | fr | build
Files: files | file ages | folders
SHA3-256: ff9cf4daea984f6502f30891417b27bb770d46aa8d3afea17896f23590054fee
User & Date: olr on 2018-02-18 19:57:36
Other Links: manifest | tags
Context
2018-02-18
21:28
[fr] correction: test des entrées du dictionnaire check-in: 07e2a24372 user: olr tags: trunk, fr
19:57
[build][fr][py][bug] fix build_data: dictionary name check-in: ff9cf4daea user: olr tags: trunk, fr, build
2018-02-17
12:59
[graphspell][js][bug] wrong exported vars + test number instead of string check-in: 8c7797db95 user: olr tags: trunk, graphspell
Changes

Modified gc_lang/fr/build_data.py from [a0d5d064eb] to [1f69de4a2f].

267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
def makePhonetTable (sp, bJS=False):
    print("> Correspondances phonétiques ", end="")
    print("(Python et JavaScript)"  if bJS  else "(Python seulement)")
    
    import gc_lang.fr.modules.conj as conj

    try:
        oDict = ibdawg.IBDAWG("French.bdic")
    except:
        traceback.print_exc()
        return

    # set of homophonic words
    lSet = []
    for sLine in readFile(sp+"/data/phonet_simil.txt"):







|







267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
def makePhonetTable (sp, bJS=False):
    print("> Correspondances phonétiques ", end="")
    print("(Python et JavaScript)"  if bJS  else "(Python seulement)")
    
    import gc_lang.fr.modules.conj as conj

    try:
        oDict = ibdawg.IBDAWG("fr.bdic")
    except:
        traceback.print_exc()
        return

    # set of homophonic words
    lSet = []
    for sLine in readFile(sp+"/data/phonet_simil.txt"):