diff options
Diffstat (limited to 'old-lib/resource/demo/DemoCat.gf')
| -rw-r--r-- | old-lib/resource/demo/DemoCat.gf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/old-lib/resource/demo/DemoCat.gf b/old-lib/resource/demo/DemoCat.gf new file mode 100644 index 000000000..c0c6e5bef --- /dev/null +++ b/old-lib/resource/demo/DemoCat.gf @@ -0,0 +1,16 @@ +--# -path=.:alltenses + +concrete DemoCat of Demo = + NounCat, + ClauseCat, + AdjectiveCat, + AdverbCat, + NumeralCat, + QuestionCat, + StructuralCat, + LexiconCat + ** { + +flags language = ca; unlexer = text ; lexer = text ; + +} ; |
