Overview
| Comment: | [fr] faux positif |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk | fr |
| Files: | files | file ages | folders |
| SHA3-256: |
5b778ceb2647a2968d2aaaef3e9dc28b |
| User & Date: | olr on 2020-10-02 10:16:05 |
| Other Links: | manifest | tags |
Context
|
2020-10-02
| ||
| 15:41 | [fr] faux positif et ajustements check-in: b53e5995ba user: olr tags: trunk, fr | |
| 10:16 | [fr] faux positif check-in: 5b778ceb26 user: olr tags: trunk, fr | |
| 09:32 | [graphspell] tokenizer: token UNDERSCORE check-in: e2313363fe user: olr tags: trunk, graphspell | |
Changes
Modified gc_lang/fr/rules.grx from [339e0d4e7e] to [e7a8c94fba].
| ︙ | ︙ | |||
758 759 760 761 762 763 764 |
# LaTeX
__<i]/latex(p_latex1)__ \\[a-z]+ <<- ~>> *
__<i>/latex(p_latex2)__ \\[,;/\\] <<- ~>> *
__<s>/latex(p_latex3)__ \{(?:abstract|align|cases|center|description|enumerate|equation|figure|flush(?:left|right)|gather|minipage|multline|quot(?:ation|e)|SaveVerbatim|table|tabular|thebibliography|[vV]erbatim|verse|wrapfigure)\} <<- ~>> *
# Markdown
| | | > | 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 |
# LaTeX
__<i]/latex(p_latex1)__ \\[a-z]+ <<- ~>> *
__<i>/latex(p_latex2)__ \\[,;/\\] <<- ~>> *
__<s>/latex(p_latex3)__ \{(?:abstract|align|cases|center|description|enumerate|equation|figure|flush(?:left|right)|gather|minipage|multline|quot(?:ation|e)|SaveVerbatim|table|tabular|thebibliography|[vV]erbatim|verse|wrapfigure)\} <<- ~>> *
# Markdown
__<s>/md(p_md_span_ouvrant)__ "(?:[ ]|^)([*_]+)\w" @@* <<- ~1>> *
__<i>/md(p_md_span_fermant)__ "[a-z0-9àéîïôûüù]([*_]+)(?:[,.;:!?) ]|$)" @@1 <<- ~1>> *
__<s>/md(p_md_titre_début)__ "^#+" <<- ~>> *
__<s>/md(p_md_titre_fin)__ "#+ *$" <<- ~>> *
__<s>/md(p_md_liste)__ "^ *[*+] " <<- ~>> *
__<s>/md(p_md_citation)__ "^>[ >]+ " <<- ~>> *
TEST: __md__ ces **{{femme}}** ->> femmes
TEST: __md__ peut-être, _il {{peux}}_ y parvenir ->> peut
TEST: __md__ Mais, tu sais, _elle_ {{peux}} y parvenir ->> peut
TEST: __md__ # elle {{prends}} le chemin ->> prend
!!
!!
!!!! Écritures épicènes dystypographiques !!
|
| ︙ | ︙ |