Skip to content

Commit

Permalink
new n2 to allow clt porroikin, but pl ess poroina
Browse files Browse the repository at this point in the history
  • Loading branch information
th0masbk committed Jul 1, 2024
1 parent 8cd9611 commit 0498185
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 72 deletions.
8 changes: 4 additions & 4 deletions src/fst/morphology/clitics.lexc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

LEXICON K !!= @CODE@ is for all clitica except the ones following negative ei
ENDLEX ;
+Clt:%>kin ENDLEX "weight: 3" ;
+Clt:%>kin2 ENDLEX "weight: 3" ;
+Clt:%>ki ENDLEX "weight: 3" ;
K_NEUTRAL ;

Expand All @@ -33,11 +33,11 @@ LEXICON K_NEG !!= @CODE@ is for eikä
LEXICON K_NEUTRAL !!= @CODE@ is the clitic lexicon common to ei and the rest
+Clt+Qst:%>k^O ENDLEX "weight: 3" ;
+Clt+Qst:%>k^Os ENDLEX "weight: 3" ;
+Foc/han:%>h^An ENDLEX "weight: 3" ;
+Foc/han:%>h^An2 ENDLEX "weight: 3" ;
+Foc/pa:%>p^A ENDLEX "weight: 3" ;
+Foc/pas:%>p^As ENDLEX "weight: 3" ;
+Foc/kaan:%>kh^A^An ENDLEX "weight: 3" ;
+Foc/han:%>h^An ENDLEX "weight: 3" ;
+Foc/kaan:%>kh^A^An2 ENDLEX "weight: 3" ;
+Foc/han:%>h^An2 ENDLEX "weight: 3" ;
! @D.compound.block@+Foc/han:@D.compound.block@%>h^A^An ENDLEX ; ! this long a probably just wrong

LEXICON ENDLEX !!= @CODE@ gives #
Expand Down
Loading

0 comments on commit 0498185

Please sign in to comment.