move NumeralX.inc to ParamX since it is used in many places

This commit is contained in:
Krasimir Angelov
2026-03-03 14:34:52 +01:00
parent 8e780d6263
commit 761597ad8c
25 changed files with 13 additions and 115 deletions
-6
View File
@@ -224,10 +224,4 @@ flags coding = utf8 ;
T3 => "," ;
_ => []
} ;
inc : DTail -> DTail = \t -> case t of {
T1 => T2 ;
T2 => T3 ;
T3 => T1
} ;
}
+1 -3
View File
@@ -1,9 +1,8 @@
resource ResJpn = open Prelude in {
resource ResJpn = ParamX [Number,Sg,Pl,DTail,T1,T2,T3,inc] ** open Prelude in {
flags coding = utf8 ;
param
Number = Sg | Pl ;
Style = Plain | Resp ;
Animateness = Anim | Inanim ;
Mood = Ind | Con ;
@@ -15,7 +14,6 @@ param
Particle = Wa | Ga ;
Anteriority = Simul | Anter ;
NumeralType = EndZero | EndNotZero | SingleDigit ;
DTail = T1 | T2 | T3 ;
ConjType = And | Or | Both | IfConj ;
SubjType = That | If | OtherSubj ;
VocType = VocPres | Please | VocAbs ;