diff --git a/src/morphodict/MorphoDictChi.gf b/src/morphodict/MorphoDictChi.gf new file mode 100644 index 000000000..6dbea5e67 --- /dev/null +++ b/src/morphodict/MorphoDictChi.gf @@ -0,0 +1,7 @@ +--# -path=.:alltenses +concrete MorphoDictChi of MorphoDictChiAbs = +CatChi [N,A,V,Adv,Prep] ** +open +ParadigmsChi +in +{} \ No newline at end of file diff --git a/src/morphodict/MorphoDictChiAbs.gf b/src/morphodict/MorphoDictChiAbs.gf new file mode 100644 index 000000000..f2b4aee63 --- /dev/null +++ b/src/morphodict/MorphoDictChiAbs.gf @@ -0,0 +1,3 @@ +abstract MorphoDictChiAbs = + Cat [N,A,V,Adv,Prep] ** +{}