;; VERSION: a:give-information+IF+version (time=(month=6, md=23, 2004, clock=(hours=12, minutes=36)) ;; ;; RELEASE V. 2004.1.0 (February 2, 2004) ;; ;; CHANGES SINCE PRECEDING RELEASE (December 23, 2003) ;; (Older changes are listed at the end of this file): ;; ;;01-28-04 (SHA) added sub-argument specifier= to argument time-unit= ;; ;;01-29-04 (SHA) removed time-unit= from sub-arguments of time= ;; and also from start-time=, end-time=, info-time=, object-time=, action-time=, etc. ;; time-unit= now appears only as sub-argument of period=, duration=, distance=, and time-distance= ;; (SHA) removed time-unit= from sub-arguments of speed= ;; (SHA) added per-unit= to sub-arguments of speed= ;; (SHA) removed all sub-arguments from time-unit= (except for focalizer=, operator=, and polarity=) ;; (SHA) added sub-arguments to dow=, md=, month=, tod= (new argmacro &time-attributes) ;; made sure period= and duration= also have these sub-arguments ;; ;;02-02-04 (SHA) added degree= to sub-arguments of relative-time= ;; (SHA) removed tod= from sub-arguments of relative-time= ;; ;;02-05-04 (SHA) added quantity=, modifier=, object-ref=, and specifier= to sub-arguments of definition 3 of contractor-name= ;; ;;02-11-04 (SHA) added county= to sub-arguments of address= ;; ;;02-13-04 (SHA) added similarity= to sub-arguments of definition 3 of contractor-name= ;; ;;02-24-04 (SHA) added person-name= to argmacro &humans ;; removed all sub-arguments of person-name= from argmacro &humans ;; ;;03-09-04 (SHA) removed references to *carrier-names* which is now included as *airline-names* under *transportation-names* ;; ;;03-25-04 (SHA) added unspecified to values of portion= ;; ;;03-30-04 (SHA) added new arg marital-status= ;; ;;04-20-04 (SHA) removed person-name= from argmacro &humans and from argmacro &shared-args ;; added all sub-arguments of person-name= to argmacro &humans ;; removed &humans from def of feature= ;; ;; ;;=============================================================================== ;; ;; NOTES on ARGUMENTS ;; ;; Syntax of argument-value pairs ;;-------------------------------- ;; 1. An argument-value pair consists of an argument (example, `object-spec=') ;; and a value (example values, `room', `1', `[1, 2]', `(operator=conjunct, [room, suite])' ;; `object-spec=room' ;; `object-number=1' ;; `numeral=[1, 2]' ;; `room-spec=(operator=conjunct, [room, suite])' ;; ;; 2. A value may be simple or complex. ;; 2a. a simple value is an atomic value: `room' `1' ;; 2b. a complex value is a list consisting of ;; - a simple value and sub-arguments ;; `(room, quanity=2)' ;; - a list of sub-arguments (frame) ;; `(dow=monday, md=2, year=2002, month=1)' ;; - a set of simple values or complex values or a combination of these ;; `[room, bed]' `[1,2,3]' `[(single, quantity=2), (double, quantity=1)]' ;; - a list of operator= + value pair and a simple value and/or sub-arguments ;; `(operator=conjunction, double, quantity=3)' "and 3 doubles" ;; - a list of operator= + value pair and a set of values ;; `(operator=and, [(single, quantity=2), (double, quantity=1)])' " 2 singles and 1 double" ;; ;; 3. Possible head values are determined by the :values keyword in each argument's definition. ;; 4. There can only be one head value (:value) for a given argument, unless the values ;; appear in a set construction with []s. ;; 5. The head value is optional in which case, a null value is assumed. ;; 6. An argument at a specific level of embedding may only appear once (unless in []s). ;; ;; ;; Special Values (reserved for specific IF functions) ;;---------------- ;; question = used to represent a question word/element ;; relative = used to represent a relative pronoun word/element ;; pronoun = used to represent IT and THEY (non-human pronouns) ;; ;; Example question : "where is a room available" ;; request-information+availability+room (location=question, room-spec=(room, identifiability=no)) ;; ;; ;; Example relative: " (I want a hotel) ... where there is a room available" ;; give-information+availability+room (location=relative, room-spec=(room, identifiability=no)) ;; ;; ;; Example pronoun: "there is a room available in it" ;; give-information+availability+room (location=pronoun, room-spec=(room, identifiability=no)) ;; ;; ;; ;; Representing Multiple Values ;;------------------------------ ;; Examples ;; At top-level: ;; *illegal* (time=(md=friday), time=(md=monday)) ;; *legal* (time=[(md=friday), (md=monday)]) ;; ;; At sub-argument level: ;; *illegal* accommodation-spec=(hotel, location=name-val_di_fiemme, ;; location=name-trento) ;; ;; *legal* accommodation-spec=(hotel, location=[name-val_di_fiemme, ;; name-trento]) ;; ;; Use of operator with multiple-values ;;------------------------------------- ;; [] sets are assumed to be an unordered list (operator=ulist) ;; unless specified with the operator= argument. ;; ;; "friday monday" / "monday friday" (order unimportant) ;; (time=[(dow=friday), (dow=monday)]) ;; *or* ;; (time=(operator=ulist, [(dow=friday), (dow=monday)])) ;; ;; "friday and monday" ;; (time=(operator=conjunct, [(dow=friday), (dow=monday)])) ;; "friday, monday" (order important ;; (time=(operator=olist, [(dow=friday), (dow=monday)])) ;; "friday or monday" ;; (time=(operator=disjunct, [(dow=friday), (dow=monday)])) ;; ;; "not friday" ;; (time=(polarity=negative, dow=friday)) ;; ;; The above can be combined with embedding: ;; ;; "friday or [monday and tuesday]" ;; (time=(operator=disjunct, [(dow=friday), (operator=conjunct, [(dow=monday), (dow=tuesday)])])) ;; (see operator= definition for a complete list of examples) ;; ;; SHORT CUT representations ;; Some argument/value pair representations are shortcuts for more ;; complex representations: ;; (See time= expressions for more) ;; ;; accommodation-spec=question ;; shorcut for: accommodation-spec=(accommodation, identifiability=question) ;; ;; duration=question ;; shorcut for: duration=(quantity=question) ;; ;; ------------------ ;; end-history here ;; ------------------ ;; ***NOTE to source specification maintainers: ;; do not use :domain in CLASS definitions (def-argclass) for arguments, ;; these are not domain dependent -Donna *** ;; ;; Special-values ([UNTRANSLATED-STRING] ("any STRING not to be translated which must appear between \"\"s")) ([N] ("a number ( ... -1, 0, 1, 2, 2.50, 3, 4, ... 21 ... 103 ... 999989320)")) ([NTH] ("ordinal number ( 1st, 2nd, 3rd, 4th,...21st...62nd...103rd)")) (2d-position= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *2D-POSITIONS* *COMPASS-POINTS*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" "position of something on a 2 dimensional" "surface such as a screen or a map" "" "This should include longitude and latitude eventually" "shared comments from - 2d-position=") ) ) ;; end of definition (3d-position= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *3D-POSITIONS* *COMPASS-POINTS*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" "position of something in a 3 dimensional" "space" "shared comments from - 3d-position=") ) ) ;; end of definition (above= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC @LOCATION-RELATION) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *RELATION-LOCATIONS* *PEOPLE*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" "location relation" "shared comments from argument class -- @location-relation" "location relation" "above=unspecified \"the parking garage is above\"" "shared comments from - above=") ) ) ;; end of definition (accommodation-board= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION *ACC-BOARDS*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from - accommodation-board=") ) ) ;; end of definition (accommodation-class= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION *ACC-CLASSES*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from - accommodation-class=") ) ) ;; end of definition (accommodation-spec= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC @ACCOMMODATION-SPEC) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *ACCOMMODATIONS* *RENTAL-PROPERTY-NAMES* *HOTEL-NAMES* *PARK-NAMES* *CAMPSITE-NAMES* *SHELTER-NAMES* *CASTLE-NAMES*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" "shared comments from argument class -- @accommodation-spec" " +ACCOMMODATION" "shared comments from - accommodation-spec=") ) ) ;; end of definition (accommodation= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION *HOTEL-NAMES* *PARK-NAMES* *CASTLE-NAMES* *SHELTER-NAMES* *CAMPSITE-NAMES*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from - accommodation=") ) ) ;; end of definition (accompanied-by= ;; number of definitions: 1 ;; Definition 1 ( :GOTO () :COMMENTS ("`take the pill >> with food <<'" "`Can I come with my dog'" "shared comments from - accompanied-by=") ) ) ;; end of definition (account-name= ;; number of definitions: 3 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "name of a business/money account" "shared comments from - account-name=") ) ;; Definition 2 ( :GOTO () :COMMENTS ("name of a business/money account" "shared comments from - account-name=") ) ;; Definition 3 ( :GOTO () :COMMENTS ("name of a business/money account" "shared comments from - account-name=") ) ) ;; end of definition (account-spec= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *ACCOUNTS*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" "shared comments from - account-spec=") ) ) ;; end of definition (account-type= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION *ACCOUNT-TYPES*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from - account-type=") ) ) ;; end of definition (across= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC @LOCATION-RELATION) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *RELATION-LOCATIONS* *PEOPLE*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" "location relation" "shared comments from argument class -- @location-relation" "location relation" "across=unspecified \"the hotel is right on the other side\"" "\"across the street from the movie theatre\"" "across=(movie_theatre, via=street)" "\"across the street\" " "across=(via=street)" "shared comments from - across=") ) ) ;; end of definition (action-location= ;; number of definitions: 1 ;; Definition 1 ( :GOTO () :COMMENTS ("may be used to distinguish" "actions and object in a DA" "for special concepts making reservation, " "scheduling meetings, confirming reservations, sending material" "with dates (send the tickets for the 18th on monday )" "\"i want to reserve the hotel for italy in the US\"" "...+reservation+accommodation" "(action-location=usa, object-location=italy)" "shared comments from - action-location=") ) ) ;; end of definition (action-time= ;; number of definitions: 2 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC @TIME @TIME2) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *TIME-HEADS*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" "FAQ: why are there 2 definitions of time=?" "ANS: some of the sub arguments of time (after= and before=) cannot" "appear in an IF with ( )" "When these do appear in an IF value for time=, they are considered" "an independent head and should be put into a multiple " "structure []s when more than one appears." "before friday after monday" " (operator=olist, [before=(dow=friday), after=(dow=monday)])" "---------------------" " In general time= is a frame" " use rather than or " " with in the same time expression" " \"3 weeks after Christmas\"" " time=(reference-time=(special-time=christmas), " " time-relation=after, " " time-distance=(time-unit=week, quantity=3))" " BUT " " \"after Christmas\"" " time=(after=(special-time=christmas))" " " " time=unspecified >>> \"then\"" " *NEW* between monday and friday " " time=(operator=range, (dow=monday, dow=friday))" "" " from monday to friday time=(start-time=dow=monday, end-time=dow=friday)" "\"the first week after Christmas\" " " time=(time-unit=week, order-ref-ext=first, after=(special-time=christmas))" "\"the 21st century\" " " time=(time-unit=(century, order-ref-ext=21st))" " \"on the first from 2 to 4\"" " time=(md=1, start-time=(clock=(hours=2)), end-time=(clock=(hours=4)))" " question (for GENERIC QUESTION)" " \"when ..?\" time=question" " " " time" " \"we will arrive at a bad time ...\" time=(time, modifier=bad)" "" " period " " MAYBE IT IS DURATION, REMOVE?" " \"in the same period ...\" time=(period, modifier=same)" "" " moment" " \"in that moment ...\" time=(moment, identifiability=distant)" "shared comments from argument class -- @time" "This TIME frame cannot have time-distances" "Use before= or after= relations" "shared comments from argument class -- @time2" "time expression for the reserved/scheduled time" "these may be used to distinguish" "actions and object in a DA" " \"i want to reserve the hotel for the friday on monday\"" " ...+reservation+accommodation" " (action-time=(dow=monday), object-time=(dow=friday))" "shared comments from - action-time=") ) ;; Definition 2 ( :ISA (@ALL @QVAL @SPEC @TIME @TIME1) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *TIME-HEADS*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" "FAQ: why are there 2 definitions of time=?" "ANS: some of the sub arguments of time (after= and before=) cannot" "appear in an IF with ( )" "When these do appear in an IF value for time=, they are considered" "an independent head and should be put into a multiple " "structure []s when more than one appears." "before friday after monday" " (operator=olist, [before=(dow=friday), after=(dow=monday)])" "---------------------" " In general time= is a frame" " use rather than or " " with in the same time expression" " \"3 weeks after Christmas\"" " time=(reference-time=(special-time=christmas), " " time-relation=after, " " time-distance=(time-unit=week, quantity=3))" " BUT " " \"after Christmas\"" " time=(after=(special-time=christmas))" " " " time=unspecified >>> \"then\"" " *NEW* between monday and friday " " time=(operator=range, (dow=monday, dow=friday))" "" " from monday to friday time=(start-time=dow=monday, end-time=dow=friday)" "\"the first week after Christmas\" " " time=(time-unit=week, order-ref-ext=first, after=(special-time=christmas))" "\"the 21st century\" " " time=(time-unit=(century, order-ref-ext=21st))" " \"on the first from 2 to 4\"" " time=(md=1, start-time=(clock=(hours=2)), end-time=(clock=(hours=4)))" " question (for GENERIC QUESTION)" " \"when ..?\" time=question" " " " time" " \"we will arrive at a bad time ...\" time=(time, modifier=bad)" "" " period " " MAYBE IT IS DURATION, REMOVE?" " \"in the same period ...\" time=(period, modifier=same)" "" " moment" " \"in that moment ...\" time=(moment, identifiability=distant)" "shared comments from argument class -- @time" "This TIME frame can have time-distances" " with time-relation=, not used with or " "shared comments from argument class -- @time1" "time expression for the reserved/scheduled time" "these may be used to distinguish" "actions and object in a DA" " \"i want to reserve the hotel for the friday on monday\"" " ...+reservation+accommodation" " (action-time=(dow=monday), object-time=(dow=friday))" "shared comments from - action-time=") ) ) ;; end of definition (action= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @RQVAL) :VALUES (QUESTION RELATIVE *ACTIONS*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @rqval" "action=question >> WHAT are you doing?" "action=relative >> CSTAR DB: 25.20.2 \"what you+d < you would > like to do\"" "For \"park your car\" use value: e-park-2 " "(WordNet meaning 01319179: maneuver a vehicle into a parking space)" "`park' (o-park-1) is the value used for << a large area of land preserved in" "its natural state as public property>>" "o-park-2 \"urban park\"" "\"call\" e-call-2 << get or try to get into communication by telephone; " "\"I tried to call you all night\"; \"Take two aspirin and call me " "in the morning\">>" " e-type-1 \"write by means of a typewriter\"" "e-use-1 = use, utilize a tool (put into service; make work; make use of of employ for a particular purpose) WN G: 200788109" "e-clear-21 = clear -- rid of instructions or data; \"clear a memory buffer\"" "shared comments from - action=") ) ) ;; end of definition (activity-site= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *ACT-SITES* *FACILITIES* *AREA-NAMES*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" "site of an activity: stadium, ski-resort etc.." "shared comments from - activity-site=") ) ) ;; end of definition (activity-spec= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *ACTIVITIES*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" "+activity" "shared comments from - activity-spec=") ) ) ;; end of definition (address= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @RQVAL) :VALUES (QUESTION RELATIVE ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @rqval" " NOTE: ORDERING is important !!! " "Keep original ordering of arguments in generation." "Use operator=olist for the list of sub-args." "Each country has specific address ordering." "Ex. \"5000 Forbes Avenue Pittburgh Pa 15218 USA\"" " here is for the place " "you are residing in temporarily or where you work ." "shared comments from - address=") ) ) ;; end of definition (admission-object= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *ADMISSION-OBJECTS* *TOUR-NAMES* *TRAIN-NAMES* *TRANSPORTATION-NAMES* *PARK-NAMES* *SHELTER-NAMES* *CASTLE-NAMES* *CAMPSITE-NAMES* *ATTRACTION-NAMES* *BUILDING-NAMES* *PACKAGE-NAMES* *LOCATION-NAMES* *RESTAURANT-NAMES* *ROOM-NAMES* *PATH-NAMES* *STREET-NAMES*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" "used for (admission to) \"something\"" "shared comments from - admission-object=") ) ) ;; end of definition (admission-spec= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *ADMISSION-TYPES* *ADMISSION-NAMES*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" " +ADMISSION" " \"registration\" is a type of admission that involves " " filling out paper work as for a conference." " \"ticket\" you get a ticket to use to enter. " " \"fee\" you pay money and do not need any paper or tickets." "shared comments from - admission-spec=") ) ) ;; end of definition (affiliation= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION *AFFILIATION-NAMES*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "names of affiliations") ) ) ;; end of definition (after-rr= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC @RHETORICAL) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* DISCOURSE *OBJECTS*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" " Rhetorical " "shared comments from argument class -- @rhetorical" " rhetorical relation: after-rr=" " def: TEMPORAL-AFTER" " cue phrases: after, afterwards ... after that" " open but not time values" "shared comments from - after-rr=") ) ) ;; end of definition (after= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC @TIME @TIME1) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *TIME-HEADS*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" "FAQ: why are there 2 definitions of time=?" "ANS: some of the sub arguments of time (after= and before=) cannot" "appear in an IF with ( )" "When these do appear in an IF value for time=, they are considered" "an independent head and should be put into a multiple " "structure []s when more than one appears." "before friday after monday" " (operator=olist, [before=(dow=friday), after=(dow=monday)])" "---------------------" " In general time= is a frame" " use rather than or " " with in the same time expression" " \"3 weeks after Christmas\"" " time=(reference-time=(special-time=christmas), " " time-relation=after, " " time-distance=(time-unit=week, quantity=3))" " BUT " " \"after Christmas\"" " time=(after=(special-time=christmas))" " " " time=unspecified >>> \"then\"" " *NEW* between monday and friday " " time=(operator=range, (dow=monday, dow=friday))" "" " from monday to friday time=(start-time=dow=monday, end-time=dow=friday)" "\"the first week after Christmas\" " " time=(time-unit=week, order-ref-ext=first, after=(special-time=christmas))" "\"the 21st century\" " " time=(time-unit=(century, order-ref-ext=21st))" " \"on the first from 2 to 4\"" " time=(md=1, start-time=(clock=(hours=2)), end-time=(clock=(hours=4)))" " question (for GENERIC QUESTION)" " \"when ..?\" time=question" " " " time" " \"we will arrive at a bad time ...\" time=(time, modifier=bad)" "" " period " " MAYBE IT IS DURATION, REMOVE?" " \"in the same period ...\" time=(period, modifier=same)" "" " moment" " \"in that moment ...\" time=(moment, identifiability=distant)" "shared comments from argument class -- @time" "This TIME frame can have time-distances" " with time-relation=, not used with or " "shared comments from argument class -- @time1" "shared comments from - after=") ) ) ;; end of definition (against= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC @LOCATION-RELATION) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *RELATION-LOCATIONS* *PEOPLE*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" "location relation" "shared comments from argument class -- @location-relation" "location relation" "against=unspecified \"the parking garage is against it\"" "shared comments from - against=") ) ) ;; end of definition (age= ;; number of definitions: 2 ;; Definition 1 ( :ISA (@ALL @ALL-MOD @MOD) :VALUES (*AGE-TYPES*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @all-mod" "shared comments from argument class -- @mod" "old, young, very old, younger" "shared comments from - age=") ) ;; Definition 2 ( :ISA (@ALL @QVAL) :VALUES (QUESTION *TIME-UNITS*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "default is time-unit is YEAR" "\"less than 5 yrs old\" age=(quantity=(5, qmod=less-than))" "\"over 50 yrs old\" age=(quantity=(50, qmod=greater-than))" "\"over 5 months old\" age=(month, quantity=(5, qmod=greater-than))" "shared comments from - age=") ) ) ;; end of definition (airport-spec= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *AIRPORT-TYPES* *WORLD-AIRPORT-NAMES*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" "shared comments from - airport-spec=") ) ) ;; end of definition (aisle-number= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @NUMBER) :VALUES (QUESTION SAME [N] *ALPHA-CHARACTERS*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @number" "shared comments from - aisle-number=") ) ) ;; end of definition (along= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC @LOCATION-RELATION) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *RELATION-LOCATIONS* *PEOPLE*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" "location relation" "shared comments from argument class -- @location-relation" " location relation" "along the river" " along=unspecified \"it went along that\"" "shared comments from - along=") ) ) ;; end of definition (am-pm= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL) :VALUES (*AM-PM*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from - am-pm=") ) ) ;; end of definition (among-whom= ;; number of definitions: 1 ;; Definition 1 ( :GOTO () :COMMENTS ("use for personal environment (among certain people)" "in association with ...." "EX. `well in my family , they have similar problems ' " "with people, among various people, midst of several people." "shared comments from - among-whom=") ) ) ;; end of definition (among= ;; number of definitions: 1 ;; Definition 1 ( :GOTO () :COMMENTS ("use for environment (among certain things)" "in association with ...." "shared comments from - among=") ) ) ;; end of definition (anti-condition= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL) :VALUES (DISCOURSE) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" " if you like sunshine, go to Florida" " otherwise, go to pittsburgh" " if don't you like sunshine, go to Pittsburgh" " otherwise, go to Florida" "shared comments from - anti-condition=") ) ) ;; end of definition (apo-number= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @NUMBER) :VALUES (QUESTION SAME [N] *ALPHA-CHARACTERS*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @number" "Army post office box number" "Residents of US Army bases " "have this in their address." "shared comments from - apo-number=") ) ) ;; end of definition (apology= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @ALL-MOD @PRED) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @all-mod" "shared comments from argument class -- @pred" "shared comments from - apology=") ) ) ;; end of definition (apt-number= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @NUMBER) :VALUES (QUESTION SAME [N] *ALPHA-CHARACTERS*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @number" "apartment number (\"Apt. 10b \")" "sub-arg, to be used only with ADDRESS=, " "not in the general location= arguments." "NOTE: ORDERING is important. Keep original ordering of " "arguments in generation. Use operator=olist for the list of sub-args." "Each country has specific address ordering." "shared comments from - apt-number=") ) ) ;; end of definition (area-code-number= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @NUMBER) :VALUES (QUESTION SAME [N] *ALPHA-CHARACTERS*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @number" " sub-arg, to be used only with telephone-numbers, " " not in the general location= arguments." "shared comments from - area-code-number=") ) ) ;; end of definition (around= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC @LOCATION-RELATION) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *RELATION-LOCATIONS* *PEOPLE*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" "location relation" "shared comments from argument class -- @location-relation" "location relation" "around=unspecified \"the tour goes around\"" "\"around the park\"" "(surrounding= \"mountains around the park\")" "around=(park, identifiability=yes)" "shared comments from - around=") ) ) ;; end of definition (aspect= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL) :VALUES (*ASPECTS*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" " start/stop/continue doing something" "shared comments from - aspect=") ) ) ;; end of definition (attraction-spec= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *ATTRACTIONS* *ATTRACTION-NAMES*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" "shared comments from - attraction-spec=") ) ) ;; end of definition (attraction-type= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION *ATTRACTION-MODS*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "adult entertainment, adult attractions, child attractions, " "mixed age / all age level attractions" "+ATTRACTION" " arguments for sightseeing attractions" "shared comments from - attraction-type=") ) ) ;; end of definition (audio-level= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @ALL-MOD @MOD @QMOD) :VALUES (QUESTION *AUDIO-LEVELS*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @all-mod" "shared comments from argument class -- @mod" "shared comments from argument class -- @qmod" "modifier/attribute that describes loudness of a sound" "shared comments from - audio-level=") ) ) ;; end of definition (audio-quality= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @ALL-MOD @MOD @QMOD) :VALUES (QUESTION *AUDIO-QUALITIES*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @all-mod" "shared comments from argument class -- @mod" "shared comments from argument class -- @qmod" "modifier/attribute that describes quality of sound from a machine" "shared comments from - audio-quality=") ) ) ;; end of definition (bank= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION *FINANCIAL-BANKS*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from - bank=") ) ) ;; end of definition (bed-spec= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *BEDS*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" "shared comments from - bed-spec=") ) ) ;; end of definition (before-rr= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC @RHETORICAL) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* DISCOURSE *OBJECTS*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" " Rhetorical " "shared comments from argument class -- @rhetorical" "any legal value except values of the time= arg?" " rhetorical relation: before-rr=" " cue phrases: before, ... before that" "shared comments from - before-rr=") ) ) ;; end of definition (before= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC @TIME @TIME1) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *TIME-HEADS*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" "FAQ: why are there 2 definitions of time=?" "ANS: some of the sub arguments of time (after= and before=) cannot" "appear in an IF with ( )" "When these do appear in an IF value for time=, they are considered" "an independent head and should be put into a multiple " "structure []s when more than one appears." "before friday after monday" " (operator=olist, [before=(dow=friday), after=(dow=monday)])" "---------------------" " In general time= is a frame" " use rather than or " " with in the same time expression" " \"3 weeks after Christmas\"" " time=(reference-time=(special-time=christmas), " " time-relation=after, " " time-distance=(time-unit=week, quantity=3))" " BUT " " \"after Christmas\"" " time=(after=(special-time=christmas))" " " " time=unspecified >>> \"then\"" " *NEW* between monday and friday " " time=(operator=range, (dow=monday, dow=friday))" "" " from monday to friday time=(start-time=dow=monday, end-time=dow=friday)" "\"the first week after Christmas\" " " time=(time-unit=week, order-ref-ext=first, after=(special-time=christmas))" "\"the 21st century\" " " time=(time-unit=(century, order-ref-ext=21st))" " \"on the first from 2 to 4\"" " time=(md=1, start-time=(clock=(hours=2)), end-time=(clock=(hours=4)))" " question (for GENERIC QUESTION)" " \"when ..?\" time=question" " " " time" " \"we will arrive at a bad time ...\" time=(time, modifier=bad)" "" " period " " MAYBE IT IS DURATION, REMOVE?" " \"in the same period ...\" time=(period, modifier=same)" "" " moment" " \"in that moment ...\" time=(moment, identifiability=distant)" "shared comments from argument class -- @time" "This TIME frame can have time-distances" " with time-relation=, not used with or " "shared comments from argument class -- @time1" "shared comments from - before=") ) ) ;; end of definition (behavior= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "+behavior" " someone is nice to me" "shared comments from - behavior=") ) ) ;; end of definition (behind= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC @LOCATION-RELATION) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *RELATION-LOCATIONS* *PEOPLE*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" "location relation" "shared comments from argument class -- @location-relation" " location relation" " behind=unspecified \"the parking garage is in the rear\"" "shared comments from - behind=") ) ) ;; end of definition (beneficiary= ;; number of definitions: 1 ;; Definition 1 ( :GOTO () :COMMENTS ("the person who benefits from an action or state of things (see +confirmation)" "`i have a reservation for rob malkin'" "a:give-information+confirmation (reservation-spec=(reservation, identifiability=no), beneficiary=(given-name=name-rob, family-name=name-malkin), provider=i)" "shared comments from - beneficiary=") ) ) ;; end of definition (besides= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC @RHETORICAL) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* DISCOURSE *OBJECTS*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" " Rhetorical " "shared comments from argument class -- @rhetorical" " rhetorical relation: besides=" " def: satellite of the ADDITIVE-RR" " cue phrases: besides, ...also, moreover, furthermore, ..." " Example: I will buy the tickets besides renting the car" "shared comments from - besides=") ) ) ;; end of definition (between= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC @LOCATION-RELATION) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *RELATION-LOCATIONS* *PEOPLE*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" "location relation" "shared comments from argument class -- @location-relation" "location relation" "parking is available between the hotel and the tennis courts" "use this for when something is situated in space between two objects." "between=unspecified \"the parking garage is in between\"" "shared comments from - between=") ) ) ;; end of definition (body-stat= ;; number of definitions: 2 ;; Definition 1 ( :GOTO () :COMMENTS ("shared comments from - body-stat=") ) ;; Definition 2 ( :ISA (@ALL @ALL-MOD @MOD) :VALUES (*BODY-STAT-SHORTCUTS*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @all-mod" "shared comments from argument class -- @mod" "shared comments from - body-stat=") ) ) ;; end of definition (booking-agent= ;; number of definitions: 1 ;; Definition 1 ( :GOTO () :COMMENTS ("shared comments from - booking-agent=") ) ) ;; end of definition (building= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION *BUILDING-NAMES*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" " sub-arg, to be used only with ADDRESS=, " " not in the general location= arguments." " NOTE: ORDERING is important. Keep original ordering of " " arguments in generation. Use operator=olist for " "the list of sub-args." " Each country has specific address ordering." "shared comments from - building=") ) ) ;; end of definition (calendar= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION *CALENDAR-TYPES*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" " Chinese calendar may be represented by moon (13 months) " " or sun (12 months)" "shared comments from - calendar=") ) ) ;; end of definition (called= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION *LANGUAGE-NAMES* *RENTAL-PROPERTY-NAMES* *TAXI-NAMES* *TRAIN-NAMES* *TRANSPORTATION-NAMES* *TRAVEL-AGENCY-NAMES* *HOTEL-NAMES* *PARK-NAMES* *SHELTER-NAMES* *CASTLE-NAMES* *CAMPSITE-NAMES* *ATTRACTION-NAMES* *BUILDING-NAMES* *FAMILY-NAMES* *DISH-NAMES* *GIVEN-NAMES* *GROUP-NAMES* *PACKAGE-NAMES* *LOCATION-NAMES* *RESTAURANT-NAMES* *ROOM-NAMES* *SECONDARY-NAMES* *STREET-NAMES* *TOUR-NAMES* *PATH-NAMES*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" " the train called xxx" "(train, called=name-xxx)" "shared comments from - called=") ) ) ;; end of definition (carrier= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION *TRANSPORTATION-NAMES*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" " Concept-specific semantic argument" " being transported by others in a vehicle" " \"train number 451 the overland express and usair flight 235\"" " transportation-spec=(operator=conjunct [(train, object-number=451, called=name-overland_express), (flight, object-number=235, carrier=usair)])" "shared comments from - carrier=") ) ) ;; end of definition (cause= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC @RHETORICAL) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* DISCOURSE *OBJECTS*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" " Rhetorical " "shared comments from argument class -- @rhetorical" " rhetorical relation: cause=" " def: satellite of the CAUSE-RR" " cue phrases: because of, due to " "shared comments from - cause=") ) ) ;; end of definition (change-from= ;; number of definitions: 1 ;; Definition 1 ( :GOTO () :COMMENTS ("change x ***>from y <*** to z" "shared comments from - change-from=") ) ) ;; end of definition (change-to= ;; number of definitions: 1 ;; Definition 1 ( :GOTO () :COMMENTS ("change x from y ***>to z<***" "shared comments from - change-to=") ) ) ;; end of definition (circumstance= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC @RHETORICAL) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* DISCOURSE *OBJECTS*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" " Rhetorical " "shared comments from argument class -- @rhetorical" " rhetorical relation: circumstance=" " def: CIRCUMSTANCIAL result" " cue phrases: IN (some event) " "(I broke my tooth) in a fight" "shared comments from - circumstance=") ) ) ;; end of definition (city= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION *CITY-NAMES*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" " sub-arg, to be used only with ADDRESS=, " " not in the general location= arguments." " NOTE: ORDERING is important. Keep original ordering of " " arguments in generation. Use operator=olist for the list of sub-args." " Each country has specific address ordering." "shared comments from - city=") ) ) ;; end of definition (clarify= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @ALL-MOD @PRED) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @all-mod" "shared comments from argument class -- @pred" "shared comments from - clarify=") ) ) ;; end of definition (class= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *TRAVEL-CLASSES*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" "shared comments from - class=") ) ) ;; end of definition (clock= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from - clock=") ) ) ;; end of definition (co-occurrence= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC @RHETORICAL) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* DISCOURSE *OBJECTS*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" " Rhetorical " "shared comments from argument class -- @rhetorical" " (question here is for \"at the time of what\" not when?)" " rhetorical relation: co-occurrence" " def: co-occurrence RR" " cue phrases: when.... at the time of...." "shared comments from - co-occurrence=") ) ) ;; end of definition (color= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @ALL-MOD @MOD @QMOD) :VALUES (QUESTION *COLORS*) :RELATIONS () :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @all-mod" "shared comments from argument class -- @mod" "shared comments from argument class -- @qmod" "modifier attribute for colors" "shared comments from - color=") ) ) ;; end of definition (communication-mode= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION *COMMUNICATION-MODES*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from - communication-mode=") ) ) ;; end of definition (compared-to= ;; number of definitions: 1 ;; Definition 1 ( :GOTO () :COMMENTS ("this only works for comparing to objects" "`...is bigger than that'" "feature=(size=(big, degree=more, compared-to=(identifiability=distant)))" " Asian languages may produce this:" "`...is big compared to that'" "feature=(size=(big, compared-to=(identifiability=distant)))" "`...is $5 more than that'" "price=(quantity=5, plus-minus=plus, compared-to=(identifiability=distant))" "shared comments from - compared-to=") ) ) ;; end of definition (compass-point= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @ALL-MOD @MOD) :VALUES (*COMPASS-POINTS*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @all-mod" "shared comments from argument class -- @mod" "shared comments from - compass-point=") ) ) ;; end of definition (completion= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @ALL-MOD @PRED) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @all-mod" "shared comments from argument class -- @pred" "+completion" "finished doing something" "shared comments from - completion=") ) ) ;; end of definition (concept-spec= ;; number of definitions: 2 ;; Definition 1 ( :ISA (@ALL) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from - concept-spec=") ) ;; Definition 2 ( :ISA (@ALL) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "not used with other values of concept-spec=" "shared comments from - concept-spec=") ) ) ;; end of definition (concessive= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC @RHETORICAL) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* DISCOURSE *OBJECTS*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" " Rhetorical " "shared comments from argument class -- @rhetorical" " rhetorical relation: concessive=" " def: CONCESSIVE-RR" " cue phrases: in spite of, ... nevertheless, dispite that, ..." "shared comments from - concessive=") ) ) ;; end of definition (conclusion= ;; number of definitions: 1 ;; Definition 1 ( :VALUES (DISCOURSE QUESTION) :COMMENTS (" rhetorical relation: conclusion=" " def: conclusion-RR" " cue phrases: in conclusion, all in all" " Examples: " " \"In conclusion I want to rent a car " " \"all in all I don't like it.\"" "shared comments from - conclusion=") ) ) ;; end of definition (condition= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC @RHETORICAL) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* DISCOURSE *OBJECTS*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" " Rhetorical " "shared comments from argument class -- @rhetorical" " rhetorical relation: condition=" " def: CONDITIONAL-RR" " cue phrases: then, if so, " " condition=discourse : \"if so\", " " could be \"in that case\" ???" "shared comments from - condition=") ) ) ;; end of definition (confession= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @ALL-MOD @PRED) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @all-mod" "shared comments from argument class -- @pred" "shared comments from - confession=") ) ) ;; end of definition (confirmation= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @ALL-MOD @PRED) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @all-mod" "shared comments from argument class -- @pred" " argument of +CONFIRMATION" "shared comments from - confirmation=") ) ) ;; end of definition (conjunction= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC @RHETORICAL) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* DISCOURSE *OBJECTS* ETCETERA) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" " Rhetorical " "shared comments from argument class -- @rhetorical" " rhetorical relation: conjunction=" " cue phrases: and, ... " " \"and so on\" => \"etcetera\" " " \"And I don't like mushrooms\"" " c:give-information+negation+disposition+food " " (conjunction=discourse, food-spec=(mushroom, quantity=plural), " "disposition=(polarity=negative, who=i, like)" "shared comments from - conjunction=") ) ) ;; end of definition (connected-to= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC @LOCATION-RELATION) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *RELATION-LOCATIONS* *PEOPLE*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" "location relation" "shared comments from argument class -- @location-relation" "shared comments from - connected-to=") ) ) ;; end of definition (connection-spec= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *CONNECTIONS*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" "shared comments from - connection-spec=") ) ) ;; end of definition (consist-of= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *OBJECTS-AND-LOCATIONS*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" "it consists of/is made up of 3 people" "shared comments from - consist-of=") ) ) ;; end of definition (contain= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *OBJECTS-AND-LOCATIONS*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" " **NOTES from Grenoble IF workshop Nov. 2001 ** " "Include/contain issue" "Location inclusion +contain" "Example: the room has a tv" "give-information+contain+room (room-spec=room, contain=tv)" "" "Example: the hotel has a meeting room" "give-information+contain+accommodation(accommodation-spec=hotel, contain=meeting-room)" "" "Example: the slope has a ski lift" "give-information+contain+facility(facility=slope, contain=skilift)" "Non location inclusion +include" "Example: the price includes organized activity" "give-information+inclusion+price (include=(oa, ...))" "" "Example: it cost 100 $ excursion included" "give-information+price (price=(quantity=100, unit=dollar), include=(oa,...))" "" "Example: the package includes ..." "shared comments from - contain=") ) ) ;; end of definition (contained-in= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *OBJECTS-AND-LOCATIONS*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" " Inverse of contain= (used with +contained-in)" "x is contained in y" "x is PART OF y" "the pool is part of the hotel" "shared comments from - contained-in=") ) ) ;; end of definition (contractor-name= ;; number of definitions: 3 ;; Definition 1 ( :ISA (@ALL) :VALUES (*NAME-TYPES*) :RELATIONS () :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "'please reserve it under my name'" "Use for expressions that do not give an actual name, but only refer to the name of the entity responsible for a contractual agreement, such as a reservation, cancellation, or rental contract." "shared comments from - contractor-name=") ) ;; Definition 2 ( :ISA (@ALL) :VALUES (*AFFILIATION-NAMES*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "'please reserve it in the name of Carnegie Mellon University'" "Use for the name of an institution or other corporate entity responsible for a contractual agreement, such as a reservation, cancellation, or rental contract." "shared comments from - contractor-name=") ) ;; Definition 3 ( :GOTO () :COMMENTS ("'under whose name shall i make this reservation'" "'under the name of Harry Potter'" "Use for the name of a person responsible for a contractual agreement, such as a reservation, cancellation, or rental contract." "shared comments from - contractor-name=") ) ) ;; end of definition (contrastive= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC @RHETORICAL) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* DISCOURSE *OBJECTS*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" " Rhetorical " "shared comments from argument class -- @rhetorical" " rhetorical relation: contrastive=" " def: contrastive-RR" " cue phrases: however, on the other ... but...." " Examples: " " \"I want to rent a car but but not a house" " \"however I don't like it.\"" " NOT THIS \"I want to rent a car but not a house\" (see operator= with arguments)" "shared comments from - contrastive=") ) ) ;; end of definition (correlated-with= ;; number of definitions: 1 ;; Definition 1 ( :GOTO () :COMMENTS ("shared comments from - correlated-with=") ) ) ;; end of definition (country-code-number= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @NUMBER) :VALUES (QUESTION SAME [N] *ALPHA-CHARACTERS*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @number" " sub-arg, to be used only with telephone-numbers, " "shared comments from - country-code-number=") ) ) ;; end of definition (country= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION *COUNTRY-NAMES*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" " sub-arg, to be used only with ADDRESS=, " " not in the general location= arguments." " NOTE: ORDERING is important. Keep original ordering of " " arguments in generation. Use operator=olist for the list of sub-args." " Each country has specific address ordering." "shared comments from - country=") ) ) ;; end of definition (county= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION *COUNTY-NAMES*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" " sub-arg, to be used only with ADDRESS=, " " not in the general location= arguments." " NOTE: ORDERING is important. Keep original ordering of " " arguments in generation. Use operator=olist for the list of sub-args." " Each country has specific address ordering." "shared comments from - county=") ) ) ;; end of definition (covering= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC @LOCATION-RELATION) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *RELATION-LOCATIONS* *PEOPLE*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" "location relation" "shared comments from argument class -- @location-relation" "location relation" "the stuff is all over the floor" "the rash is all over my body" "shared comments from - covering=") ) ) ;; end of definition (cultural-style= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION *CULTURAL-STYLES*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "this is not restricted to accommmodations" "shared comments from - cultural-style=") ) ) ;; end of definition (currency= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION *CURRENCIES*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from - currency=") ) ) ;; end of definition (degree= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION *DEGREES-OF-MODIFICATION* UNSPECIFIED) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" " equivalent : as xxx as..." " more : comparative" " much more : (comparative, intensity=intense)" " most : superlative" " less : diminutive? comparative" " least : diminutive? superlative" "shared comments from - degree=") ) ) ;; end of definition (dependency= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC @RHETORICAL) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* DISCOURSE *OBJECTS*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" " Rhetorical " "shared comments from argument class -- @rhetorical" " rhetorical relation: dependency=" " cue phrases: depends on, depending on" " it depends, depending on the weather..." " dependency=discourse : \"it depends, i might leave early\"" " \"depends, i might leave early\"" " \"depending on that, i might leave early\"" " NOTE: (from Dec.7 2000, at IF workshop)" " IRST is going to look this one up in the literature " " to determine the best name. " " Since we did not agree on a name, DMG assigned " " the name `dependency=' temporarily (for IF release)." "shared comments from - dependency=") ) ) ;; end of definition (depth= ;; number of definitions: 1 ;; Definition 1 ( :GOTO () :COMMENTS ("4 feet deep" "shared comments from - depth=") ) ) ;; end of definition (describe= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @ALL-MOD @PRED) :VALUES (*BODY-SENSES*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @all-mod" "shared comments from argument class -- @pred" "shared comments from - describe=") ) ) ;; end of definition (destination= ;; number of definitions: 1 ;; Definition 1 ( :GOTO () :COMMENTS ("shared comments from - destination=") ) ) ;; end of definition (difficulty-level= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @ALL-MOD @MOD @QMOD) :VALUES (QUESTION *DIFFICULTY-LEVELS*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @all-mod" "shared comments from argument class -- @mod" "shared comments from argument class -- @qmod" "DEF: level of difficulty of an activity" "shared comments from - difficulty-level=") ) ) ;; end of definition (digression= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC @RHETORICAL) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* DISCOURSE *OBJECTS*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" " Rhetorical " "shared comments from argument class -- @rhetorical" " rhetorical relation: digression=" " digression=discourse" " cue phrases: by the way, incidentally, " "shared comments from - digression=") ) ) ;; end of definition (dimension1= ;; number of definitions: 1 ;; Definition 1 ( :GOTO () :COMMENTS ("shared comments from - dimension1=") ) ) ;; end of definition (dimension2= ;; number of definitions: 1 ;; Definition 1 ( :GOTO () :COMMENTS ("shared comments from - dimension2=") ) ) ;; end of definition (dimension3= ;; number of definitions: 1 ;; Definition 1 ( :GOTO () :COMMENTS ("shared comments from - dimension3=") ) ) ;; end of definition (direction-reference= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION *OBJECTS*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" " for landmarks when giving directions" "shared comments from - direction-reference=") ) ) ;; end of definition (direction-relation= ;; number of definitions: 1 ;; Definition 1 ( :VALUES (*TRAVEL-ACTIONS*) :RELATIONS ( ) :COMMENTS ("+ROUTE" "shared comments from - direction-relation=") ) ) ;; end of definition (direction= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION *DIRECTIONS*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" " licensed by +directions " "towards/in direction of Milan (direction=(destination=milan))" "away from Milan (direction=(origin=milan))" "shared comments from - direction=") ) ) ;; end of definition (disjunction= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC @RHETORICAL) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* DISCOURSE *OBJECTS*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" " Rhetorical " "shared comments from argument class -- @rhetorical" " rhetorical relation: disjunction=" " cue phrases: or, ... " "shared comments from - disjunction=") ) ) ;; end of definition (disposition= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @ALL-MOD @PRED) :VALUES (*DISPOSITION-TYPES*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @all-mod" "shared comments from argument class -- @pred" " +DISPOSITION" " need: refers to \"lacking something\" (\"bisogno\" (Italian))," " \"I need some water\"" " interest: \"I'm looking for / I'm interested in a winter package\"" " like: \"I like/love skiing\"" " question: \"how do you feel about ...\"" " \"how do you feel about mushrooms?\"" " a:request-information+disposition+food" " (disposition=(question, who=you), food-spec=mushrooms)" "expectation = wait for / expect something" " bother: \"what's bothering you?\" to express annoyance or " "irritation, not for Showcase 1" "shared comments from - disposition=") ) ) ;; end of definition (distance-unit= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION *DISTANCE-UNITS*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "add nautical distances?" "shared comments from - distance-unit=") ) ) ;; end of definition (distance= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "far & close are values of " "\"close to/near the hotel\"" "(distance=(relative-distance=close, relative-location=hotel))" "\"nearby\"" "(distance=(relative-distance=close)" "" "walking : \"walking distance\" shorthand for " " (distance=(relative-distance=close, locomotion=on-foot))" "driving : \"driving distance\" shorthand for " " (distance=(relative-distance=close, locomotion=car))" "SHORTCUT for \"walking distance\"" "(distance=(relative-distance=walking))" "SHORTCUT for \"driving distance\"" "(distance=(relative-distance=driving))" "------------------------------" "\"a 5 minute walk\"" "(distance=(quantity=5, time-unit=minute, locomotion=on-foot))" "\"a 5 mile walk\"" "(distance=(quantity=5, distance-unit=mile, locomotion=on-foot))" "\"a 5 minute bus ride\"" "(distance=(quantity=5, time-unit=minute, locomotion=bus))" "------------------------------" "\"5 miles/minutes on foot from town\"" "distance=(distance-unit=mile, quantity=5, origin=town, locomotion=on-foot)" "\"it is far to pittsburgh\"" "(feature=(distance=(relative-distance=far, destination=pittburgh))" "\"it is 12 miles to pittsburgh\" (same as above)" "(feature=(distance=(distance-unit=mile, quantity=12, destination=pittsburgh)))" "\"it is 12 miles from pittsburgh\"" "(feature=(distance=(distance-unit=mile, quantity=12, origin=pittsburgh)))" "\"it is 12 miles between pittsburgh and Sout park\"" "(feature=(distance=(distance-unit=mile, quantity=12, relative-location=(operator=range, [name-pittsburgh, name-south_park]))))" "\"it is 12 miles between them\"" "(feature=(distance=(distance-unit=mile, quantity=12, relative-location=(operator=range, quantity=plura))))" "\"it is 5 miles from downtown to oakland\"" "(feature=(distance=(distance-unit=mile, quantity=5, origin=downtown, destination=oakland)))" "\"it is far from downtown to oakland\"" "(feature=(distance=(relative-distance=far, origin=downtown, destination=oakland)))" "\"it is a short distance from downtown to oakland\"" "(feature=(distance=(relative-distance=close, origin=downtown, destination=oakland)))" "shared comments from - distance=") ) ) ;; end of definition (dow= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *DOW*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" "day of week" "shared comments from - dow=") ) ) ;; end of definition (duration= ;; number of definitions: 2 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "*NEW* \"for two miles\"" "*NEW* duration=(quantity=2, distance-unit=mile)" "" "\"for two hours\"" "duration=(quantity=2, time-unit=hour)" "" "\"for the last two hours\"" "duration=(quantity=2, time-unit=hour, order-ref-ext=previous)" "duration=(quantity=2, time-unit=hour, order-ref-ext=final)" "" "\"for the next two hours\"" "duration=(quantity=2, time-unit=hour, order-ref-ext=next)" "" "\"for the entire time\"" "duration=(time-unit=time, quantity=entire)" "NB: could also be without time-unit=time" "" "\"for the whole week\"" "duration=(time=unit=week, quantity=entire)" "" "\"how long\" " "duration=question" "" "\"for a minimum of three hours\"" "duration=(time-unit=hour, quantity=(3, qmod=greater-than-equal))" " \"for a longer time/period\"" " \"longer\"" " duration=(size=(long, degree=more))" " \"more time\"" " duration=(quanity=(q-mod=greater-than))" "shared comments from - duration=") ) ;; Definition 2 ( :VALUES (UNSPECIFIED) :COMMENTS ("for a while" "shared comments from - duration=") ) ) ;; end of definition (e-level= ;; number of definitions: 1 ;; Definition 1 ( :GOTO () :COMMENTS ("amount of effort put into an action/event" "shared comments from - e-level=") ) ) ;; end of definition (e-time= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL) :VALUES (*E-TIMES*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" " restricted argument" " argument with a finite set of values" " tense-like sub-argument for evidence-spec= " " simultaneous, previous, and following" " These values are also used for the temporal relationship " " between main and subordinate clauses." "shared comments from - e-time=") ) ) ;; end of definition (effect= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @ALL-MOD @PRED) :VALUES (*EFFECT-TYPES*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @all-mod" "shared comments from argument class -- @pred" "See +effect" "shared comments from - effect=") ) ) ;; end of definition (end-of= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC @RHETORICAL) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* DISCOURSE *OBJECTS*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" " Rhetorical " "shared comments from argument class -- @rhetorical" " rhetorical relation: end-of=" " def: relative time relation" " cue phrases: at the end of ... at/in the end" "shared comments from - end-of=") ) ) ;; end of definition (end-time= ;; number of definitions: 2 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC @TIME @TIME2) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *TIME-HEADS*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS (