Skip to content

Commit

Permalink
Work with ei and eikä
Browse files Browse the repository at this point in the history
  • Loading branch information
rueter committed May 17, 2024
1 parent 55d5f57 commit ea103b6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
3 changes: 2 additions & 1 deletion src/fst/morphology/root.lexc
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ Multichar_Symbols !!≈ # Definitions for @CODE@
+Clt/Ki
!! Question and Focus particles:
+Qst +Foc !!≈ * **@CODE@**

+Foc/Ka !!≈ * **@CODE@** convert in Apertium _eikä_ "ei" V Neg Act Sg3 Foc/Ka
!! to "ei" V Neg"<actv><p3><sg>+ja<cnjcoo>"

!! Semantics are classified with
+Sem/Top
Expand Down
17 changes: 10 additions & 7 deletions src/fst/morphology/stems/verbs.lexc
Original file line number Diff line number Diff line change
Expand Up @@ -32609,13 +32609,16 @@ LEXICON AUX_O/LLA

LEXICON AUX_E/I
!! **LEXICON @LEXNAME@**
%<actv%>%<p3%>%<sg%>+ja%<cnjcoo%>:ikä # ;
%<actv%>%<p1%>%<sg%>:n # ;
%<actv%>%<p2%>%<sg%>:t # ;
%<actv%>%<p3%>%<sg%>:i # ;
%<actv%>%<p1%>%<pl%>:mmä # ;
%<actv%>%<p2%>%<pl%>:ttä # ;
%<actv%>%<imp%>%<p2%>%<sg%>:lä # ;
+Act+Sg1:n FOC/KA_ENDLEX ;
+Act+Sg2:t FOC/KA_ENDLEX ;
+Act+Sg3:i FOC/KA_ENDLEX ;
+Act+Pl1:mmä FOC/KA_ENDLEX ;
+Act+Pl2:ttä FOC/KA_ENDLEX ;
+Act+Imprt+Sg2:lä FOC/KA_ENDLEX ;

LEXICON FOC/KA_ENDLEX
+Foc/Ka:%>kä # ;
# ;

LEXICON AUX_VO/IJA
!! **LEXICON @LEXNAME@**
Expand Down

0 comments on commit ea103b6

Please sign in to comment.