Grammalecte  Check-in [6d1910463f]

Overview
Comment:[fr] fix regex
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | fr
Files: files | file ages | folders
SHA3-256: 6d1910463fa160e1e9578631ea40cdd9d70a6b1f2442380eda33ef0b3509392c
User & Date: olr on 2019-08-10 12:01:52
Other Links: manifest | tags
Context
2019-08-10
12:04
[fr] test check-in: 86842cf539 user: olr tags: trunk, fr
12:01
[fr] fix regex check-in: 6d1910463f user: olr tags: trunk, fr
11:08
[fr] version 1.3 check-in: e13493c3a8 user: olr tags: trunk, fr
Changes

Modified gc_lang/fr/rules.grx from [2c3eb5937d] to [09c1c478f3].

1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655

# les références aux notes
__<s>(p_exposants)__
    [¹²³⁴⁵⁶⁷⁸⁹⁰]+
    <<- ~>> *

__[i](p_références_aux_notes)__
    ({w_2})+(\d+)  @@0,$
    <<- not morph(\0, ":") and morph(\1, ":") ~2>> *


!!!! Traits d’union                                                                               !!

__[i]/tu(tu_trait_union_douteux)__
    ({w1})(?:--|—|–|−|⁃)({w1})  @@0,$







|







1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655

# les références aux notes
__<s>(p_exposants)__
    [¹²³⁴⁵⁶⁷⁸⁹⁰]+
    <<- ~>> *

__[i](p_références_aux_notes)__
    ({w_2})(\d+)  @@0,$
    <<- not morph(\0, ":") and morph(\1, ":") ~2>> *


!!!! Traits d’union                                                                               !!

__[i]/tu(tu_trait_union_douteux)__
    ({w1})(?:--|—|–|−|⁃)({w1})  @@0,$