divvun / libdivvun

lib for running gramcheck and other pipelines + cli; modules for CG→spelling, CG→feedback, tagging blanks
https://giellalt.github.io/proof/gramcheck/GrammarCheckerDocumentation.html
GNU General Public License v3.0
9 stars 1 forks source link

apply input casing to suggestions when RIGHT/LEFT and &COERR #64

Closed unhammer closed 6 months ago

unhammer commented 11 months ago
"<Ta>"
    "ta" V Inf <W:0> @V &syn-phrasal-verb ID:1
    "spille" V Inf <W:0> @V &syn-phrasal-verb &SUGGEST ID:1 R:RIGHT:2
: 
"<opp>"
    "opp" Adv <W:0> @Adv &syn-phrasal-verb ID:2 &COERROR
    "inn" Adv <W:0> @Adv &syn-phrasal-verb &SUGGEST ID:2 &COERROR

gives "spille inn", should give "Spille inn"

see https://github.com/divvun/libdivvun/issues/61