Jpn19.01.15

This commit is contained in:
lizazim
2015-01-19 09:51:31 +00:00
parent 993014699f
commit eab989c1d7
6 changed files with 737 additions and 72 deletions

View File

@@ -61,13 +61,13 @@ flags coding = utf8 ;
-- Str ; te, ba : Polarity => Str ; needSubject : Bool}
V2 = Verb2 ; -- {s, pass : Style => TTense => Polarity => Str ; a_stem, i_stem,
-- pass_a_stem, pass_i_stem, prep : Str ; te, ba, pass_te,
-- pass_ba : Polarity => Str ; needSubject : Bool} ;
-- pass_ba : Polarity => Str} ;
V3 = Verb3 ; -- {s : Speaker => Style => TTense => Polarity => Str ; a_stem,
-- i_stem : Speaker => Str ; te, ba : Speaker => Polarity =>
-- Str ; prep1, prep2 : Str} ;
VV = ResJpn.VV ; -- {s : Speaker => Style => TTense => Polarity => Str ; te,
-- a_stem, i_stem, ba, te_neg, ba_neg : Speaker => Str ;
-- sense : ModSense} ;
VV = ResJpn.VV ; -- {s : Speaker => Style => TTense => Polarity => Str ;
-- a_stem, i_stem : Speaker => Str ;
-- te, ba : Speaker => Polarity => Str ; sense : ModSense} ;
VS = Verb2 ;
VQ = Verb2 ;
VA = Verb ;