giellalt / bugzilla-dummy

0 stars 0 forks source link

Plain " is not flagged as error (Bugzilla Bug 2624) #1783

Closed albbas closed 5 years ago

albbas commented 5 years ago

This issue was created automatically with bugzilla2github

Bugzilla Bug 2624

Date: 2019-10-18T00:52:08+02:00 From: Børre Gaup <> To: Linda Wiechetek <> CC: linda.wiechetek, sjur.n.moshagen, thomas.omma, trond.trosterud, unhammer+apertium

Last updated: 2019-10-30T14:31:54+01:00

albbas commented 5 years ago

Comment 13762

Date: 2019-10-18 00:52:08 +0200 From: Børre Gaup <>

$ echo '"Mearrit"'|divvun-checker -l se|jq . { "errs": [], "text": "\"Mearrit\"" }

$ echo '«Mearrit»'|divvun-checker -l se|jq . { "errs": [ [ "«Mearrit»", 0, 9, "punct-aistton-both", "Boasttuaisttonmearkkat", [ "”Mearrit”" ], "Aisttonmearkkat" ] ], "text": "«Mearrit»" }

albbas commented 5 years ago

Comment 13763

Date: 2019-10-18 01:14:28 +0200 From: Børre Gaup <>

report.goldstandard.txt has 69 of these undetected errors: $ fgrep \'error\':\ \'\"\' ../../langs/sme/devtools/report.goldstandard.txt |wc -l 69

albbas commented 5 years ago

Comment 13791

Date: 2019-10-30 14:31:54 +0100 From: Linda Wiechetek <>

Gjerne skriv litt tekst til eksemplet neste gang :) Så vidt som æ ser no så kan æ avslutte buggen. Æ fiksa det i CG etter siste møtet om grammatikkontroll, og Sjur fant en alternativ løsing i lexc. Men analysen burde no i allefall være rett.

(In reply to Børre Gaup from comment #0)

$ echo '"Mearrit"'|divvun-checker -l se|jq . { "errs": [], "text": "\"Mearrit\"" }

$ echo '«Mearrit»'|divvun-checker -l se|jq . { "errs": [ [ "«Mearrit»", 0, 9, "punct-aistton-both", "Boasttuaisttonmearkkat", [ "”Mearrit”" ], "Aisttonmearkkat" ] ], "text": "«Mearrit»" }