forked from GitHub/gf-core
moving a few things to deprecated
This commit is contained in:
13
deprecated/old-lib/resource/turkish/CatTur.gf
Normal file
13
deprecated/old-lib/resource/turkish/CatTur.gf
Normal file
@@ -0,0 +1,13 @@
|
||||
concrete CatTur of Cat = CommonX ** open ResTur, Prelude in {
|
||||
|
||||
flags optimize=all_subs ;
|
||||
|
||||
lincat
|
||||
|
||||
-- Noun
|
||||
NP, Pron = {s : Case => Str ; a : Agr} ;
|
||||
|
||||
-- Open lexical classes, e.g. Lexicon
|
||||
V, VS, VQ, VA = Verb ;
|
||||
N = {s : Number => Case => Str} ;
|
||||
}
|
||||
Reference in New Issue
Block a user