mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-21 01:06:21 -06:00
started a separate module for names
This commit is contained in:
@@ -71,6 +71,6 @@ concrete CatTha of Cat = CommonX ** open ResTha, Prelude in {
|
||||
N = ResTha.Noun ;
|
||||
N2 = ResTha.Noun ** {c2 : Str} ;
|
||||
N3 = ResTha.Noun ** {c2,c3 : Str} ;
|
||||
GN, SN, PN = ResTha.NP ;
|
||||
GN, SN, LN, PN = ResTha.NP ;
|
||||
|
||||
}
|
||||
|
||||
@@ -14,7 +14,8 @@ concrete GrammarTha of Grammar =
|
||||
TextTha,
|
||||
StructuralTha,
|
||||
IdiomTha,
|
||||
TenseX
|
||||
TenseX,
|
||||
NamesTha
|
||||
** {
|
||||
|
||||
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
||||
|
||||
1
src/thai/NamesTha.gf
Normal file
1
src/thai/NamesTha.gf
Normal file
@@ -0,0 +1 @@
|
||||
concrete NamesTha of Names = CatTha ** { }
|
||||
Reference in New Issue
Block a user