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: |
95fd136d5d5521eeaf94c0ac38fa0830 |
| User & Date: | olr on 2019-06-10 07:08:44 |
| Other Links: | manifest | tags |
Context
|
2019-06-10
| ||
| 07:14 | [core] change the paragraph slicer check-in: 01d15e4e8d user: olr tags: trunk, core | |
| 07:08 | [fr] faux positif check-in: 95fd136d5d user: olr tags: trunk, fr | |
|
2019-06-09
| ||
| 15:21 | [fr] ajustements check-in: fa082c50cd user: olr tags: trunk, fr | |
Changes
Modified gc_lang/fr/rules.grx from [2301a98b1a] to [abd2583041].
| ︙ | ︙ | |||
1390 1391 1392 1393 1394 1395 1396 |
TEST: __ocr__ À ce compte-{{Ci}}, on n’en viendra jamais à bout.
TEST: __ocr__ Quelques-{{Uns}} sont incapables d’y parvenir.
## Mots inconnus du dictionnaire
__[s]/ocr(mots_composés_inconnus)__
\w+-\w+
| | > | 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 |
TEST: __ocr__ À ce compte-{{Ci}}, on n’en viendra jamais à bout.
TEST: __ocr__ Quelques-{{Uns}} sont incapables d’y parvenir.
## Mots inconnus du dictionnaire
__[s]/ocr(mots_composés_inconnus)__
\w+-\w+
<<- not spell(\0) and not re.search("(?i)-(?:je|tu|on|nous|vous|ils?|elles?|ce|là|ci|les?|la|leur|une?s|moi|toi)$", \0)
->> _ # Erreur de numérisation ? Mot composé inconnu du dictionnaire.
TEST: __ocr__ c’est du {{base-bal}}]
TEST: __ocr__ cet homme-là est corrompu.
TEST: __ocr__ cette femme-là est revenue nous dire ce qu’elle pensait de nous.
TEST: __ocr__ Est-ce le bon moment pour nous ennuyer avec ça ?
TEST: __ocr__ Alors, dis-moi, comment triompher de tous les empires de la Terre ?
## Trait d’union conditionnel
__[i]/ocr(tu_trait_union_conditionnel)__
({w1})‑({w1}) @@0,$
<<- ->> \1\2|\1-\2 # Trait d’union conditionnel. Erreur de numérisation ?
|
| ︙ | ︙ |