Skip to content

Commit

Permalink
heasti now illegal
Browse files Browse the repository at this point in the history
  • Loading branch information
merisiga committed May 7, 2024
1 parent e2409f6 commit a8085e4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
3 changes: 2 additions & 1 deletion src/fst/filters/block-derivations.est.xfscript
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@ define BadDer4 [
[{omandama} ("+Guess") "+V" "+Der/is"] |
[Vow {ke} ("+Guess") "+A" "+Der/im"] | # rohke+im is OK, peenike+im not OK
[{hea} ("+Guess") "+A" "+Der/im"] |
[{asi} ("+Guess") "+N" "+Der/lik"] # asilik is bad; asjalik is in the lexicon already
[{asi} ("+Guess") "+N" "+Der/lik"] | # asilik is bad; asjalik is in the lexicon already
[{hea} ("+Guess") "+A" "+Der/sti"] # heasti is bad; hästi is in the lexicon already
] ;

# some words with certain suffixes make bad components in compounds
Expand Down
10 changes: 6 additions & 4 deletions src/fst/morphology/root.lexc
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,12 @@ Multichar_Symbols
+Der/ist !!= * `@CODE@`
!!€ kapitalist: kapitalism+N+Der/ist+N+Sg+Nom

!! N Prop --> N

+Der/lane !!= * `@CODE@`: helveetslane:Helveetsia+N+Prop+Der/lane+N+Sg+Nom
!!€ firenzelane: Firenze+N+Prop+Der/lane+N+Sg+Nom
!!€ helveetslane: Helveetsia+N+Prop+Der/lane+N+Sg+Nom

!! A --> N, V --> N

+Der/us !!= * `@CODE@`
Expand All @@ -541,10 +547,6 @@ Multichar_Symbols
+Der/ti !!= * `@CODE@`
!!€ lauati: laud+N+Der/ti+Adv

+Der/lane !!= * `@CODE@`: helveetslane:Helveetsia+N+Prop+Der/lane+N+Sg+Nom
!!€ firenzelane: Firenze+N+Prop+Der/lane+N+Sg+Nom
!!€ helveetslane: Helveetsia+N+Prop+Der/lane+N+Sg+Nom

!! N --> N, A --> A

+Dim/ke !!= * `@CODE@`: diminutive
Expand Down

0 comments on commit a8085e4

Please sign in to comment.