fixed Swadesh for new resource version

This commit is contained in:
aarne
2008-01-03 17:11:32 +00:00
parent 7d9c68c4af
commit 15d8aed389
4 changed files with 7 additions and 5 deletions

View File

@@ -30,7 +30,7 @@ incomplete concrete BronzeageI of Bronzeage = open Lang in {
UsePron p = Lang.UsePron p ;
DetCN d n = Lang.DetCN d n ;
NumCN k cn = Lang.DetCN (DetPl (PlQuant IndefArt) k NoOrd) cn ;
NumCN k cn = Lang.DetCN (DetPl (IndefArt) k NoOrd) cn ;
UseN n = Lang.UseN n ;
ModCN a cn = AdjCN (PositA a) cn ;