split the two senses of can_VV in Dictionary, as they are split in Structural

This commit is contained in:
aarne
2014-04-01 13:57:42 +00:00
parent fb202420dd
commit cdd7adef64
12 changed files with 28 additions and 21 deletions

View File

@@ -1,6 +1,7 @@
--# -path=.:../german:../abstract:../common
concrete DictionaryGer of Dictionary = CatGer ** open ParadigmsGer, IrregGer, (R = ResGer), (M = MorphoGer), Prelude in {
concrete DictionaryGer of Dictionary = CatGer ** open ParadigmsGer, (S = StructuralGer),
IrregGer, (R = ResGer), (M = MorphoGer), Prelude in {
flags
coding=utf8 ;
@@ -5112,12 +5113,8 @@ lin campus_N = variants {};
lin camshaft_N = reg2N "Nockenwelle" "Nockenwellen" feminine;
lin can_N = variants {};
lin can_V2 = dirV2 (irregV "dürfen" "dürft" "durfte" "dürfte" "gedurft" );
lin can_VV = R.auxVV
(R.mkV
"können" "kann" "kannst" "kann" "könnt" "könn"
"konnte" "konntest" "konnten" "konntet"
"könnte" "gekonnt" []
R.VHaben) ;
lin can_1_VV = S.can_VV ;
lin can_2_VV = S.can8know_VV ;
lin canada_PN = variants {};
lin canadian_A = variants {};
lin canadian_N = reg2N "Kanadier" "Kanadier" masculine;