Overview
Comment: | [core][bug] fix tokens merging |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | core | rg |
Files: | files | file ages | folders |
SHA3-256: |
59d8df1fa295536378d51f74f0e5bb08 |
User & Date: | olr on 2018-06-24 06:28:17 |
Other Links: | branch diff | manifest | tags |
Context
2018-06-24
| ||
11:39 | [graphspell] code cleaning (pylint) check-in: 814d73b60e user: olr tags: graphspell, rg | |
06:28 | [core][bug] fix tokens merging check-in: 59d8df1fa2 user: olr tags: core, rg | |
2018-06-23
| ||
16:28 | [core] merge tokens check-in: c051cc6ca9 user: olr tags: core, rg | |
Changes
Modified gc_core/py/lang_core/gc_engine.py from [23dabd0b59] to [a4200b43e6].
︙ | |||
911 912 913 914 915 916 917 | 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 | - + - - - + + + - + | if bUppercase: sValue = sValue[0:1].upper() + sValue[1:] self.lToken[i]["sNewValue"] = sValue def rewrite (self, bDebug=False): "rewrite the sentence, modify tokens, purge the token list" lNewToken = [] |
︙ |
Modified gc_lang/fr/rules.grx from [7874208805] to [0f58bfdc3c].
︙ | |||
4600 4601 4602 4603 4604 4605 4606 | 4600 4601 4602 4603 4604 4605 4606 4607 4608 4609 4610 4611 4612 4613 4614 | - + | @@@@ @@@@ @@@@ __p_notre_père_qui_es_au_cieux__ notre père qui [es|est] aux cieux <<- ~4>> ! |
︙ |