mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
part of Attempto controlled language in English and Swedish
This commit is contained in:
29
examples/attempto/Attempto1.gf
Normal file
29
examples/attempto/Attempto1.gf
Normal file
@@ -0,0 +1,29 @@
|
||||
-- 15.58
|
||||
|
||||
abstract Attempto = {
|
||||
|
||||
flags startcat = ACEText ;
|
||||
|
||||
cat
|
||||
ACEText ;
|
||||
Query ;
|
||||
Command ;
|
||||
fun
|
||||
ASpecification : Specification -> ACEText ;
|
||||
AQuery : Query -> ACEText ;
|
||||
ACommand : Command -> ACEText ;
|
||||
cat
|
||||
PropositionOrSentenceCoord ;
|
||||
TopicalisedQuestion ;
|
||||
fun
|
||||
QQuery : PropositionOrSentenceCoord -> Query -> Query ;
|
||||
QTopicalizer : TopicalisedQuestion -> Query ;
|
||||
cat
|
||||
ExistentialQuestionTopic ;
|
||||
SentenceCoord ;
|
||||
fun
|
||||
TExistential : ExistentialQuestionTopic -> SentenceCoord -> TopicalisedQuestion ;
|
||||
TUniversal : UniversalTopic -> TopicalisedQuestion -> TopicalisedQuestion ;
|
||||
TQuestion : Question -> TopicalisedQuestion ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user