Skip to content

Commit

Permalink
rettelse af fejl og stavekontrolrelateret
Browse files Browse the repository at this point in the history
  • Loading branch information
Juutitta committed Nov 28, 2024
1 parent a37f278 commit 3fba650
Show file tree
Hide file tree
Showing 13 changed files with 90 additions and 138 deletions.
92 changes: 36 additions & 56 deletions devtools/speller_result_typos.to.kl.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 19 additions & 1 deletion src/fst/filters/rm-ill-morph-comb.regex
Original file line number Diff line number Diff line change
@@ -1,17 +1,35 @@
!Remove long distance illegal suffix combinations, when flag diacritics can't do the job


!keep an alphabetical order based on initial letter of first suffix
!keep an alphabetical order based on initial letter of stem, first suffix OR tag
!top:stem first
!middle:suffix first
!bottom: tag first
~[
$[ f r a n s k e q ?* [ %+Sg | %+Pl ] [ %+3SgPoss | %+3PlPoss ] ]
|
$[ %+GUSUP ?* %+INNAQ ?* [ %+LIR | %+LIK ] ?* (%+TAQ) ]
|
$[ %+IP ?* %+TUQ ?* %+SSAQ ?* %+U ]
|
$[ %+IR ?* %+SIR ?* %+TAQ ]
|
$[ %+LAAR ?* %+TUQ ?* %+SSAQ ?* %+U ]
|
$[ %+TIP ?* [ %+HTR | %+TIP ] ?* %+JA ]
|
$[ %+Num ?* %+R ?* %+Opt ?* %+3Pl ]
|
$[ %+Num ?* %+U ?* [ %+Int | %+Imp ] ?* %+2Sg ]
|
$[ %+Num ?* %+U ?* %+Opt ?* %+3Pl ]
] ;

!## examples of eliminated strings ##!
!aameersikkallu
!franskia
!ilinniartitsiasumi
!Paaserusuinnaligaana
!300+Num+U+Gram/IV+Der/nv+Gram/IV+V+Int+2Sg
!.00+Num+U+Gram/IV+Der/nv+Gram/IV+V+Opt+3Pl
!.00+Num+R+Der/nv+Gram/IV+Gram/IV+V+Opt+3Pl
Loading

0 comments on commit 3fba650

Please sign in to comment.