slight modifs in Bronzeage, adapted to next-lib

This commit is contained in:
aarne
2008-11-05 10:21:28 +00:00
parent 6d83ada3eb
commit a629d30958
17 changed files with 376 additions and 299 deletions

View File

@@ -1,18 +1,34 @@
abstract Swadesh = Cat ** {
abstract Swadesh = {
cat
V ;
V2 ;
V3 ;
A ;
N ;
Pron ;
Det ;
Card ;
Prep ;
IAdv ;
IP ;
NP ;
Adv ;
Conj ;
Ord ;
MassN ;
fun
-- Pronouns
i_NP : Pron ;
youSg_NP : Pron ;
he_NP : Pron ;
we_NP : Pron ;
youPl_NP : Pron ;
they_NP : Pron ;
i_NP : NP ;
youSg_NP : NP ;
he_NP : NP ;
we_NP : NP ;
youPl_NP : NP ;
they_NP : NP ;
whoPl_IP : IP ; -- only one who in Swadesh 207
whoSg_IP : IP ;
whatPl_IP : IP ; -- only one what in Swadesh 207