a minimal-lexicon version of resource

This commit is contained in:
aarne
2006-03-02 17:20:46 +00:00
parent bf872d018e
commit 27467d32fd
13 changed files with 357 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
incomplete concrete MinStructuralI of MinStructural = open Structural in {
lin
almost_AdN = almost_AdN ;
always_AdV = always_AdV ;
and_Conj = and_Conj ;
but_PConj = but_PConj ;
can_VV = can_VV ;
either7or_DConj = either7or_DConj ;
he_Pron = he_Pron ;
here_Adv = here_Adv ;
how_IAdv = how_IAdv ;
i_Pron = i_Pron ;
if_Subj = if_Subj ;
in_Prep = in_Prep ;
that_NP = that_NP ;
we_Pron = we_Pron ;
whichPl_IDet = whichPl_IDet ;
whichSg_IDet = whichSg_IDet ;
whoPl_IP = whoPl_IP ;
whoSg_IP = whoSg_IP ;
youSg_Pron = youSg_Pron ;
youPl_Pron = youPl_Pron ;
} ;