1
0
forked from GitHub/gf-rgl

add empty file for MorphoDictChi (TODO populate from WN)

This commit is contained in:
Inari Listenmaa
2025-01-24 14:44:35 +01:00
parent 8613a78929
commit 66b5e4108f
2 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
--# -path=.:alltenses
concrete MorphoDictChi of MorphoDictChiAbs =
CatChi [N,A,V,Adv,Prep] **
open
ParadigmsChi
in
{}

View File

@@ -0,0 +1,3 @@
abstract MorphoDictChiAbs =
Cat [N,A,V,Adv,Prep] **
{}