mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-13 05:02:50 -06:00
revised 200+ most frequent V2's in DictEngFin, leading to changes of patterns for most verbs.
This commit is contained in:
@@ -327,9 +327,9 @@ oper
|
||||
|
||||
defaultStemEnding : SNForm -> Str = \c -> case c of {
|
||||
0 => "" ;
|
||||
1 => "" ;
|
||||
2 => "a" ;
|
||||
3 => "na" ;
|
||||
1 => "i" ;
|
||||
2 => "ia" ;
|
||||
3 => "ina" ;
|
||||
4 => "ii" ;
|
||||
5 => "ie" ;
|
||||
6 => "ia" ;
|
||||
@@ -338,11 +338,11 @@ oper
|
||||
9 => "ihi"
|
||||
} ;
|
||||
bindIfS : SNForm -> Str = \c -> case c of {
|
||||
0|1 => [] ;
|
||||
0 => [] ;
|
||||
_ => BIND
|
||||
} ;
|
||||
bindColonIfS : SNForm -> Str = \c -> case c of {
|
||||
0|1 => [] ;
|
||||
0 => [] ;
|
||||
_ => BIND ++ ":" ++ BIND
|
||||
} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user