mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 08:32:50 -06:00
working on API documentation
This commit is contained in:
@@ -86,12 +86,8 @@ incomplete concrete NounScand of Noun =
|
||||
s = \\n,d,c => cn.s ! n ! d ! c ++ rs.s ! agrP3 g n ;
|
||||
g = g
|
||||
} ;
|
||||
SentCN cn s = let g = cn.g in {
|
||||
s = \\n,d,c => cn.s ! n ! d ! c ++ conjThat ++ s.s ! Sub ;
|
||||
g = g
|
||||
} ;
|
||||
QuestCN cn qs = let g = cn.g in {
|
||||
s = \\n,d,c => cn.s ! n ! d ! c ++ qs.s ! QIndir ;
|
||||
SentCN cn sc = let g = cn.g in {
|
||||
s = \\n,d,c => cn.s ! n ! d ! c ++ sc.s ;
|
||||
g = g
|
||||
} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user