part of Attempto controlled language in English and Swedish

This commit is contained in:
aarne
2008-10-28 14:05:55 +00:00
parent 7408089e29
commit 4f327ca357
11 changed files with 825 additions and 0 deletions

View 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 ;
}