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,18 @@
interface LexAttempto = open Syntax in {
oper
possible_A : A ;
necessary_A : A ;
own_A : A ;
have_VV : VV ;
provably_Adv : Adv ;
provable_A : A ;
false_A : A ;
genitiveNP : NP -> CN -> NP ;
-- m_Unit : Unit ;
-- l_Unit : Unit ;
-- kg_Unit : Unit ;
}