mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-24 18:28:55 -06:00
finishing verbs; bug fixes in comp
This commit is contained in:
@@ -882,10 +882,12 @@ oper
|
||||
|
||||
conj3choir : Str -> Verbe = \choir ->
|
||||
let {
|
||||
ch = Predef.tk 3 choir ;
|
||||
tchoir = auxConj3usS "oi" "oy" "oi" "" (variants {"oir" ; "err"}) "oi" "oy" ""
|
||||
e = Predef.tk 5 choir ;
|
||||
tchoir =
|
||||
auxConj3usS "choi" "choy" "choi" "ch"
|
||||
(variants {"choir" ; "cherr"}) "choi" "choy" "ch"
|
||||
} in
|
||||
\\p => ch + tchoir ! p ;
|
||||
\\p => e + tchoir ! p ;
|
||||
|
||||
conj3échoir : Str -> Verbe = \échoir ->
|
||||
let {techoir = conj3choir échoir} in
|
||||
|
||||
Reference in New Issue
Block a user