-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rettelse af fejl og stavekontrolrelateret
- Loading branch information
Showing
13 changed files
with
90 additions
and
138 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.