mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-06 01:32:50 -06:00
split the two senses of can_VV in Dictionary, as they are split in Structural
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user