factored Query by taking our Proton parts and introducing an interface

This commit is contained in:
aarne
2012-06-21 06:06:05 +00:00
parent 18c08fdac1
commit f8e74c50e2
5 changed files with 161 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
interface LexQuery = open Syntax in {
oper
-- structural words
about_Prep : Prep ;
all_NP : NP ;
also_AdV : AdV ;
as_Prep : Prep ;
at_Prep : Prep ;
called_A : A ;
give_V3 : V3 ;
information_N : N ;
other_A : A ;
name_N : N ;
mkName : Str -> NP ;
oper
mkRelation : Str -> {cn : CN ; prep : Prep} ;
that_RP : RP ;
}