Overview
Comment: | [cli] additionnal info in debug mode |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | cli |
Files: | files | file ages | folders |
SHA3-256: |
473adba16f00f7fab46570be4c547309 |
User & Date: | olr on 2025-09-23 10:17:47 |
Other Links: | manifest | tags |
Context
2025-09-23
| ||
10:21 | [fr] ajustements check-in: 5ab1933cc0 user: olr tags: trunk, fr | |
10:17 | [cli] additionnal info in debug mode check-in: 473adba16f user: olr tags: trunk, cli | |
2025-09-20
| ||
10:35 | [server] update bottle.py to version 0.13.4 check-in: 9dbec03997 user: olr tags: trunk, server | |
Changes
Modified grammalecte-cli.py from [0dcc4aa5f2] to [8ffd099fca].
︙ | |||
25 26 27 28 29 30 31 | 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | - + | _HELP = """ Analysis commands: any_text grammar checking ?word1 [word2] ... words analysis !word spelling suggestion >word draw path of word in the word graph =[filter1][=[filter2]] show entries which fit to filters (filter1 for word, filter2 for morphology) |
︙ | |||
305 306 307 308 309 310 311 | 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 | - + + + + | else: sFlexPattern = sSearch sTagsPattern = "" for aRes in oSpellChecker.select(sFlexPattern, sTagsPattern): echo("{:<30} {:<30} {}".format(*aRes)) elif sText.startswith("≠"): # distances calculation |
︙ |