mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-06 09:42:50 -06:00
tiny fragment of Turkish
This commit is contained in:
13
lib/resource/turkish/CatTur.gf
Normal file
13
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