forked from GitHub/comp-syntax-gu-mlt
b
This commit is contained in:
@@ -7,7 +7,7 @@ concrete MicroLangKor of MicroLang = open MicroResKor, Prelude in {
|
||||
|
||||
lincat
|
||||
Utt = {s : Str} ;
|
||||
|
||||
|
||||
S = {s : Str} ;
|
||||
VP = {verb : Verb ; compl : Str} ; ---s special case of Mini
|
||||
Comp = {s : Str} ;
|
||||
|
||||
@@ -1,11 +1,13 @@
|
||||
resource MicroResKor = open Prelude in {
|
||||
param
|
||||
Regularity = Regular | PieupIrregular ;
|
||||
VerbType = Action | Descriptive ;
|
||||
|
||||
oper
|
||||
Noun : Type = {s : Str} ;
|
||||
Verb : Type = {
|
||||
reg : Regularity ;
|
||||
stem : Str
|
||||
stem : Str ;
|
||||
t : VerbType
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user