;; 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 (blood-glucose= ;; number of definitions: 2 ;; Definition 1 ( :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" "medical comments from - blood-glucose=") ) ;; Definition 2 ( :GOTO () :COMMENTS ("medical comments from - blood-glucose=") ) ) ;; end of definition (blood-pressure= ;; number of definitions: 2 ;; Definition 1 ( :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" "medical comments from - blood-pressure=") ) ;; Definition 2 ( :ISA (@ALL @QVAL) :VALUES (QUESTION) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "force of blood againstthe walls of the arteries" "English: / OR over " "medical comments from - blood-pressure=") ) ) ;; end of definition (body-destination= ;; number of definitions: 1 ;; Definition 1 ( :GOTO () :COMMENTS ("medical comments from - body-destination=") ) ) ;; end of definition (body-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 your heart (body-direction=(body-destination=milan))" "away from heart (body-direction=(body-origin=heart))" "medical comments from - body-direction=") ) ) ;; end of definition (body-location= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *BODY-OBJECTS* *LOCATIVE-PRONOUNS*) :RELATIONS (<2D-POSITION=> <3D-POSITION=> ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" "locations of symptom or injury in/on a person" "medical comments from - body-location=") ) ) ;; end of definition (body-object-spec= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *BODY-OBJECTS*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" "parts of the body, objects on the body (wart, mole, pimple, boil), fluids in the body (blood urine stool)" "medical comments from - body-object-spec=") ) ) ;; end of definition (body-origin= ;; number of definitions: 1 ;; Definition 1 ( :GOTO () :COMMENTS ("medical comments from - body-origin=") ) ) ;; 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 (brand-type= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *BRAND-TYPES*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" "medical comments from - brand-type=") ) ) ;; 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: 2 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION *MEDICAL-PROCEDURE-NAMES*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" " the train called xxx" "(train, called=name-xxx)" "medical comments from - called=") ) ;; Definition 2 ( :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 (cholesterol= ;; number of definitions: 2 ;; Definition 1 ( :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" "medical comments from - cholesterol=") ) ;; Definition 2 ( :ISA (@ALL @QVAL) :VALUES (QUESTION) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "medical comments from - cholesterol=") ) ) ;; 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-health-status= ;; number of definitions: 1 ;; Definition 1 ( :GOTO () :COMMENTS ("I have a cold with a fever" "I have a fever with rash" "medical comments from - co-health-status=") ) ) ;; 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 (diastolic= ;; number of definitions: 1 ;; Definition 1 ( :GOTO () :COMMENTS ("bottom number" "medical comments from - diastolic=") ) ) ;; 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 ("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" "shared comments from - end-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" "shared comments from - end-time=") ) ) ;; end of definition (equipment-spec= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *EQUIPMENT* *VEHICLES*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" " equipment subsumes vehicle for coordination" "" " \"i need to rent some snow skis and a jeep\"" "shared comments from - equipment-spec=") ) ) ;; end of definition (era= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION [N]) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" " This is for eras marked by a set of years in 10s or 100s or ranges too." " 1960s, 1970s, 1900s, 1800s etc..." " era=1960 = 1960s" " era=(operator=range, [1700, 1900]) = from the 1700s to the 1900s" "shared comments from - era=") ) ) ;; end of definition (event-group= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *EVENT-GROUPS* *GROUP-NAMES*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" " +EVENT" "`entertainment' groups (sports teams, singers, bands)" " *group-names*" " proper names for `entertainment' groups" "shared comments from - event-group=") ) ) ;; end of definition (event-spec= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *EVENTS* *EVENT-NAMES* *SPECIAL-TIMES*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" " +EVENT" "shared comments from - event-spec=") ) ) ;; end of definition (eventuality= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @ALL-MOD @PRED) :VALUES (*EVENTUALITY-TYPES*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @all-mod" "shared comments from argument class -- @pred" " probability of an event" "" " \"I will definitely/probably/eventually/possibly/maybe leave before monday\"" " CONFIDENCE (subjective or objective) SOMETHING MAY HAPPEN" " impossible < improbable < possible < probable < definite < indefinite" "" " Use the experiencer= sub-argument when the confidence is subjective." " \"It is possible that they will arrive tomorrow\"" " give-information+eventuality (eventuality=possible)" "" " \"I'm sure that they will arrive tomorrow\"" " give-information+eventuality (eventuality=(definite, experiencer=I))" "" "" " NB: THE DIFFERENCE WITH +obligation" " \"You are allowed to leave the room\"" " give-information+obligation (obligation=permitted)" "" " \"You must leave the room\"" " give-information+obligation (obligation=required)" "shared comments from - eventuality=") ) ) ;; end of definition (evidentiality= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @ALL-MOD @PRED) :VALUES (*EVIDENTIALITY-TYPES*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @all-mod" "shared comments from argument class -- @pred" " restricted argument" " argument with a finite set of values" " +evidentiality" " This concept may be underspecified with no evidentiality= argument." " \"Evidently, the plane will be late\"" "" " English: \"apparently, you must leave by 2pm\"" " evidentiality=question \"how do you know?\"" "" " the meaning of with the value communication " " maybe unclear: is for the recipient of the communication" " There is now an argument/role for the provider of the communication" " I was told that trento has many nice hotels." "evid=(who=i, communication)" "he told me that trento has..." "evid=(who=i, provider=he, communication)" "I feel that x is y" "evid=(exp=i)" "" "" " Note: \"appreciation\" value not included here. -dmg" " (not evidence)" "shared comments from - evidentiality=") ) ) ;; end of definition (exactness= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION *EXACTNESS*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "question :: \"how exact?\"" "shared comments from - exactness=") ) ) ;; end of definition (exception= ;; 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 relations: exception=" "def: exception relation" "cue phrases: except for " "shared comments from - exception=") ) ) ;; end of definition (exclamation= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL) :VALUES (*EXCLAMATIONS*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from - exclamation=") ) ) ;; end of definition (exclude= ;; number of definitions: 1 ;; Definition 1 ( :GOTO () :COMMENTS (" \"the price of the room excludes meals\"" " gi+exclusion+price (price-spec=(price, specifier=room), exclude=meal)" " \"the price excludes meals\"" " gi+exclusion+price (exclude=meal)" " \"the package excludes the tour of rome\"" " gi+package+exclusion (exclude=(tour, specifier=name-rome))" " \"excluding meals\"/\"the meals excluded\"" " gi+exclude+concept (exclude=meal)" " +EXCLUSION (+concept)" "-------------------------------------------------" " opposite in meaning to include=" "shared comments from - exclude=") ) ) ;; end of definition (excluded-from= ;; number of definitions: 1 ;; Definition 1 ( :GOTO () :COMMENTS ("INVERSE of EXCLUDE=" " \"meals are excludeded from the price\"" " gi+exclusion=-from+meal (meal-spec, excluded-from=price)" " \"the price excludes meals\"" " gi+exclusion+price (exclude=meal)" " \"the tour of rome is excluded \"" " gi+exclusion+tour (tour-spec=(tour, specifier=name-rome))" " \"excluded from the mackage\"" " gi+concept (excluded-from=package)" " +EXCLUSION-FROM (+concept)" "-------------------------------------------------" " opposite in meaning to included-in=" "shared comments from - excluded-from=") ) ) ;; end of definition (experience= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION *EXPERIENCE-TYPES*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "types of experience" "shared comments from - experience=") ) ) ;; end of definition (experiencer= ;; number of definitions: 1 ;; Definition 1 ( :GOTO () :COMMENTS ("shared comments from - experiencer=") ) ) ;; end of definition (explain= ;; 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 - explain=") ) ) ;; end of definition (exposure-to= ;; number of definitions: 1 ;; Definition 1 ( :GOTO () :COMMENTS ("question :: \"how exact?\"" "shared comments from - exposure-to=") ) ) ;; end of definition (facility= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *FACILITIES*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" " facility = place" "shared comments from - facility=") ) ) ;; end of definition (factuality= ;; number of definitions: 1 ;; Definition 1 ( :VALUES (*FACTUALITIES*) :COMMENTS (" factuality = yes (DEFAULT)" "ISSUES: 1) more explanation is needed for factuality=conditional and factuality=counterfactual in order to facilitate intercoder agreement" " 2) are there possibly other values needed for factuality= ?" "PROPOSAL: for now, simplify the definition of factuality and just use factuality=unspecified and the default factuality=yes" "Example: to send a brochure/sending a brochure" "give-information+send+information-object (info-object=(brochure, identifiability=no), factuality=unspecified)" "-Other possible values to discuss: conditional, counterfactual" "Example: If you send a brochure" "give-information+send+information-object (info-object=(brochure, identifiability=no), factuality=conditional, rhetorical=condition)" "" "Example: If you had sent me a brochure I would have seen the picture" "give-information+send+information-object (info-object=(brochure, identifiability=no), factuality=counterfactual, rhetorical=condition, to-whom=i) + give-information+view+information-object (info-object=(picture, identifiability=yes), factuality=counterfactual)" "shared comments from - factuality=") ) ) ;; end of definition (family-name= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION *FAMILY-NAMES* ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" " people family names" " see for examples " " John F. **> Kennedy <***" "shared comments from - family-name=") ) ) ;; end of definition (family-spec= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *FAMILY-MEMBERS*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" " moved to class:" " parent offspring grandchild great_grandchild grandparent " " great_grandparent cousin in-law offspring-in-law parent-in-law " " sibling-in-law half_sibling sibling parent_sibling sibling_offspring " " stepparent " "" " Family Members" " parent_sibling aunt/uncle" " sibling_offspring niece/nephew" " The \"in-laws\"" " in-law sibling-in-law parent-in-law offspring-in-law" " brother/sister-in-law, mother/father-in-law, son/daughter-in-law" "shared comments from - family-spec=") ) ) ;; end of definition (feasibility= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @ALL-MOD @PRED) :VALUES (*FEASIBILITY*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @all-mod" "shared comments from argument class -- @pred" " used for \"I can\" elided phrases only" " how feasible is it" " you could go swimming then" "shared comments from - feasibility=") ) ) ;; end of definition (feature= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL) :VALUES (UNSPECIFIED) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "Use this defintion when the semantic object's argument is known" "argument for filler of predicate in a copula-like construction" "\"the temple is in the south\"" "gi+feature+attraction (attraction-spec=temple, feature=(location=(south, identifiability=yes)))" "-------" "ALSO, use this definition for modifier heads rather than objects" "argument for filler of predicate in a copula construction" ";; \"the temple is beautiful\"" "gi+feature+attraction (attraction-spec=temple, feature=(modifier=beautiful))" "AS of version 2002.1.4 Use this defintion when the semantic object's relation argument is unknown and represent these with object-spec=" "argument for filler of predicate in a copula construction" "\"the place to see is the South\"" "gi+feature+attraction (attraction-spec=attraction, feature=(object-spec=(south, identifiability=yes)))" "shared comments from - feature=") ) ) ;; end of definition (feedback= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @ALL-MOD @MOD) :VALUES (*POLARITIES*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @all-mod" "shared comments from argument class -- @mod" "shared comments from - feedback=") ) ) ;; end of definition (fever-mod= ;; 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" "medical comments from - fever-mod=") ) ;; Definition 2 ( :ISA (@ALL @ALL-MOD @MOD) :VALUES (*FEVER-MODS*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @all-mod" "shared comments from argument class -- @mod" "low grade fever" "medical comments from - fever-mod=") ) ) ;; end of definition (final= ;; 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 relations: final=" " def: enumeration relation " " cue phrases: last, finally/lastly, last of all, to finish up" "shared comments from - final=") ) ) ;; end of definition (first= ;; 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: first=" " def: enumeration relation" " cue phrases: first, firstly, first of all, to start with" "shared comments from - first=") ) ) ;; end of definition (focalizer= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL) :VALUES (*FOCALIZERS*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" " \"also\", \"specifically/more_precisely\" \" for example\", \"mainly\" and \"only\" " "" " Use the \"focalizer=\" attribute to represent the meaning" " of this class of words, the idea being that they \"focalize\" " " the hearer's attention on something, by contrasting the set " " in the scope of the focalizer with some implicit alternative set." "" " -- specific (added 1-18-01)" " \"und zwar , Ski fahren .\" (\"more precisely, skiing\")" " c:give-information+concept (focalizer=specific, attraction-spec=skiing)" "" " -- additive" " \"there are also the buses \"" " a:give-information+existence+transportation (focalizer=additive," " transportation-spec=(bus, quantity=plural, identifiability=yes))" "" " -- mainly" " \"there is the possibility of doing some organized tours " " mainly for the garda area\"" " a:give-information+feasibility+tour (feasibility=feasible, " " tour-spec=(organized_tour, quantity=plural), " " location=(area, identifiability=yes, specifier=garda," " focalizer=mainly))" "" " -- example" " \"there are exhibitions of armours for example\"" " a:give-information+existence+attraction (attraction-spec=exhibition, " " quantity=plural," " focalizer=example, specifier=(armour, quantity=plural))" "" " -- exhaustive (only)" " \"there are only exhibitions of armours \"" " a:give-information+existence+attraction (attraction-spec=exhibition, " " quantity=plural," " focalizer=exhaustive, specifier=(armour, quantity=plural))" " \"I only want to travel in May\"" " c:give-information+disposition+trip (time=(month=may), " " focalizer=exhaustive, who=i, disposition=desire)" " \"only i wnat to travel in May\"" " c:give-information+disposition+trip (time=(month=may), " " who=(i, focalizer=exhaustive), disposition=desire)" "shared comments from - focalizer=") ) ) ;; end of definition (focus= ;; number of definitions: 1 ;; Definition 1 ( :VALUES (*FOCUS-ROLES*) :COMMENTS ("agent is default value" "instrument may also be used with some action in place of an agent:" " \"a hot iron burned my arm\" " " focus=instrument, instrument=..." "a pred-participant is the value of focus= when a passive agent-theme action is used:" " \"he purchased a car\" " "vs" " \"a car was purchased\" " " focus=+vehicle" "shared comments from - focus=") ) ) ;; end of definition (food-spec= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *FOODS* *DISH-NAMES*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" "+restaurant" "shared comments from - food-spec=") ) ) ;; end of definition (for-whom= ;; number of definitions: 1 ;; Definition 1 ( :GOTO () :COMMENTS ("shared comments from - for-whom=") ) ) ;; end of definition (for= ;; number of definitions: 1 ;; Definition 1 ( :GOTO () :COMMENTS ("shared comments from - for=") ) ) ;; end of definition (fourth= ;; 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 relations: fourth=" " def: enumeration relation " " cue phrases: fourth, fourthly, fourth of all, ..." "shared comments from - fourth=") ) ) ;; end of definition (frequency= ;; 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" "MAIN definition" " Do not combine short cuts with each other or with a frame value" " unless you want a multiple value." " Combining these will result in multiple value." " \"often 6 times an hour" " OK rep: frequency=[often, (iteration=6, period=(time-unit=hour, q=1))]" " BAD rep: frequency=(often, iteration=6, period=(time-unit=hour, q=1))" "" " -----------------------" "\"often\"" "frequency=(iteration=many)" "" "\"very often\"" "frequency=(iteration=(many, intensity=intense))" "" "\"too often\"" "\"too many times\"" "frequency=(iteration=(many, intensity=over))" "" "\"more often\"" "frequency=(iteration=(many, degree=more))" "" "\"three times\"" "frequency=(iteration=3)" "" "\"three times every two days\"" "frequency=(iteration=3, period=(time-unit=day, quantity=2))" "" "\"twice daily\"" "\"two times a day\"" "frequency=(iteration=2, period=(time-unit=day, quantity=1))" "" "shortcuts for frequency" "" "frequency=daily :: frequency=(iteration=1, period=(time-unit=day, quantity=1))" "frequency=often :: frequency=(iteration=many)" "frequency=seldom :: frequency=(iteration=few)" "frequency=once :: frequency=(iteration=1)" "frequency=twice :: frequency=(iteration=2)" "frequency=repeatedly :: frequency=(iteration=(1, qmod=greater-than))" " *new* frequency=sometimes frequency=(iteration=some)" "shared comments from - frequency=") ) ;; Definition 2 ( :ISA (@ALL @ALL-MOD @MOD) :VALUES (*FREQUENCY-SHORTCUTS*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @all-mod" "shared comments from argument class -- @mod" " see MAIN definition of frequency=" "shared comments from - frequency=") ) ) ;; end of definition (gas-tank-measure= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION *GAS-TANK-MEASURES*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "WAS gas-usage-policy=" "shared comments from - gas-tank-measure=") ) ) ;; end of definition (general-action= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *GENERAL-ACTIONS*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" "general actions for representing do this, do that..." "shared comments from - general-action=") ) ) ;; end of definition (given-name= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION *GIVEN-NAMES* ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" " people names" "shared comments from - given-name=") ) ) ;; end of definition (given-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" "given your age" "given that ...." "shared comments from - given-rr=") ) ) ;; end of definition (greeting= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL) :VALUES (*GREETINGS*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" " values of greeting= are to be defined" " {" " *opening* (informal_hallo formal_hallo good_day good_morning good_evening good_afternoon ...)" " first_meeting welcome" " *closing* (informal_goodbye formal_goodbye... good_night) }" "" " neutral opening and closing: hello goodbye -dmg" "shared comments from - greeting=") ) ) ;; end of definition (grouping= ;; number of definitions: 1 ;; Definition 1 ( :ATTRIBUTES ( ) :COMMENTS ("No values yet" "USE: for groups of objects" "5 groups of people --> (person, grouping=(quantity=5))" "6 herds of deer -> (deer, grouping=(quantity=6))" "all 6 herds of deer -> (deer, grouping=(portion=entire, quantity=6))" "all 6 herds of 20 deer -> (deer, quantity=20, grouping=(portion=entire, quantity=6))" "shared comments from - grouping=") ) ) ;; end of definition (hdl= ;; number of definitions: 1 ;; Definition 1 ( :GOTO () :COMMENTS ("medical comments from - hdl=") ) ) ;; end of definition (health-status= ;; number of definitions: 3 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" "" "medical comments from - health-status=") ) ;; Definition 2 ( :ISA (@ALL @QVAL @SPEC) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *HEALTH-EPISODES*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" "attack of asthma, fainting spell" "medical comments from - health-status=") ) ;; Definition 3 ( :ISA (@ALL @QVAL @SPEC) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *HEALTH-STATUS*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" "symptoms: my head hurts, it is painful, i have a headache." "medical comments from - health-status=") ) ) ;; end of definition (hear= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@SENSE-ACTION) :VALUES (*SENSE-ACTIONS*) :COMMENTS ("human sensory actions have physical/cognitive versions" "see/look_at, hear/listen, touch/feel" "physical: automatic sensory input" "cognitive: sensory input + intentionally directed attention/thought" "shared comments from argument class -- @sense-action" "+HEAR's argument for distinguishing `hear' vs `listen (to)'" "physical: hear" "cognitive: listen (to)" "shared comments from - hear=") ) ) ;; end of definition (hearing= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION DEAF HALF-DEAF) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "medical comments from - hearing=") ) ) ;; end of definition (height= ;; number of definitions: 1 ;; Definition 1 ( :GOTO () :COMMENTS ("4 feet high" "shared comments from - height=") ) ) ;; end of definition (help= ;; 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" "help someone do something (See +help)" "shared comments from - help=") ) ) ;; end of definition (horizontal= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @ALL-MOD) :VALUES (*HORIZONTAL-POSITIONS* UNSPECIFIED) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @all-mod" "horizontal axis position" "on the side of my abdomen: 3d-posit=(horizontal=unspecified)" "shared comments from - horizontal=") ) ) ;; end of definition (hours= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION *0-24*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from - hours=") ) ) ;; end of definition (how-many= ;; number of definitions: 1 ;; Definition 1 ( :GOTO () :COMMENTS ("shared comments from - how-many=") ) ) ;; end of definition (http= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION [UNTRANSLATED-STRING]) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from - http=") ) ) ;; end of definition (identifiability= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION *IDENTIFIABILITIES*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "\"The identifiability attribute is used to represent the" "`novelty' of a discourse referent. Thus, in principle only two" "values should be legal: yes, no. In practice it has been used as a" "`grammatical' attribute to represent articles. - Emanuele\"" "" " \"This argument is used for specifying whether the object that it modifies " " refers to an existing/identifiable object that has been mentioned " " already or which is known from context." " `the room' room-spec=(room, identifiability=yes)" " `a room' room-spec=(room, identifiability=no)" " `this room' room-spec=(room, identifiability=yes)" " `that room' room-spec=(room, identifiability=non-distant)" " `which room' room-spec=(room, identifiability=question)" " -Donna\"" "" " NOTE: `what kind of room' room-spec=(room, modifier=question)" "" "" " yes I will take [the flight] to pittsburgh via new york" " no I would like [a flight]" " question [which flight]" " non-distant [this flight] " " distant [that flight] " " far-distant [that flight]" " added: far-distant [that flight] " " Spanish has a \"far distant\" demonstrative \"aquel\" " " Japanese has \"kono\" \"sono\" \"ano\" " " Italian In old Italian there was a distinction beween " " near-to-speaker (alias non-distant, \"questo\") " " and near-to-hearer (\"codesto\"). But this is not in" " use anymore (apart the Tuscan dialect)." " German does not have a commonly used \"far-distant\" demonstrative. -KP" " What about other languages?" "shared comments from - identifiability=") ) ) ;; end of definition (in-area= ;; 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" " in-area=lake \" around/in the area of the lake\"" "shared comments from - in-area=") ) ) ;; end of definition (in-care-of= ;; number of definitions: 1 ;; Definition 1 ( :GOTO () :COMMENTS ("shared comments from - in-care-of=") ) ) ;; end of definition (in-front-of= ;; 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" " in-front of=unspecified \"the parking garage is in front\"" "shared comments from - in-front-of=") ) ) ;; end of definition (in-relation-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" "location relation" "in-relation-to=parking_garage \"relative to the parking garage \"" "shared comments from - in-relation-to=") ) ) ;; end of definition (incl-excl= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL) :VALUES (*INCLUSIVITY*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" " starting after monday (start-time=(dow=monday, incl-excl=exclusive))" " starting monday (start-time=(dow=monday, incl-excl=inclusive))" " up until monday (end-time=(dow=monday, incl-excl=exclusive))" " through monday (end-time=(dow=monday, incl-excl=inclusive))" "shared comments from - incl-excl=") ) ) ;; end of definition (include= ;; number of definitions: 1 ;; Definition 1 ( :GOTO () :COMMENTS (" \"the price of the room includes the cot\"" " gi+price+accommodation+inclusion (room-spec=room, include=cot)" " \"the price includes the room\"" " gi+price+inclusion (include=room)" " \"the package includes the tour of rome\"" " gi+package+inclusion (include=(tour, specifier=name-rome))" " \"including the room\"/\"the room included\"" " gi+concept (include=room)" " +INCLUSION (+concept)" "-------------------------------------------------" " **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 ..." "gi+inclusion+package (include=...)" "shared comments from - include=") ) ) ;; end of definition (included-in= ;; number of definitions: 1 ;; Definition 1 ( :GOTO () :COMMENTS ("INVERSE relation of INCLUDE=" "Also goes with the da concept +INCLUSION-IN" "All meals are included in the price" "The side trip to Trento is included in the package" "shared comments from - included-in=") ) ) ;; end of definition (independence= ;; 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: independence=" " cue phrases: independent of " " independence=discourse : \"indepently, 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 - independence=") ) ) ;; end of definition (indicator-relation= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL) :VALUES (*INDICATOR-RELATIONS*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "relation names used to for indicating relation of" "indicator sign to object indicated" "circle >>around<< it" "line >>under<< it" "arrow >>on-top-of<< it" "shared comments from - indicator-relation=") ) ) ;; end of definition (indicator= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *INDICATOR-OBJECTS* [N] *ALPHA-CHARACTERS*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" "3d and 2d-objects used to indicate things" "shared comments from - indicator=") ) ) ;; end of definition (info-object= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *INFORMATION* *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* *TITLE-NAMES*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" "TOPIC of the object, what is it about." " arguments describing objects that are used for " " exchanging information about objects." "" " \"the description of the castle\"" " info-object=(description, object-topic=castle) " " \"information about the castle\"" " info-object=(information, object-topic=castle) " " \"map of the castle\"" " info-object=(map, object-topic=castle) " " \"the original receipt\"" " info-object=(receipt, version=original)" "shared comments from - info-object=") ) ) ;; end of definition (info-pointer= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *INFO-POINTERS*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" " \"a link to the section on the castle\"" " info-pointer=link, info-section=(section, object-topic=castle)" " \"a link to the map of the castle\"" " info-pointer=link, info-object=(map, object-topic=castle) " "shared comments from - info-pointer=") ) ) ;; end of definition (info-section= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *INFO-SECTIONS*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" "shared comments from - info-section=") ) ) ;; end of definition (info-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" "Pending: not part of DA license yet" "time expression as predicate object of a sentence" "`do you know what day of the week the sixth is'" "c:request-information+knowledge+feature+information-object (knowledge=(who=you), feature=(time=(dow=question)), info-time=(md=6))" "shared comments from - info-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" "Pending: not part of DA license yet" "time expression as predicate object of a sentence" "`do you know what day of the week the sixth is'" "c:request-information+knowledge+feature+information-object (knowledge=(who=you), feature=(time=(dow=question)), info-time=(md=6))" "shared comments from - info-time=") ) ) ;; end of definition (initial= ;; number of definitions: 1 ;; Definition 1 ( :VALUES (*ALPHA-CHARACTERS*) :COMMENTS (" Initials can be used for a person's name" "J.P. Morgan" "J.F.K." "J.R. Ewing" "shared comments from - initial=") ) ) ;; end of definition (inside= ;; 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" " inside=unspecified \"the pool is inside\"" "shared comments from - inside=") ) ) ;; end of definition (instruction-source= ;; number of definitions: 1 ;; Definition 1 ( :GOTO () :COMMENTS ("medical comments from - instruction-source=") ) ) ;; end of definition (instrument= ;; number of definitions: 1 ;; Definition 1 ( :GOTO () :COMMENTS (" INSTRUMENT used to do somenthing." " write WITH A PEN " " communicate OVER/VIA/THROUGH/USING/WITH A MAP" "shared comments from - instrument=") ) ) ;; end of definition (intensity= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION *INTENSITIES*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" " over: \"too many\"" " quantity=(many, intensity=over)" "" " under: \"not enough\"" " quantity=(enough, intensity=under)" "" " intense: \"very\"" "" " question: \"how intense\"?" "" " sufficient: sufficiently green / green enough" "" " medium: somewhat" "" " complete: completely (green)" "shared comments from - intensity=") ) ) ;; end of definition (intersection= ;; 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" " intersection=unspecified \"the hotel is at the intersection " " intersection=[x, y] \"the hotel is at the intersection of x and y\"" " intersection=x \"the hotel is at the intersection of x\"" " (see +directions for more uses)" "shared comments from - intersection=") ) ) ;; end of definition (iteration= ;; number of definitions: 1 ;; Definition 1 ( :GOTO () :COMMENTS (" \"3 times\"" "shared comments from - iteration=") ) ) ;; end of definition (knowledge-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 knowledge of a person for an activity" "shared comments from - knowledge-level=") ) ) ;; end of definition (knowledge= ;; 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 - knowledge=") ) ) ;; end of definition (language-level= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *LANGUAGE-LEVELS*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" "Language proficiency" "shared comments from - language-level=") ) ) ;; end of definition (language-spec= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *LANGUAGES* *LANGUAGE-NAMES*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" "Language as a specific domain object\" do you speak English?\"" "\"what language do you speak\"" "shared comments from - language-spec=") ) ) ;; end of definition (language= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION *LANGUAGE-NAMES* *LANGUAGES*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "When the language is a modifier of another object Language that something is written in or modifier of a person \"Spanish brochure\", \"Spanish speaking guide\"" "shared comments from - language=") ) ) ;; end of definition (ldl= ;; number of definitions: 1 ;; Definition 1 ( :GOTO () :COMMENTS ("medical comments from - ldl=") ) ) ;; end of definition (left-ear= ;; number of definitions: 1 ;; Definition 1 ( :GOTO () :COMMENTS ("medical comments from - left-ear=") ) ) ;; end of definition (left-eye= ;; number of definitions: 1 ;; Definition 1 ( :GOTO () :COMMENTS ("shared comments from - left-eye=") ) ) ;; end of definition (length= ;; 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" "4 feet long" "shared comments from - length=") ) ) ;; end of definition (letters= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION *ALPHA-CHARACTERS*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" " \"L A U R A\"" " letters=(operator=olist, [l, a, u, r, a])" " \"my first name is spelled l a u r a\"" " a:give-information+spelling (of-what=given_name, letters=(operator=olist, [l, a, u, r, a]))" " +SPELLING " "shared comments from - letters=") ) ) ;; end of definition (life-age= ;; number of definitions: 1 ;; Definition 1 ( :GOTO () :COMMENTS ("a sub argument of time=" "at a young age I ...." "shared comments from - life-age=") ) ) ;; end of definition (listener= ;; number of definitions: 1 ;; Definition 1 ( :GOTO () :COMMENTS ("META DA argument that is only used at the top level for tracking the participant's gender and also used when being addressed `hello, john'" "shared comments from - listener=") ) ) ;; end of definition (location= ;; number of definitions: 4 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *OBJECTS-AND-LOCATIONS* *PEOPLE* *RENTAL-PROPERTY-NAMES* *TRAVEL-AGENCY-NAMES* *HOTEL-NAMES* *PARK-NAMES* *SHELTER-NAMES* *CASTLE-NAMES* *CAMPSITE-NAMES* *ATTRACTION-NAMES* *BUILDING-NAMES* *LOCATION-NAMES* *RESTAURANT-NAMES* *ROOM-NAMES* *STREET-NAMES* *BUILDING-NAMES* *PATH-NAMES*) :RELATIONS (<2D-POSITION=> <3D-POSITION=> ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" "... right next to it" " (... location=(exactness=exact, next-to=pronoun))" " and removed " "(See distance= for new representation)" " general underspecified location" "shared comments from - location=") ) ;; Definition 2 ( :ISA (@ALL @QVAL @SPEC @VEHICLE-SPEC) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *VEHICLES*) :RELATIONS (<2D-POSITION=> <3D-POSITION=> ) :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 -- @vehicle-spec" "need to get special sub args of vehicle for coordination" "shared comments from - location=") ) ;; Definition 3 ( :ISA (@ALL @QVAL @SPEC @PACKAGE-SPEC) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *PACKAGE-TYPES* *PACKAGE-NAMES*) :RELATIONS (<2D-POSITION=> <3D-POSITION=> ) :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 -- @package-spec" "need to get special sub args of package for coordination" "shared comments from - location=") ) ;; Definition 4 ( :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 (<2D-POSITION=> <3D-POSITION=> ) :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" "need to get special sub args of accommodation for coordination" "shared comments from - location=") ) ) ;; end of definition (locomotion= ;; number of definitions: 2 ;; Definition 1 ( :GOTO () :COMMENTS (" sub-arg of distance=" " licensed arg of +directions" "shared comments from - locomotion=") ) ;; Definition 2 ( :ISA (@ALL @QVAL @SPEC) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *LOCOMOTIONS*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" " sub-arg of distance=" " licensed arg of +directions" "shared comments from - locomotion=") ) ) ;; end of definition (manner= ;; number of definitions: 3 ;; Definition 1 ( :ATTRIBUTES ( ) :COMMENTS ("shared comments from - manner=") ) ;; Definition 2 ( :ISA (@ALL @QVAL @SPEC) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* O-MANNER-1) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" " this way, 5 different ways" "manner=(o-manner-1, id=non-distant" "shared comments from - manner=") ) ;; Definition 3 ( :ISA (@ALL @ALL-MOD @MOD @QMOD) :VALUES (QUESTION *MANNERS* DISCOURSE) :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" " obliged means bindingly... " " reserve something with a binding agreement" " \"how do you do that\"" "shared comments from - manner=") ) ) ;; end of definition (marital-status= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION *MARITAL-STATUS*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "+personal-data" "shared comments from - marital-status=") ) ) ;; end of definition (max-min= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL) :VALUES (*MAX-MIN*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "the most books" "the least books" "shared comments from - max-min=") ) ) ;; end of definition (md= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION *1-31*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from - md=") ) ) ;; end of definition (meal-spec= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *MEALS*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" " +RESTAURANT" "shared comments from - meal-spec=") ) ) ;; end of definition (measure= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @ALL-MOD @PRED) :VALUES (*MEASUREMENTS*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @all-mod" "shared comments from argument class -- @pred" "measuring something" "shared comments from - measure=") ) ) ;; end of definition (medical-object-spec= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *MEDICAL-OBJECTS*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" "medical comments from - medical-object-spec=") ) ) ;; end of definition (medical-practice= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *MEDICAL-PRACTICES*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" " type of practice that a doctor has" "with an clinic, /hospital/own office" "shared comments from - medical-practice=") ) ) ;; end of definition (medical-procedure-spec= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *MEDICAL-PROCEDURES*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" "medical comments from - medical-procedure-spec=") ) ) ;; end of definition (medication-strength= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION *MEDICATION-STRENGTH*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from - medication-strength=") ) ) ;; end of definition (medication= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *MEDICATION-TYPES* *MEDICATIONS* *MEDICATION-NAMES*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" "medical comments from - medication=") ) ) ;; end of definition (medicine-method= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL) :VALUES (*MEDICATION-METHODS*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "medical comments from - medicine-method=") ) ) ;; end of definition (medicine-spec= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *MEDICATION-FORMS*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" "two tylenol 800" "medicine-spec=(q=2, medication=(name-tylenol, size=(weight=(quantity=800))))" "two capsules tylenol 800" "medicine-spec=(q=2, capsule, medication=(name-tylenol, size=(weight=(q=800, weight-unit=milligram))))" "two 800 mg tylenol 800" "medicine-spec=(q=2, size=(weight=(q=800, weight-unit=milligram)), medication=(name-tylenol, size=(weight=(q=800, weight-unit=milligram))))" "800 mgs of tylenol 800" "medicine-spec=(size=(weight=(q=800, weight-unit=milligram)), medication=(name-tylenol, size=(weight=(q=800, weight-unit=milligram))))" "two 800 mg extra-strength tylenol" "medicine-spec=(q=2, size=(weight=(q=800, weight-unit=milligram)), medication=(name-tylenol, medication-strength=extra-strength))" "two 800 mg capsules of extra-strength tylenol" "medicine-spec=(q=2, size=(weight=(q=800, weight-unit=milligram)), capsule, medication=(name-tylenol, medication-strength=extra-strength))" "medical comments from - medicine-spec=") ) ) ;; end of definition (medicine-target= ;; number of definitions: 2 ;; Definition 1 ( :GOTO () :COMMENTS ("medical comments from - medicine-target=") ) ;; Definition 2 ( :GOTO () :COMMENTS ("medical comments from - medicine-target=") ) ) ;; end of definition (method= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *PAYMENT-METHODS*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" " +PAYMENT" "shared comments from - method=") ) ) ;; end of definition (middle-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: middle-of=" " def: relative time relation" " cue phrases: at the middle of ... at/in the middle" "shared comments from - middle-of=") ) ) ;; end of definition (minutes= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION *0-59*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from - minutes=") ) ) ;; end of definition (modifier= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @ALL-MOD @MOD @QMOD) :VALUES (QUESTION *MISC-MODIFIERS* *PRICE-MODIFIERS*) :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" " ARGUMENT CLASS" " what kind of xxx (xxx, modfier=question)" " what/which xxx (xxx, identifiability=question)" "g002ct2.7.2 olang GER lang GER Prv CMU \"das familienfreundlich ist .\"" "g002ct2.7.2 olang GER lang ENG Prv CMU \"that is family-friendly .\"" "g002ct2.7.2 IF Prv CMU c:give-information+feature+object (object-spec=relative, feature=(modifier=good, for-whom=family))" "shared comments from - modifier=") ) ) ;; end of definition (month= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION *MONTHS*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from - month=") ) ) ;; end of definition (nationality= ;; 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" " country of origin" "shared comments from - nationality=") ) ) ;; end of definition (next-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" " next-to=unspecified \"the hotel is next door\"" "shared comments from - next-to=") ) ) ;; end of definition (noise-level= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @ALL-MOD @MOD @QMOD) :VALUES (QUESTION *NOISE-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 noisiness of hotels, restaurants etc." "shared comments from - noise-level=") ) ) ;; end of definition (normality= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @ALL-MOD @MOD @QMOD) :VALUES (QUESTION *NORMALITIES*) :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 normal/abnormal" "shared comments from - normality=") ) ) ;; end of definition (numeral= ;; 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 - numeral=") ) ) ;; end of definition (object-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 - object-location=") ) ) ;; end of definition (object-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" " an object's NUMBER=" " \"room 401\"" " \"train 98\"" " \"flight 423\"" "shared comments from - object-number=") ) ) ;; end of definition (object-ref= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION *OBJECT-REFS*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" " SHARED" " some day" " should the question value for \"which\"as in \"which hotel?\" " " go here instead of in identifiability=?" " that many people (object-ref=unspecified, quantity=many)" "shared comments from - object-ref=") ) ) ;; end of definition (object-spec= ;; number of definitions: 9 ;; Definition 1 ( :GOTO () :COMMENTS ("need to get special sub args of medicine for coordination" "medical comments from - object-spec=") ) ;; Definition 2 ( :GOTO () :COMMENTS ("need to get special sub args of health-status objects for coordination" "medical comments from - object-spec=") ) ;; Definition 3 ( :GOTO () :COMMENTS ("need to get special sub args of medical objects for coordination" "medical comments from - object-spec=") ) ;; Definition 4 ( :ISA (@ALL @QVAL @SPEC) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *0-9* *OBJECTS-AND-LOCATIONS* *PEOPLE* *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* *DISH-NAMES* *GROUP-NAMES* *PACKAGE-NAMES* *LOCATION-NAMES* *RESTAURANT-NAMES* *ROOM-NAMES* *STREET-NAMES* *TOUR-NAMES* *PATH-NAMES*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" "both types of rooms" "object-spec=(type, quantity=both, specifier=room)" " used with +object (general object concept)" " needed for conjoining objects that cut across concept args" "" " \"i'm looking to rent a house and a car there\"" " gi+disp+rent+object " " (object-spec=(operator=conjunct, [(house, id=no), (car, id=no)]))" "shared comments from - object-spec=") ) ;; Definition 5 ( :GOTO () :COMMENTS ("need to get special sub args of vehicle for coordination" "shared comments from - object-spec=") ) ;; Definition 6 ( :GOTO () :COMMENTS ("need to get special sub args of package for coordination" "shared comments from - object-spec=") ) ;; Definition 7 ( :GOTO () :COMMENTS ("need to get special sub args of admission for coordination" "shared comments from - object-spec=") ) ;; Definition 8 ( :GOTO () :COMMENTS ("need to get special sub args of activity for coordination" "shared comments from - object-spec=") ) ;; Definition 9 ( :GOTO () :COMMENTS ("need to get special sub args of accommodation for coordination" "shared comments from - object-spec=") ) ) ;; end of definition (object-time= ;; number of definitions: 2 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC @TIME @TIME2 @TIME4) :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" "shared comments from argument class -- @time4" "time expression for the reserved/scheduled time" "these to 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 - object-time=") ) ;; Definition 2 ( :ISA (@ALL @QVAL @SPEC @TIME @TIME1 @TIME3) :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 argument class -- @time3" "time expression for the reserved/scheduled time" "these to 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 - object-time=") ) ) ;; end of definition (object-topic= ;; number of definitions: 1 ;; Definition 1 ( :GOTO () :COMMENTS ("shared comments from - object-topic=") ) ) ;; end of definition (obligation= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL) :VALUES (*OBLIGATIONS*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" " we require that you.... (obligation=(who=we, required), who=you)" " required (duty) : requirement \"I need to/must leave on the 10th\"" " you must check in by 2pm" " (who=you, obligation=required)" " USE experiencer= here for \"YOU MUST\" as a fragment" "(obligation=(required, experiencer=you))" "" " permitted : \"You may leave before then\"" " +obligation" "shared comments from - obligation=") ) ) ;; end of definition (occupancy= ;; number of definitions: 1 ;; Definition 1 ( :GOTO () :COMMENTS ("number of people in a room/campsite" "shared comments from - occupancy=") ) ) ;; end of definition (occupation= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *OCCUPATIONS*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" "see +PERSONAL-DATA" "teacher, truck_driver ...." "shared comments from - occupation=") ) ) ;; end of definition (occurrence-of= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *HEALTH-STATUS*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" " used for the pre-condition that may be causing a health-status' attack, spell, or episode" " attack of asthma : health-status=(attack, occurrence-of=asthma)" "medical comments from - occurrence-of=") ) ) ;; end of definition (of-what= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL) :VALUES (*NAME-TYPES* *AREA-NAMES* *ATTRACTION-NAMES* *CASTLE-NAMES* *CITY-NAMES* *COUNTRY-NAMES* *FAMILY-NAMES* *FOREST-NAMES* *GIVEN-NAMES*) :RELATIONS () :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "+SPELLING" "\"how do you spell your first name\"" "a:req-information+spelling (of-what=given_name)" "\"my first name is spelled l a u r a\"" "a:give-information+spelling (of-what=given_name, letters=[l, a, u, r, a])" "\"how do you spell Miller\"" "a:req-information+spelling (of-what=miller)" "shared comments from - of-what=") ) ) ;; end of definition (office= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *INFORMATION-OFFICES*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" "hotel office (for talking directly to a hotel)" "shared comments from - office=") ) ) ;; end of definition (on-surface= ;; 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 on his hands" "the rash is on my face" "shared comments from - on-surface=") ) ) ;; end of definition (operator= ;; number of definitions: 1 ;; Definition 1 ( :VALUES (*SET-OPERATORS*) :COMMENTS ("This cannot occur outside of an argument value." "Used for defining types of sets/lists in values of arguments" "scoping depends on embedding (See also \"Representing Multiple Values\")" "----------------" "ulist (default/unpecified case) unordered list depends on lang spec rules" " [tokyo, japan] lang spec-ordering cities and names" "olist ordered list telephone-number=(operator=olist, [4, 1, 2, 2, 6, 8, 6, 5, 9, 4, ] )" " set of elements in the list must be kept in original order" "conjunct \"and\" with argument values (inherently `ordered' list)" "disjunct \"or\" with argument values (inherently `ordered' list)" "contrast \"but\" with argument values (inherently `ordered' list)" "----------------" "operator= can precede ()s, simple value or []s" "----------------" "\"Tokyo Japan\"" " [tokyo, japan] otherwise know as: (operator=ulist, [tokyo, japan])" "\" or a hotel \" (just one element for a coordination operator)" " (operator=disjunct, (hotel, id=no)) " "\" not a hotel and not a house \"" " (operator=conjunct, [(polarity=negative, hotel, id=no), (polarity=negative, house, id=no)])" "\" neither a hotel nor a house \"" " (operator=disjunct, [(polarity=negative, hotel, id=no), (polarity=negative, house, id=no)])" "\" not a hotel or a house \" " " (polarity=negative, (operator=disjunct, [(hotel, id=no), (house, id=no)])))" " ALSO (operator=disjunct, polarity=negative, [(hotel, id=no), (house, id=no)]))" " ALSO (operator=disjunct, [(hotel, id=no), (house, id=no)], polarity=negative)" "\"not monday but tuesday\"" " time=(operator=contrast, [(polarity=negative, dow=monday), dow=tuesday])" "\"monday but not tuesday\"" " (operator=contrast, [dow=monday, (polarity=negative, dow=tuesday)])" "\"between monday and friday\"" " (operator=range, [dow=monday, dow=tuesday])" "\"between 5000 and 7000 lira\"" " price=(quantity=(operator=range, [5000, 7000]), currency=lira)" "shared comments from - operator=") ) ) ;; end of definition (order-ref-ext= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL) :VALUES (*REF-EXT*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "object ordered with respect to other objects: >first< month" "shared comments from - order-ref-ext=") ) ) ;; end of definition (order-ref-int= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL) :VALUES (*REF-INT*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "Internal ordering within an object as if a continuum: >beginning< of month " "shared comments from - order-ref-int=") ) ) ;; end of definition (origin= ;; number of definitions: 1 ;; Definition 1 ( :GOTO () :COMMENTS ("shared comments from - origin=") ) ) ;; end of definition (outside= ;; 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" " outside=unspecified \"the pool is outside\"" "shared comments from - outside=") ) ) ;; end of definition (package-spec= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC @PACKAGE-SPEC) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *PACKAGE-TYPES* *PACKAGE-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 -- @package-spec" "+PACKAGE" "shared comments from - package-spec=") ) ) ;; end of definition (package-type= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *PACKAGE-INCLUSION-TYPES*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" "+PACKAGE" "shared comments from - package-type=") ) ) ;; end of definition (pain-mod= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @ALL-MOD @MOD) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @all-mod" "shared comments from argument class -- @mod" "throbbing pain" "medical comments from - pain-mod=") ) ) ;; end of definition (path= ;; number of definitions: 2 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC @LOCATION-RELATION) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *RELATION-LOCATIONS* *PEOPLE* *BODY-OBJECTS* *LOCATIVE-PRONOUNS*) :RELATIONS (<2D-POSITION=> <3D-POSITION=> ) :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" "path of symptom or injury in/on a person's body" "medical comments from - path=") ) ;; Definition 2 ( :ISA (@ALL @QVAL @SPEC @LOCATION-RELATION) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *RELATION-LOCATIONS* *PEOPLE* *PATHS* *PATH-NAMES*) :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 - path=") ) ) ;; end of definition (per-unit= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *PER-UNIT-OBJECTS* *OBJECTS-AND-LOCATIONS*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" "+PRICE" "shared comments from - per-unit=") ) ) ;; end of definition (percentage= ;; 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" "\"20% of the rooms\"" " room-spec=(room, quantity=[plural, percentage=20])" "\"less than 20% of the rooms \"" " room-spec=(room, quantity=[plural, percentage=20], qmod=less-than)" "shared comments from - percentage=") ) ) ;; end of definition (period= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL) :RELATIONS () :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "---as a sub argument of time=" "within 2 hours" "---as a sub argument of " "\"a day\" (\"2 times a day\")" "period=(time-unit=day, quantity=1)" "odd intervals period=(normality=abnormal)" "shared comments from - period=") ) ) ;; end of definition (person-name= ;; 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" "people names" "optional sex= argument if it is possible to get this based on given-name=" "shared comments from - person-name=") ) ) ;; end of definition (person-spec= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC @HUMAN) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *PEOPLE* *AFFILIATIONS* *AFFILIATION-NAMES*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" "HUMAN objects" "shared comments from argument class -- @human" "Used for describing HUMAN objects when occuring as patient/themes or as the domain of a relation." "DOMAIN" "I am happy" "gi+feature+person (person-spec=i, feature=(mod=happy))" "PATIENT/THEME" "I see you" "gi+view+person (view=physical, person-spec=you, who=i)" "shared comments from - person-spec=") ) ) ;; end of definition (person-title= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION *PERSON-TITLES*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from - person-title=") ) ) ;; end of definition (phase= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL) :VALUES (*PHASES*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" " start/stop/continue doing something" "shared comments from - phase=") ) ) ;; end of definition (plus-minus= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL) :VALUES (*PLUS-MINUS*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "*NEW 5-15-01*" "\"5 more books\"" " (object-spec=(book, quantity=5, plus-minus=plus))" "shared comments from - plus-minus=") ) ) ;; end of definition (po-box-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 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." "post-office box number (\"P.O. Box 4321\")" "shared comments from - po-box-number=") ) ) ;; end of definition (polarity= ;; number of definitions: 1 ;; Definition 1 ( :VALUES (*POLARITIES*) :ATTRIBUTES () :COMMENTS ("This attribute argument represents the negative or positive" "attribute of a DA concept or Argument value." "polarity=positive = unmarked case" "polarity=negative `a non-hotel / not a hotel' (hotel, polarity=negative, id=no)" " this also (replaces old rep: operator=negation)" "shared comments from - polarity=") ) ) ;; end of definition (portion= ;; number of definitions: 2 ;; Definition 1 ( :ISA (@ALL @ALL-MOD @MOD @QMOD) :VALUES (QUESTION UNSPECIFIED [N] ) :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" "33% of the time" "1 of the 5 hotels (portion=1, quantity=5, id=yes, hotel)" "1 tenth of the hotels (portion=1, quantity=plural, id=yes, hotel)" "this may replace quantity= for some values" "shared comments from - portion=") ) ;; Definition 2 ( :ISA (@ALL @ALL-MOD @MOD @QMOD) :VALUES (QUESTION UNSPECIFIED *PORTIONS*) :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" "half of the month" "first half of the year" "2 thirds of the 50 hotels (portion=(third, quantity=2), quantity=50, id=yes, hotel)" "this may replace quantity= for some values" "shared comments from - portion=") ) ) ;; end of definition (position-depth= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @ALL-MOD) :VALUES (*DEPTH-POSITIONS*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @all-mod" "depth position" "shared comments from - position-depth=") ) ) ;; end of definition (price-spec= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *PRICE-TYPES*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" "+PRICE arguments" "----------------" "the tax is $5 gi+price (price-spec=(tax, id=yes), price=(currency=dollar, quantity=5))" "the room is cheap gi+price+acc (room-spec=(room, id=yes), price=(modifier=cheap))" "\"the room is very cheap\"" "gi+price+acc (room-spec=(room, id=yes), price=(modifier=(cheap, intensity=intense)))" "shared comments from - price-spec=") ) ) ;; end of definition (price-style= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION *PRICE-STYLES*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "not restricted to accommodations" "shared comments from - price-style=") ) ) ;; end of definition (price= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION *PRICE-SHORTCUTS*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "price shorthands" "price=free: price=(quantity=0)" "price=half_price: price=(quantity=half)" "shared comments from - price=") ) ) ;; end of definition (procedure-check-for= ;; number of definitions: 1 ;; Definition 1 ( :GOTO () :COMMENTS ("I must have a test for diabetes" "I must have my foot tested for infection" "medical comments from - procedure-check-for=") ) ) ;; end of definition (promise= ;; 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" " PROMISE speech act argument" "shared comments from - promise=") ) ) ;; end of definition (property= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL) :VALUES (*PROPERTIES*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "SHARED" "shared comments from - property=") ) ) ;; end of definition (provider= ;; number of definitions: 2 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *PLACES* *AFFILIATIONS* *ACCOMMODATIONS* *INFORMATION-OFFICES* *AFFILIATION-NAMES* *AREA-NAMES* *CITY-NAMES* *COUNTRY-NAMES* *NESPOLE-AREA-NAMES* *STATE-PROVINCE-NAMES*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" "top-level argument for +availability and +provide" "also used as a sub-argument of objects" "an offer from xxx" "info-object=(message, provider=xxx)" "shared comments from - provider=") ) ;; Definition 2 ( :GOTO () :COMMENTS ("top-level argument for +availability and +provide" "also used as a sub-argument of objects" "an offer from xxx" "info-object=(message, provider=xxx)" "shared comments from - provider=") ) ) ;; end of definition (purpose= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC @RHETORICAL) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *OBJECTS* DISCOURSE *PURPOSES* *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*) :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: purpose=" "def: PURPOSE-RR" "cue phrases: to, for, ... to this extent, ..." "shared comments from - purpose=") ) ) ;; end of definition (qmod= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL) :VALUES (*QMODS*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "\"a minimun of 5\" (quantity=(5, qmod=greater-than-equal))" "\"a maximum of 5\" (quantity=(5, qmod=less-than-equal))" "\"at most 5\" (quantity=(5, qmod=less-than-equal))" "\"at least 5\" (quantity=(5, qmod=greater-than-equal))" "\"more than 5\" (quantity=(5, qmod=greater-than))" "\"much more than 5\" (quantity=(5, qmod=(greater-than, intensity=intense)))" "\"a little more than 5\" (quantity=(5, qmod=(greater-than, intensity=low)))" "\"slightly more than 5\" (quantity=(5, qmod=(greater-than, intensity=low)))" "\"less than 5\" (quantity=(5, qmod=less-than))" "\"a total of 5\"" "\"equal to 5\"" "shared comments from - qmod=") ) ) ;; end of definition (quantity= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @ALL-MOD @MOD @QMOD) :VALUES (QUESTION UNSPECIFIED *QUANTIFIERS* ) :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" "quantity=unspecified" "(i do not have) >>any<< appetite" "quantity=entire :: \"entire time\"" "quantity=entire :: \"all of something\"" "quantity=all :: \"all things\"" "----------------" "all 5 (quantity=[5, all])" "not 5 (quantity=(polarity=negative, 5))" "not all 5 (quantity=(polarity=negative, [5, all]))" "5 to 10 Xs " "(quantity=[(5, qmod=greater-than-equal), (10, qmod=less-than-equal)])" "----------------" "*NEW* (quantity=(operator=range, [5000, 7000]))" "*OLD* (quantity=[5-10]) will *NO longer* be supported" "ADDED: plural, qmod= and percentage= " "----------------" "\"too many\"" "q=(many, intensity=over)" "shared comments from - quantity=") ) ) ;; end of definition (rate= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION *RATES*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "\"Do you have a daily rate\"" "\"The daily rate is $80\"" "shared comments from - rate=") ) ) ;; end of definition (reaction-to= ;; number of definitions: 2 ;; Definition 1 ( :GOTO () :COMMENTS ("allergic to penicillin" "medical comments from - reaction-to=") ) ;; Definition 2 ( :GOTO () :COMMENTS ("allergic to bees" "sensitivity to sunlight" "medical comments from - reaction-to=") ) ) ;; end of definition (recommendation= ;; 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 " "shared comments from - recommendation=") ) ) ;; end of definition (ref-era= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION *REF-ERAS*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "era reference (assume ad)" "heisei : year of emperor" "shared comments from - ref-era=") ) ) ;; end of definition (reference-location= ;; number of definitions: 1 ;; Definition 1 ( :GOTO () :COMMENTS ("shared comments from - reference-location=") ) ) ;; end of definition (reference-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" "shared comments from - reference-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" "shared comments from - reference-time=") ) ) ;; end of definition (related-to= ;; 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: related-to=" " cue phrases: related to, in relation to" " relatively speaking, related to that" " with respect to, concerning..." "shared comments from - related-to=") ) ) ;; end of definition (relation-mod= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @ALL-MOD) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @all-mod" "a bit outside the city" " location=(outside=(city, identifiability=yes, relation-mod=(intensity=low)))" "shared comments from - relation-mod=") ) ) ;; end of definition (relative-distance= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @ALL-MOD @MOD) :VALUES (*RELATIVE-DISTANCES*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @all-mod" "shared comments from argument class -- @mod" "walking : \"walking distance\" shorthand (meaning resonably close on foot)" "driving : \"driving distance\" shorthand (meaning resonably close by car)" "distinct from simply using " "\"on foot\" locomotion=on-foot " "and \"" "by car\" locomotion=car" "shared comments from - relative-distance=") ) ) ;; end of definition (relative-location= ;; number of definitions: 1 ;; Definition 1 ( :GOTO () :COMMENTS ("shared comments from - relative-location=") ) ) ;; end of definition (relative-region= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL) :VALUES (*RELATIVE-REGIONS*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "lower abdomen" "lower Manhattan" "shared comments from - relative-region=") ) ) ;; end of definition (relative-time= ;; number of definitions: 2 ;; Definition 1 ( :ISA (@ALL) :VALUES (*RELATIVE-TIMES*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "\"this afternoon\"" "time=(tod=(afternoon, identifiability=non-distant)))" "time=(period=(time-unit=afternoon, identifiability=non-distant))" OR "time=(relative-time=this_afternoon)" "\"I will arrive later\" time=(relative-time=later)" "----------------" "reference point is current time (now)" "\"three hours from now\"" "\"in three hours\"" " time=(reference-time=(relative-time=now), time-relation=after, time-distance=(time-unit=hour, quantity=3))" "OR (NOTE: default reference-time= is NOW)" "time=(time-relation=after, time-distance=(time-unit=hour, quantity=3))" "UNSPECIFIED reference point" "\"three hours later/after\"" "reference-time=unspecified is REQUIRED if ref-time is not `NOW' (ref to now:, in 3 hours, 3 hours ago) and not specified (ref specified: 3 weeks >>from Tuesday<<)" " time=(reference-time=unspecified, time-relation=after, time-distance=(time-unit=hour, quantity=3))" "SPECIFIED reference point" "\"three weeks after christmas\"" " time=(reference-time=(special-time=christmas), time-relation=after, time-distance=(time-unit=hour, quantity=3))" "\"three weeks from Monday\"" " time=(reference-time=(dow=monday), time-relation=after, time-distance=(time-unit=hour, quantity=3))" "----------------" "\"now\"" " time=(relative-time=now)" "relative-time shortcuts when reference time is now and distance is 1 or 2:" "----------------" "atomic values for day" " yesterday" " tomorrow" " today" " day_before_yesterday" " day_after_tomorrow" "----------------" "atomic values for week" " this_week" " next_week" " last_week" " week_after_next" " week_before_last" "----------------" "atomic values for month" " this_month" " next_month" " last_month" " month_after_next" " month_before_last" "----------------" "atomic values for year" " this_year" " last_year" " next_year" " year_after_next" " year_before_last" "----------------" "relative-time shortcuts for unspecified reference time and unspecified distance:" " earlier" " later" " late (\"late in the time period\", not \"too late\")" " early" "----------------" "Should also cover:" " three weeks ago" " three hours earlier/before" " three weeks before christmas" " three weeks in advance" "----------------" "We don't represent these now:" "\"I would like to visit Trento in the future.\" vs." "\"I would like to visit Trento later.\"" "\"I have visited Trento in the past.\"" "shared comments from - relative-time=") ) ;; Definition 2 ( :ISA (@ALL @QVAL @SPEC) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" "shared comments from - relative-time=") ) ) ;; end of definition (rental-agent= ;; 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" "shared comments from - rental-agent=") ) ) ;; end of definition (request-strength= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL) :VALUES (*REQUEST-STRENGTHS*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "request : \"please do x, would you do x\"" "order : (command) \"do x now\"" "instruction : giving instruction(s) on how to do something " " \"first you make x, then put y inside of x\"" "shared comments from - request-strength=") ) ) ;; end of definition (reservation-spec= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *RESERVATIONS*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" "shared comments from - reservation-spec=") ) ) ;; end of definition (response-to= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL) :VALUES (*RESPONSE-TO-VALUES*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "argument of CONTRADICT (sp-act)" "response to is for contradictions" "\"doch\" in German is a contradict speech-act specifically" " used as a response to a negative accusation/statement" "\"you are never on time\" \"doch\"" " < not true (to a negative) >" " " " since language differ as to how they express the repsonse to" " truth staements, we will represent the" " response as verify or contradict." " a verify spe act means \"TRUE\"" " a contradict speech act means \"NOT TRUE\"" " contradictions may differ depending on the repsonse type" " whether it is to a negative or afformative statement." " so you like musrooms resp \"no, i don't\" (contradict)" " so you don't like mushrooms \"no, i don't\"/\"yes\" (verify)" " so you don't like eggplant \"yes, i do\" (contradict) " " \"no, i do\" (contradict) " " " "shared comments from - response-to=") ) ) ;; end of definition (response= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @ALL-MOD @MOD) :VALUES (*RESPONSES*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @all-mod" "shared comments from argument class -- @mod" "shared comments from - response=") ) ) ;; end of definition (restaurant-spec= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *RESTAURANT-TYPES* *RESTAURANT-NAMES*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" "+RESTAURANT" "shared comments from - restaurant-spec=") ) ) ;; end of definition (resultive= ;; 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" "resultive=discourse `AS A RESULT / NOW, you have to leave even earlier'" "See Quirk and Greenbaum, `A Comprehensive Grammar of the English Language' section 8.137" "shared comments from - resultive=") ) ) ;; end of definition (rhetorical= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL) :VALUES (*RHETORICALS*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "RHETORICAL RELATIONS" "We will not be embedding rhetorical relations in the tasked based" "IFs before February (comment from Lori)." "Exception, non-predicate-argument structured values." "\"Because of the weather i am arriving at 2:00.\"" " give-info+arrival (cause=weather, time=(clock=(hours=2, minutes=0)))" "For now, we will mark the \"rhetorical\" argument as described" "by IRST's proposal in an email dated: Wed, 04 Oct 2000 15:59:19 +0200" "using alternative C1 using distinct value names for rhetorical type and" "function." "The subordinate clause will be represented as a complete DA" "with the speech-act give-information and rhetorical= in the arglist." "When there is a non sdu structure (no predicate argument/clause structure)," "we use the relation argument name associated with the rhetorical relation." "Examples:" " \"before the movie, I want to eat dinner\"" " gi+disposition+meal (meal-spec=dinner, before=movie)" "----------------" " \"besides the movie, I want to get see a show.\"" " gi+disposition+event (event-spec=show, besides=movie)" "----------------" "This same relation argument can be used in a sdu/clause nucleus" "to represent rhetorical relations that refer to another sentence." "Examples:" " \"before that, I want to eat dinner\"" " gi+disposition+meal (meal-spec=dinner, before=discourse)" "----------------" " \"furthermore, I want to get see a show.\"" " gi+disposition+event (event-spec=show, besides=discourse)" "----------------" "We represent this as the rhetorical-relation argument" "with the value `discourse' which represents that it refers to" "an earlier element of the discourse." "shared comments from - rhetorical=") ) ) ;; end of definition (right-ear= ;; number of definitions: 1 ;; Definition 1 ( :GOTO () :COMMENTS ("medical comments from - right-ear=") ) ) ;; end of definition (right-eye= ;; number of definitions: 1 ;; Definition 1 ( :GOTO () :COMMENTS ("medical comments from - right-eye=") ) ) ;; end of definition (room-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 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 - room-number=") ) ) ;; end of definition (room-spec= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *ROOMS* *ROOM-NAMES*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" "a double room with a double bed ==> room-spec=(double, bed-spec=(double,id=no))" "Some buildings/campgrounds have special names for rooms/sites." "the Gertrude Stein room ==> (room-spec=name-gertrude_stein_room)" "the Lincoln Bedroom ==> (room-spec=name-lincoln_bedroom)" "shared comments from - room-spec=") ) ) ;; end of definition (room= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL) :VALUES (*ROOM-NAMES*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "used for addresses" "Some buildings/campgrounds have special names for rooms/sites." "the Gertrude Stein room ==> (room=name-Gertrude_Stein_room)" "the Linclon Bedroom ==> (room=name-Lincoln_Bedroom)" "shared comments from - room=") ) ) ;; end of definition (route-spec= ;; number of definitions: 1 ;; Definition 1 ( :GOTO () :COMMENTS ("use with +ROUTE" "The main road goes south and then turns left and then ..." "shared comments from - route-spec=") ) ) ;; end of definition (route= ;; number of definitions: 1 ;; Definition 1 ( :RELATIONS ( ) :COMMENTS ("+ROUTE" "shared comments from - route=") ) ) ;; end of definition (row-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" "for +admission and +seat?" "shared comments from - row-number=") ) ) ;; end of definition (scale= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "10 out of 10 level of pain" "medical comments from - scale=") ) ) ;; end of definition (scenario-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" "META \"we are doing scenario number 1\"" "shared comments from - scenario-number=") ) ) ;; end of definition (scenic-view= ;; number of definitions: 1 ;; Definition 1 ( :GOTO () :COMMENTS ("change: formerly room-view=" "view of something from a room, " "taxi, restaurant, plane etc..." "shared comments from - scenic-view=") ) ) ;; end of definition (season= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *SEASONS*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" "SHARED" "seasons can now be represented compositionally" "`hay fever season'" "season=(season, specificier=hay_fever)" "shared comments from - season=") ) ) ;; end of definition (seat-spec= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *SEATS*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" "+RESTAURANT" "shared comments from - seat-spec=") ) ) ;; end of definition (second= ;; 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 relations: second=" "def: enumeration relation" "cue phrases: second, secondly, second of all, ..." "shared comments from - second=") ) ) ;; end of definition (secondary-name= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION *SECONDARY-NAMES* ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "people names" "shared comments from - secondary-name=") ) ) ;; end of definition (seconds= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION *0-59*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from - seconds=") ) ) ;; end of definition (section-name= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION [UNTRANSLATED-STRING]) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from - section-name=") ) ) ;; end of definition (selling-agent= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *PEOPLE* *AFFILIATION-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 - selling-agent=") ) ) ;; end of definition (service= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *SERVICES* *TRANSPORTATION-TYPES*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" "SERVICES" "organized_activity = Italian \"animazione\"" "organized activities aiming at entertaining customers, for example in a Hotel or Club Med" "maid-service vs housekeeping" "\"skiing lessons\" :: service=(lesson, quantity=plural, specifier=skiing)" "shared comments from - service=") ) ) ;; end of definition (severity= ;; number of definitions: 2 ;; Definition 1 ( :ISA (@ALL) :RELATIONS () :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "10 out of 10 level of pain" "medical comments from - severity=") ) ;; Definition 2 ( :ISA (@ALL @ALL-MOD @MOD) :VALUES (*SEVERITIES*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @all-mod" "shared comments from argument class -- @mod" "severe pain" "medical comments from - severity=") ) ) ;; end of definition (sex= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION *SEXES*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "*NEW*" "what sex (sex=question)" "man (adult, (sex=male)" "woman (adult, (sex=female)" "wife (spouse, (sex=female)" "mother (parent, (sex=female)" "son (offspring, (sex=male)" "shared comments from - sex=") ) ) ;; end of definition (shade= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @ALL-MOD @MOD @QMOD) :VALUES (QUESTION *SHADES*) :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" "modifies colors" "light red, dark red" "shared comments from - shade=") ) ) ;; end of definition (shape= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @ALL-MOD @MOD @QMOD) :VALUES (QUESTION *SHAPES*) :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" " Shape of something" " flat xxx -- (xxx, shape=flat)" "square (shaped) xxx -- (xxx, shape=square)" "shared comments from - shape=") ) ) ;; end of definition (side= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL) :VALUES (*SIDES*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "left arm" "Not for \"left side of\" an object (see 2d-position=)" "shared comments from - side=") ) ) ;; end of definition (similarity= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @ALL-MOD @MOD) :VALUES (*SIMILARITIES*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @all-mod" "shared comments from argument class -- @mod" "same, similar, identical, different" "shared comments from - similarity=") ) ) ;; end of definition (size= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @ALL-MOD @MOD @QMOD) :VALUES (QUESTION *SIZES*) :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" " SIZE=" " How big is it?" " c:request-information+feature+object (size=question)" " OR? c:request-information+feature+object (feature=(size=question))" " proposed size/weight related arguments" " make size= a general argument for objects" " Use dimension[1-3]= when the type of dimension is unknown" " height vs width vs length vs depth?" "" " 2' x 4' x 8' " " size=(dimension1=(quantity=2, distance-unit=foot), " " dimension2=(quantity=4, distance-unit=foot), " " dimension3=(quantity=8, distance-unit=foot))" "" " 5 feet long, four inches wide " " size=(length=(quantity=5, distance-unit=foot), width=(quantity=4, distance-unit=inch)" "" " 5 square feet by four inches " " size=(space=(quantity=5, spatial-unit=square-foot), dimension1=(quantity=4, distance-unit=inch))" "" " 5 kilos" " size=(weight=(quantity=5, weight-unit=kilogram))" "" " how many square miles" " size=(space=(quantity=question, spatial-unit=square-mile))" "" " Note: I merged the dimension[1-3] back with the rest of " " the frame sub-arguments. -dmg " "---------------------------------------------------------------" " height vs width vs length vs depth? (in any order)" "" " 2' x 4' x 8' " " size=(dimension1=(quantity=2, distance-unit=foot), " " dimension2=(quantity=4, distance-unit=foot), " " dimension3=(quantity=8, distance-unit=foot))" "" " 2' x 4' " " size=(dimension1=(quantity=2, distance-unit=foot), " " dimension2=(quantity=4, distance-unit=foot))" "" " 2' x 4' x what?" " size=(dimension1=(quantity=2, distance-unit=foot), " " dimension2=(quantity=4, distance-unit=foot), " " dimension3=question)" "" " 2 miles by what?" " size=(dimension1=(quantity=2, distance-unit=mile), " " dimension2=question)" "" " by what dimension?" " size=(dimension1=question)" "shared comments from - size=") ) ) ;; end of definition (smell= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @ALL-MOD @MOD @QMOD) :VALUES (QUESTION *TASTES-AND-SMELLS*) :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 smell" "shared comments from - smell=") ) ) ;; end of definition (smoking= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION *SMOKING-RESTRICTIONS*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" " not restricted to accommmodations" "shared comments from - smoking=") ) ) ;; end of definition (space= ;; 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 - space=") ) ) ;; end of definition (spatial-unit= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION *SPATIAL-UNITS*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from - spatial-unit=") ) ) ;; end of definition (speaker= ;; number of definitions: 1 ;; Definition 1 ( :RELATIONS () :COMMENTS ("meta DA argument that is only used at the top level for tracking the participant's gender" "shared comments from - speaker=") ) ) ;; end of definition (special-time= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *SPECIAL-TIMES*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" "new_years hunting_season mushroom_season, etc." "shared comments from - special-time=") ) ) ;; end of definition (specifier= ;; number of definitions: 2 ;; Definition 1 ( :GOTO () :COMMENTS ("\"the location of the hotel\" (location, specifier=(hotel, id=yes))" " \"parking for our car\" (parking, specificier=(car, whose=we))" " \"skiing lessons\" (lesson, quantity=plural, specifier=skiing)" "shared comments from - specifier=") ) ;; Definition 2 ( :GOTO () :COMMENTS ("\"the location of the hotel\" (location, specifier=(hotel, id=yes))" " \"parking for our car\" (parking, specificier=(car, whose=we))" " \"skiing lessons\" (lesson, quantity=plural, specifier=skiing)" "shared comments from - specifier=") ) ) ;; end of definition (speed-mod= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @ALL-MOD @MOD @QMOD) :VALUES (QUESTION *SPEED-MODS*) :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" " \"how fast\" " " speed=(fast, intensity=question)" " \"how slow\" " " speed=(slow, intensity=question)" " \"what speed\" " " speed=question" " \"slower\" " " speed=(slow, degree=more)" " \"how many miles slower\" " " speed=(quantity=question, distance-unit=mile, speed-mod=(slow, degree=more))" " \"5 miles an hour\"" " speed=(quantity=5, distance-unit=mile, time-unit=hour)" "" " \"very fast\"" " speed=(fast, intensity=intense)" " \"5 miles an hour faster\"" " speed=(quantity=5, dist-unit=mile, time-unit=hour, speed-mod=(fast, degree=more))" " \"more than 5 miles an hour\"" " speed=(quantity=(5, qmod=greater-than), dist-unit=mile, time-unit=hour)" "shared comments from - speed-mod=") ) ) ;; end of definition (speed= ;; number of definitions: 2 ;; Definition 1 ( :ISA (@ALL @ALL-MOD @MOD @QMOD) :VALUES (QUESTION *SPEED-MODS* *SPEEDS*) :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" "fast" "speed=fast" " \"very fast\"" " speed=(fast, intensity=intense)" " \"very fast\"" " speed=(fast, intensity=intense)" " \"very fast\"" " speed=(fast, intensity=intense)" "shared comments from - speed=") ) ;; Definition 2 ( :ISA (@ALL) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" " \"5 miles an hour\"" " speed=(quantity=5, distance-unit=mile, per-unit=hour)" " \"5 miles an hour faster\"" " speed=(quantity=5, dist-unit=mile, per-unit=hour, speed-mod=(fast, degree=more))" "shared comments from - speed=") ) ) ;; end of definition (start-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: start-of=" " def: relative time relation" " cue phrases: at the beggining/start of ... at first" "shared comments from - start-of=") ) ) ;; end of definition (start-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" "shared comments from - start-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" "shared comments from - start-time=") ) ) ;; end of definition (state-province= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION *STATE-PROVINCE-TYPES* *STATE-PROVINCE-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 - state-province=") ) ) ;; end of definition (status= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION *STATUS*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "+status" " something is STUCK in my throat" "shared comments from - status=") ) ) ;; end of definition (street-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 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 - street-number=") ) ) ;; end of definition (street-spelling= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION *ALPHA-CHARACTERS*) :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 - street-spelling=") ) ) ;; end of definition (street= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION *STREET-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 - street=") ) ) ;; end of definition (subjective-scale= ;; number of definitions: 1 ;; Definition 1 ( :GOTO () :COMMENTS ("shared comments from - subjective-scale=") ) ) ;; end of definition (substance-consistency= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @ALL-MOD @MOD) :VALUES (*SUBSTANCE-CONSISTENCIES*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @all-mod" "shared comments from argument class -- @mod" "medical comments from - substance-consistency=") ) ) ;; end of definition (substitution= ;; 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" "instead of x...." "shared comments from - substitution=") ) ) ;; end of definition (suggest-strength= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL) :VALUES (*STRENGTH-RANGE*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "polarity=negative, we do not suggest that you ..." " strength of a suggestion" " weak : why not do x. /req/ ???" " medium : i suggest that you do x. /req/ what do you think I should do" " strong : i recommend that you do x. /req/ what should i do" "" " from IF Dec00 workshop notes " " Ex: In English \"suggest\" -> medium, \"recommend\" -> strong, " " \"why not ... \" -> weak" "shared comments from - suggest-strength=") ) ) ;; end of definition (suggest= ;; 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" "replaces (suggestee= and suggestor=)" "shared comments from - suggest=") ) ) ;; end of definition (suite-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 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 - suite-number=") ) ) ;; end of definition (surrounding= ;; 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" " surrounding=lake \"mountains around/surrounding the lake\"" "shared comments from - surrounding=") ) ) ;; end of definition (systolic= ;; number of definitions: 1 ;; Definition 1 ( :GOTO () :COMMENTS ("top number" "medical comments from - systolic=") ) ) ;; end of definition (table-spec= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *TABLES*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" " +RESTAURANT" "shared comments from - table-spec=") ) ) ;; end of definition (taste= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @ALL-MOD @MOD @QMOD) :VALUES (QUESTION *TASTES-AND-SMELLS*) :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 taste" "shared comments from - taste=") ) ) ;; end of definition (telephone-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" " Digitize all phone numbers." "" " 1-800-123-4567 (one eight hundred one two three forty-five sixty-seven)" " (acceptable value was [1,800,1,2,3,45,67])" " IF value [1,8,0,0,1,2,3,4,5,6,7]" "cmu-6594 [c, m , u, 6, 5, 9, 4]" "shared comments from - telephone-number=") ) ) ;; end of definition (temperature-mod= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @ALL-MOD @MOD) :VALUES (*TEMPERATURE-MODS*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @all-mod" "shared comments from argument class -- @mod" "shared comments from - temperature-mod=") ) ) ;; end of definition (temperature-unit= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION *TEMPERATURE-UNITS*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from - temperature-unit=") ) ) ;; end of definition (temperature= ;; number of definitions: 2 ;; Definition 1 ( :ISA (@ALL @ALL-MOD @MOD) :VALUES (*TEMPERATURE-MODS* *BODY-STAT-SHORTCUTS*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @all-mod" "shared comments from argument class -- @mod" "use this for a shorthand of COLD, HOT" "shared comments from - temperature=") ) ;; Definition 2 ( :ISA (@ALL @QVAL) :VALUES (QUESTION) :RELATIONS () :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from - temperature=") ) ) ;; end of definition (thank= ;; 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" " THANK speech act argument" "shared comments from - thank=") ) ) ;; end of definition (third= ;; 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 relations: third=" " def: enumeration relation " " cue phrases: third, thirdly, third of all, ..." "shared comments from - third=") ) ) ;; end of definition (through= ;; 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" "go through a tunnel" "location relation" "shared comments from - through=") ) ) ;; end of definition (time-distance= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION UNSPECIFIED) :RELATIONS () :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from - time-distance=") ) ) ;; end of definition (time-relation= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL) :VALUES (*TIME-RELATIONS*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from - time-relation=") ) ) ;; end of definition (time-unit= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION *TIME-UNITS* *DOW* *1-13*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" " SHARED" " change (sec => second )" " [1-13] here refers to months." " with 13 being the extra month of the lunar calendar." " (time-unit=1 , quantity=2) => \"2 Januaries\"" "shared comments from - time-unit=") ) ) ;; end of definition (time-zone= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION *TIME-ZONES*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" " We have a complete time zone list and definitions." " See timezone explanation file (for CMU: \"timezone.list\")" " utc+0 Universal Time (Coordinated) (Greenwich Mean Time)" " utc-5 CMU (USA)" " utc+1 IRST/CLIPS/UKA (Italy, France, Germany)" " utc+9 ETRI/ATR (Korea/Japan)" " utc+8 CAS (China)" "shared comments from - time-zone=") ) ) ;; end of definition (time= ;; number of definitions: 2 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC @TIME @TIME2 @TIME4) :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" "shared comments from argument class -- @time4" "shared comments from - time=") ) ;; Definition 2 ( :ISA (@ALL @QVAL @SPEC @TIME @TIME1 @TIME3) :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 argument class -- @time3" "shared comments from - time=") ) ) ;; end of definition (to-what= ;; number of definitions: 1 ;; Definition 1 ( :GOTO () :COMMENTS ("shared comments from - to-what=") ) ) ;; end of definition (to-whom= ;; number of definitions: 1 ;; Definition 1 ( :COMMENTS (" RECIPIENT like argument" "shared comments from - to-whom=") ) ) ;; end of definition (tod= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION *TIMES-OF-DAY*) :RELATIONS () :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" " time of day" "shared comments from - tod=") ) ) ;; end of definition (tour-spec= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *TOURS* *TOUR-NAMES*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" " +TOUR" " for sightseeing tours" "tour of paris" "tour-spec=(tour, specifier=(name-paris))" "shared comments from - tour-spec=") ) ) ;; end of definition (transmission-mode= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION *TRANSMISSION-MODES*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from - transmission-mode=") ) ) ;; end of definition (transportation-spec= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *TRANSPORTATION-TYPES* *TRANSPORTATION-NAMES* *TRAVEL-AGENCY-NAMES*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" " concept-specific semantic arguments" " being transported by others in a vehicle" "" " \"train number 451 the overland express\"" " transportation-spec=(train, object-number=451, called=name-overland_express)" " \"train number 451 the overland express and usair flight 235\"" " transportation-spec=(operator=conjunction [(train, object-number=451, called=name=overland_express), (flight, object-number=235, carrier=name-usair)])" " interregionale = Italian long/medium distance train" "shared comments from - transportation-spec=") ) ) ;; end of definition (travel-action= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION *TRAVEL-ACTIONS*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" " for giving directions" "shared comments from - travel-action=") ) ) ;; end of definition (triglycerides= ;; number of definitions: 2 ;; Definition 1 ( :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" "medical comments from - triglycerides=") ) ;; Definition 2 ( :GOTO () :COMMENTS ("medical comments from - triglycerides=") ) ) ;; end of definition (trip-spec= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *TRIPS*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" " +TRIP" " travelling, making/taking trips" " trip-spec= used for travel/transportation path types (not trip/visit/journey >>> see )" " transfer: middle leg of a journey." "shared comments from - trip-spec=") ) ) ;; end of definition (trip-stage= ;; number of definitions: 1 ;; Definition 1 ( :VALUES (*TRIP-STAGES*) :COMMENTS ("shared comments from - trip-stage=") ) ) ;; end of definition (type= ;; 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" "No values yet" "USE: for types of objects" "5 types of people --> (person, type=(quantity=5))" "shared comments from - type=") ) ) ;; end of definition (under= ;; 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" " under=unspecified \"the parking garage is underneath\"" "shared comments from - under=") ) ) ;; end of definition (understand= ;; 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 - understand=") ) ) ;; end of definition (upper-quantity= ;; number of definitions: 1 ;; Definition 1 ( :GOTO () :COMMENTS ("shared comments from - upper-quantity=") ) ) ;; end of definition (valid-for= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL) :VALUES (*VALID-FOR-VALUES*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "a ticket valid for three weeks until december 4th" "valid-for=(duration=(time-unit=week, quantity=3), " " time=(end-time=(month=12, md=4)))" "shared comments from - valid-for=") ) ) ;; end of definition (vehicle-make= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION *VEHICLE-MAKES*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from - vehicle-make=") ) ) ;; end of definition (vehicle-model= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION *VEHICLE-MODELS*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from - vehicle-model=") ) ) ;; end of definition (vehicle-shape= ;; number of definitions: 2 ;; Definition 1 ( :GOTO () :COMMENTS ("shared comments from - vehicle-shape=") ) ;; Definition 2 ( :ISA (@ALL @QVAL) :VALUES (QUESTION *VEHICLE-SHAPES*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from - vehicle-shape=") ) ) ;; end of definition (vehicle-size= ;; number of definitions: 2 ;; Definition 1 ( :GOTO () :COMMENTS ("shared comments from - vehicle-size=") ) ;; Definition 2 ( :ISA (@ALL @QVAL) :VALUES (QUESTION *VEHICLE-SIZES*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from - vehicle-size=") ) ) ;; end of definition (vehicle-spec= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC @VEHICLE-SPEC) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *VEHICLES*) :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 -- @vehicle-spec" " personal use of a vehicle" " what size vehicle " " (veh-spec=(vehicle-size=question))" " when rentinng cars, we normally need to specify the car size " " (each size is priced differently)" " Here car sizes have different values than the regular size= argument" " what make " " what model" "shared comments from - vehicle-spec=") ) ) ;; end of definition (version= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION *VERSIONS*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from - version=") ) ) ;; end of definition (vertical= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @ALL-MOD) :VALUES (*VERTICAL-POSITIONS* UNSPECIFIED) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @all-mod" "vertical axis position" "shared comments from - vertical=") ) ) ;; end of definition (via= ;; number of definitions: 1 ;; Definition 1 ( :GOTO () :COMMENTS ("shared comments from - via=") ) ) ;; end of definition (view= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@SENSE-ACTION) :VALUES (*SENSE-ACTIONS*) :COMMENTS ("human sensory actions have physical/cognitive versions" "see/look_at, hear/listen, touch/feel" "physical: automatic sensory input" "cognitive: sensory input + intentionally directed attention/thought" "shared comments from argument class -- @sense-action" "+VIEW's argument for distinguishing `see' vs `look at'" "physical: see" "cognitive: look_at" "shared comments from - view=") ) ) ;; end of definition (vision= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION BLIND HALF-BLIND) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "medical comments from - vision=") ) ) ;; end of definition (visit-spec= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *VISITS*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" " travelling, making/taking trips" " travel path types" "shared comments from - visit-spec=") ) ) ;; end of definition (voice-quality= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @ALL-MOD @MOD @QMOD) :VALUES (QUESTION *VOICE-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 noisiness of hotels, restaurants etc." "shared comments from - voice-quality=") ) ) ;; end of definition (volume-unit= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION *VOLUME-UNITS*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from - volume-unit=") ) ) ;; end of definition (volume= ;; number of definitions: 2 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* AMOUNT VOLUME) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" "shared comments from - volume=") ) ;; Definition 2 ( :ISA (@ALL @QVAL) :VALUES (QUESTION) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from - volume=") ) ) ;; end of definition (weather= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION *WEATHER-TYPES*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from - weather=") ) ) ;; end of definition (weight-unit= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION *WEIGHT-UNITS*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from - weight-unit=") ) ) ;; end of definition (weight= ;; number of definitions: 2 ;; Definition 1 ( :ISA (@ALL @ALL-MOD @MOD) :VALUES (*WEIGHTS*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @all-mod" "shared comments from argument class -- @mod" "shared comments from - weight=") ) ;; Definition 2 ( :ISA (@ALL @QVAL) :VALUES (QUESTION) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from - weight=") ) ) ;; end of definition (what= ;; number of definitions: 1 ;; Definition 1 ( :GOTO () :COMMENTS ("shared comments from - what=") ) ) ;; end of definition (while= ;; 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: while=" " def: TEMPORAL-COINCIDENCE" " cue phrases: during the movie" " in the mean time I waited (while=discourse)" "shared comments from - while=") ) ) ;; end of definition (who= ;; number of definitions: 2 ;; Definition 1 ( :ISA (@ALL @QVAL @SPEC @ANIMATE) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *FAUNA*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" "ANIMATE objects = HUMANS and ANIMALS and BUSINESSES" "affiliations/business can be head objects" "Pizza Hut opens ..." "who=(name-pizza_hut)" "the man with pizza hut ..." "who=(man, affiliation=name-pizza_hut)" "given-name= argument for animals" "shared comments from argument class -- @animate" " is the AGENT argument" "shared comments from - who=") ) ;; Definition 2 ( :ISA (@ALL @QVAL @SPEC @HUMAN) :VALUES (QUESTION UNSPECIFIED RELATIVE PRONOUN *OBJECT-PRONOUNS* *PEOPLE* *AFFILIATIONS* *AFFILIATION-NAMES*) :RELATIONS ( ) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "shared comments from argument class -- @spec" "HUMAN objects" "shared comments from argument class -- @human" " is the AGENT argument" "shared comments from - who=") ) ) ;; end of definition (whose= ;; number of definitions: 1 ;; Definition 1 ( :GOTO () :COMMENTS (" is the POSSESSOR argument" "shared comments from - whose=") ) ) ;; end of definition (width= ;; number of definitions: 1 ;; Definition 1 ( :GOTO () :COMMENTS ("4 feet wide" "shared comments from - width=") ) ) ;; end of definition (wish= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL) :VALUES (*WISHES*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from - wish=") ) ) ;; end of definition (with-how-many= ;; number of definitions: 1 ;; Definition 1 ( :GOTO () :COMMENTS ("shared comments from - with-how-many=") ) ) ;; end of definition (with-whom= ;; number of definitions: 1 ;; Definition 1 ( :GOTO () :COMMENTS ("shared comments from - with-whom=") ) ) ;; end of definition (with= ;; number of definitions: 1 ;; Definition 1 ( :GOTO () :COMMENTS ("and you can also stay there with the R V . " "a:give-information+feasibility+stay (conjunction=discourse, feasibility=feasible, who=you, with=(rv, identifiability=yes), location=there, focalizer=additive)" "shared comments from - with=") ) ) ;; end of definition (without= ;; number of definitions: 1 ;; Definition 1 ( :GOTO () :COMMENTS ("shared comments from - without=") ) ) ;; end of definition (year= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION [N]) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" "any number for a year: 1961, 1999 , 2000, 2001" "shared comments from - year=") ) ) ;; end of definition (zipcode-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 ADDRESS=, " " not in the general location= arguments." "shared comments from - zipcode-number=") ) ) ;; end of definition (zone-type= ;; number of definitions: 1 ;; Definition 1 ( :ISA (@ALL @QVAL) :VALUES (QUESTION *ZONE-TYPES*) :ATTRIBUTES ( ) :COMMENTS ("shared comments from argument class -- @all" "shared comments from argument class -- @qval" " daylight savings (dt) vs standard time (st)" "shared comments from - zone-type=") ) ) ;; end of definition ;; ;; OLD HISTORY changes ;; ;; 12-01-00 DMG added `exhaustive' to quantity= for "only" ;; 12-01-00 DMG added adult, child (rate=) ;; 12-01-00 DMG added conditional, depends-on to rhetorical ;; 12-01-00 DMG removed already (from manner=) ;; 12-01-00 DMG added family-spec= argument definition ;; 12-11-00 DMG made changes based on IF workshop Dec 6-8, 2000 ;; IF workshop notes ;; NEW: ;; OUT_OF_VOCABULARY value the CMU convention is adopted: ;; use the character '$' at the beginning of the name. ;; ;; "My name is Sfrutz" ;; give-information+personal-data (person-name=(given-name=$name-sfrutz)) ;; ;; new arguments ;; apology-reason= ;; exclamation= ;; greeting= ;; group-name= (was missing general definition) ;; wish= ;; suggest-strength= ;; request-strength= ;; thank-reason= ;; whose= (was missing definition) ;; rhetorical relations ;; cause= before= after= while= concessive= besides= contrastive= ;; first= second= third= fourth= final= related-to= ;; digression= conjunction= disjunction= contrastive= ;; example= condition= dependency=(temporary name) ;; experiencer= ;; feasibility= ;; certainty= ;; intensity= (split from degree=) removed `less' and `least' as values ;; time-distance= ;; time-relation= ;; reference-time= ;; calendar as sub arg to time= ;; ;; changed ;; time= frame based value (new sub args) ;; degree= (see intensity) ;; $ -> @ for linking argument values ;; rhetorical= (merged nucleus and satellite values) ;; purpose= (redefined as a rhetorical relation) ;; after-rr= (redefined as a rhetorical time relation) ;; before-rr= (redefined as a rhetorical time relation) ;; second= -> seconds= (for time='s clock=, second= used for rhetorical) ;; hour= -> hours=, minute= -> minutes= (parallel to seconds=) ;; modality= -> obligation= ;; disposition= added values ;; eventuality= added/removed values & added sub arg experiencer= ;; evidentiality= removed value `know' ;; relative-time= ;; chr-era => ref-era & added `heisei' value ;; month= 1-13 instead of january-december ;; package-spec= revised values ;; frequency= ;; freq-unit= -> period (time-unit returns to frame value) ;; iteration= cannot be a top-level argument (see frequency=) ;; ;; removed ;; time-ref= ;; 12-12-00 added question to attraction-type= ;; added dining value to meal-spec= ;; added trip to visit-spec= ;; (this is different from trip-spec=trip) ;; 12-13-00 changed definition of occupancy= to a link to quantity= def. ;; 12-14-00 added am-pm= to time= for "1 am" vs "1 pm" ;; (this was accidently left out in conversion to new IF) ;; corrected tod= value list to: ;; mid-day morning afternoon night evening ;; added oh oh_no to exclamation ;; added direct as value to manner= ;; added free and half-price as shorthand values under price= ;; added lesson to service= ;; "skiing lessons" ;; service=(lesson, quantity=plural, specifier=skiing) ;; added destination= and origin= to trip-spec= as sub args ;; added destination= location= origin= to visit-spec= ;; 12-15-00 added values: adult child mixed to attraction-type= sub arg ;; added discount to price-spec= ;; added dining_room cafeteria cafe bar coffee_house ;; to restaurant-spec= ;; 12-18-00 added group-of to quantity= ;; added topic= sub arg to info-pointer= ;; added charge to price-spec= ;; added victorian_place to street-name= sub arg of address ;; added related-to= (missing) ;; added response-to= for contradict sp-act ;; added medium to intensity= ;; added actiowwn= arg ;; added &object-mods to dow= ;; added to per-unit= ;; 12-19-00 ;; added question to clock= ;; added question to direction= ;; added besides= contrastive= and purpose= to &object-mods ;; 12-21-00 commented out knowledge-topic= (use object= instead) ;; ;; 1-03-01 added intensity= to relative-distance= ;; added destination= to distance= ;; added booking-agent= as top-level argument ;; added immediate to relative-time= ;; added class and course to service ;; added participate to action= ;; added quantity= to language= ;; 1-04-01 added *info-section* class to info-section= ;; added obliged to manner for "making a binding reservation" ;; ;; 1-16-01 added focalizer= argument definition ;; moved example/example= from rhetoricals to focalizer= ;; moved exhaustive from quantity= to focalizer= ;; added focalizer= to &object-mods ;; changed park (under action=) to e-park-2 ;; added e-call-2 to action= ;; moved exactness= sub arg in definition of clock= to outside { }s ;; ;; 1-17-01 commented out certainty= (see eventuality) ;; result vs consquence is not resolved yet so no ;; ;; 1-18-01 added specific to focalizer= ;; 1-19-01 added childcare and daycare to values of service= ;; added for-whom= to &object-mods ;; 1-29-01 added ()s around sub-args in address= ;; added missing closing ) for event-group= def. ;; added organized_activity ("animazione") to service= ;; .. ice_stadium, stadium, and football_stadium, ;; skating_rink, ice-skating_rink, roller_skating_rink ;; TO activity-site= ;; changed topic= to info-topic= and added complete definition ;; added frequency=sometimes shorthand for ;; frequency=(iteration=some) ;; added accommodation-board= as subarg to accommodation-spec= ;; 1-31-01 fixed topic= -> info-topic= under info-pointer ;; and added info-topic- info-section ;; 2-02-01 replaced value list for distance-unit= with ;; class *distance-unit* ;; 2-13-01 added size= argument and sub-arguments ;; specification. (See end of file.) ;; We will merge the arguments ;; in alphabetical order after ;; discussion is complete. ;; 2-15-01 added total to qmod= ;; added easy and difficult to manner ;; added ready to disposition= ;; 2-19-01 added less and least to degree= ;; added to response= ;; corrected typos *affiliation* => *affiliations* ;; corrected value name ski-run => ski_run ;; removed old range representation [1-25] ;; added operator=range ;; also works for time expressions between x and y ;; added sub argument sex= to family-spec=, ;; who= and xxx-agent=, person-name= ;; neutralized family relationship values (mother/father => parent) ;; (see family-spec=) ;; 2-20-01 added intensity= to manner ;; added reservation-spec= ;; added little to quantity= ;; removed questionfrom request-strength= and response= ;; 2-21-01 added anti-condition= ;; added always to frequency ;; changed attraction= to attraction-spec= ;; where it was incorrectly labelled ;; added admission-object= (sub-arg of admission-spec=) ;; added valid-for= (sub-arg of admission-spec=) ;; added various value to quantity= ;; 2-22-01 added co-occurrence= and co-occurrence as rhet-relation ;; restricted values of after= and before= (outside of time=) ;; 2-23-01 added unspecified to time= and restructured time= value list ;; to represent the correct combining of frame arguments ;; with respect to time-distance=, time-relation= ;; and after=/before= ;; 2-27-01 corrected typos and () errors in age=, carrier-name=, ;; manner=, info-object=, speed=, ;; moved speed-mod= definition outside of speed= ;; added full size= definition to spec ;; commented out old definition of size= ;; fixed syntax for width= and weight-unit= volume-unit= ;; 3-07-01 changed spacial to spatial (typo) ;; put large back into size= ;; 3-22-01 replaced *ref-1*_*ref-2* with new *ref-1_ref-2* class (see values file) ;; 3-30-01 added missing definition of apo-number= ;; (this was already licensed by address=) ;; 5-08-01 dmg began restructuring of IF values to classes ;; dmg change type= to account type= under account-spec ;; dmg definined account-type (added to method= too) ;; dmg commented out type= argument definition ;; dmg changed trip-spec=trip to trip-spec=leg_of_trip ;; ;; 5-09-01 dw added e-time= to feasibility= ;; 5-12-01 dmg changed number= to object-number= ;; (to avoid confusion with a traditionally syntactic feature name) ;; dmg removed meal-name= from Specification ;; dmg changed representation of era= ;; 5-15-01 dmg reformatted IF spec for arguments ;; added plu-minus=, max-min=, ;; added degree= and intensity= to eventuality=/feasibility/disposition ;; added whose= to method= ;; under vehicle-spec= (only) changed sub arg size= to *new* vehicle-size= ;; shape= to *new* vehicle-shape= ;; make= to *new* vehicle-make= ;; model= to *new* vehicle-model= ;; ;; changed rhetorical relation arg names after= and before= to after-rr= and before-rr= ;; changed definition of valid-for= to cover durations and times ;; valid-for now uses sub-arguments duration= and time= ;; removed some special values [open] ;; redefined special values for [title-string] ;; 5-21-01 kp completed definition for affiliation= ;; 5-31-01 kp changed *action* to *actions* ;; 5-31-01 kp removed what= as a sub-argument of action= ;; 5-31-01 kp changed *acc-types* to *accommodations* ;; 5-31-01 kp added modifier= as a licensed sub-argument of time-unit= ;; 5-31-01 kp added identifiability= as a licensed sub-argument of duration= ;; 5-31-01 kp added either as value of object-ref= (from *quantifiers* in ;; values file) ;; 6-14-01 dmg removed near= and far= (see distance=) ;; added inside= and outside= ;; added order-ref to time-unit= ;; added portion= to spec but not used yet ;; "half of the first month" vs "the first half month" ;; vs "the first half of the month" ;; 6-21-01 kp changed special-time= to allow for the general sub-args ;; ;; 6-28-01 dmg added suggestor= and suggestee= arguments ;; for suggest/suggest-action ;; removed distance= values `walking' `driving' ;; too many possible reps for "walking distance" ;; use `distance=(relative-distance=walking/driving)' ;; instead ;; added comments to distance= for using origin= as a general ;; reference location ;; ;; 7-2-01 removed *size-modifier* from modifier= (covered by size=) ;; added color= as attribute ;; added expectation to disposition= ;; added e-use-1 and e-clear-21 to action= ;; added indicator= and indicator-relation= ;; added complete to intensity= ;; removed first definition of feature= ;; where "values :goto " ;; use new first (old second( definition ;; added manner= to list of general attributes ;; added uphill and downhill to direction= ;; 7-3-01 added relative-location= to distance= ;; added new difficulty-level= argument (sub arg of activity-spec=) ;; 7-17-01 added *transportation-types* to service= ;; 7-19-01 added try to disposition= ;; added address= as sub arg relation of all location type args ;; 7-25-01 dmg added include= to sub arg lists ;; dmg added who= sub arg to obligation= ;; 7-26-01 dmg added [n] to portion= and qmod=, intensity=, degree= as sub args ;; added shape= as sub arg (modifier like) ;; 7-30-01 dmg added etcetera to values of conjunction= ;; added old and young to values of age= ;; 7-31-01 dmg added language= as sub arg of "info" arguments ;; added discourse to :values of manner= ;; added exactness= as sub arg of size= ;; added portion= to time-unit= and general object args ;; added order-ref= was missing = in def of time= ;; 8-13-01 dmg added missing @spec isa-link to @time ;; (time= was missing question, identifiability= ...) ;; ;; 8-22-01 dmg added sex= and age= to guide-spec. ;; added group, company and guide to per-unit ;; 8-28-01 dmg added intensity= and degree= to age= ;; 9-14-01 dmg added e-time= to obligation= ;;10-01-01 dmg added *fauna* to values of who= ;; added *people* to to values of object-spec= ;;10-04-01 dmg replaced occurences of *objects* with *objects-and-locations* ;; replaced occurences of *locations* with *objects-and-locations* ;;10-05-01 dmg added temporary/new value "relative-trace" to object type ;; arguments that can take "question" as a value ;;10-08-01 dmg added a second definition to vehicle-size= ;;10-09-01 dmg added bed-spec= to relation list of room-spec= ;; added exactness under relative-distance= ;;10-10-01 dmg added remainder under portion= ;; added portion= and whose= to attribute list of duration= ;; added low under intensity= ;; added new arguments provider= and beneficiary= (used by +availability) ;; added grouping= for "groups of things" ;;10-11-01 dmg added price= to &object-relations ;;10-15-01 dmg changed all *...-unit* class names to *...-units* ;; changed definition of manner to include all *misc-modifiers* ;; changed class names to match values new class names: ;; *...-type* -> *...-types* ;; *acc-boards* ;; *acc-classes* ;; *accounts* ;; *act-sites* ;; *attraction-mods* ;; *travel-classes* ; ;*special-times* ;; *info-sections* ;; *manners* ;; *payment-methods* ;; *misc-modifiers* ; *price-modifiers* ;; *communication-modes* ;; *smoking-restrictions* ;; *speed-mods* ;;10-17-01 dmg added `unspecified' to values of duration= ;;10-19-01 dmg added `acceptance' to disposition= values ;;10-23-01 dmg added `type' to all spec type args ;;10-25-01 dmg removed place-name= and changed legal values of object-name= ;; use object-name= with locations instead of place-name= ;; removed people names from object-name= values ;; added person-name='s sub-arguments to object-spec ;;10-25-01 kp removed e-clear-21, e-use-1 from definition of action= ;; (already covered in values file) ;;10-25-01 kp removed *event-names*, *refuge-names*, *room-names*, from ;; definition of object-name= (covered under *location-names*) ;;10-25-01 kp replaced list of values under guide-spec= with class *guide-types* ;;10-26-01 dmg added `enthusiasm' to disposition= ;;10-26-01 dmg added substitution= as new rhetorical ;;10-26-01 dmg added $relative-link= and $if-id= for proposed relative-clause reps ;;10-26-01 dmg removed concept-name= and replaced it with object-name ;; history up to Nov. 2001 release ;;11-01-01 dmg fixed typos in use of class names *communication-modes* *info-sections* *smoking-restrictions* *speed-mods* ;;11-02-01 dmg added weight= heavy/light-weight ;;11-02-01 dmg fixed *restaurant-types* class names under concept-spec= ;;11-02-01 dmg added shade for modification of colors: dark/light-color ;;12-04-01 dmg added compared-to= definition and add as attribute ;; of modifier type arguments which licensed degree= ;; (This is used for comaprtive constructions) ;; changed relative-trace to relative ;; (see Notes section on Special Values) ;; ;; removed $if-id= and $relative-link= ;; added exactness to tod= ;; added both and each to portion= values ;; added (removed later) definition for new argument help-with= ;; added unspecified as value of object-ref= ;; added grouping as sub arg of duration (cstar: "two sets of four days") ;; added (removed later) office= as sub arg of concept-spec= ;;12-05-01 dmg added time=,duration=,frequency= as subarguments of disposition= ;; added `type' value to object-spec= and other arguments ;; that use this same general object defintion. ;; removed `type' value from other arguments (accom-spec= transp-spec= etc.) ;;12-13-01 dmg changed occurences of *causes-and-reasons* to *objects* ;;12-17-01 dmg added polarity= and also removed negation from operator= ;; dmg cleaned up examples and comments with []s ;;12-17-01 dmg added :licensed-by to object-name= ;;12-18-01 dmg added *shelter-names* to accommodation-spec= ;;01-16-02 dmg added relative and pronoun to xxx-spec type arguments ;; changed send-by= from *communication-modes* to *send-modes* ;; added communication-mode= as *communication-modes* ;; added factuality= definition ;;01-17-02 dmg removed thank-reason= and apology-reason ;; added thank= and apology= ;; removed values under concept-spec= ;; modified sub-arguments for concept-spec= ;; so that only certain modifiers and attributes ;; will appear with it as fragments themselves ;;01-29-02 dmg added understand= (+understand) with sub-arguments ;; who= e-time= etc ;; dmg removed definition for new argument help-with= (see DA +help) ;; +help+object -> "help with object" ;;01-30-02 dmg added relative to action= (see comments for action=) ;; added promise= for PROMISE speech-act ;; added as sub-arg of location ;;01-31-02 dmg added order-ref-int= / order-ref-ext= (pending general acceptance) added $ambiguous-negative as a valueof polarity (pending) ;; changed *ref-1* and *ref-2* to new value classes *ref-int* *ref-ext* ;;02-01-02 dmg changed [title-string]/[http-string] to [untranslated-string] ;; added in-relation-to= as relative-location ;; "where in relation to the hotel" ;;02-04-02 dmg removed century= and millennium= from time and era= ;; redundancy and overlap with time-unit=/order-ref-ext= ;; changed definition of era= so that it takes a number ;; value for 1960s, 60s, 1800s. era=1960 ;; "19th century" ;; reason: already covered by time-unit=(century, order-ref-ext=19) ;;02-07-02 dmg added exclude= argument EXCLUDING something. ;; "the price excludes meals" ;; "I want to hear about something other than sports events" ;;02-08-02 dmg added person-spec= for people objects (same values as who=) ;; *NEW* ;;02-12-02 dmg changed send-mode= to transmission-mode=, ;; *send-modes* to *transmission-modes* ;; added accompanied-by= ;; changed for= definition ;; added related-to= to xxx-spec sub-relations ;; added clarify= ;; added with-whom= and accompanied-by= ;; as sub-relations for who= type args and for person-spec=. ;; changed info-topic= to object-topic= (added to other xxx-spec=) ;; added for-whom=/ for= under modifier type arguments modifier=, size= color= .... `It is too red for me' ;; ;;02-20-02 dmg added 2 time class arguments for time= ;; use expanded definition links to @time1 and @time2 in source file ;; it will look like full definitions in .txt and .lsp files ;; removed :goto links to ;; added *langauge-names* to language= definition ;; added *language-names* to general object-name= def. ;; added object-name= to who= and person-spec= related args for ;; animal/pet names ;; removed and from &general-args used as ;; sub-arguments ;; ;; added type= for referring in general for `5 types of things' ;; (similar to grouping) ;; ;; added sufficient as value of intensity= `cheap enough' ;; added view= for distinguishing `see' and `hear' ;;02-21-02 dmg changed gas-usage-policy= to gas-tank-measure= (CSTAR data) ;; added confirmation= for who= arg of +confirmation ;;02-25-02 dmg added who= to feasibility=, ;; added transportation-spec as goto of locomotion= ;; added time=, frequency= and duration= as sub args of ;; predicate-like arguments (knowledge=, help=) ;; added provider= to objects ;;02-28-02 dmg changed class names to match values classes ;; *dish-names* *travel-argeny-names* and *world-airport-names* ;; added initial= to given-name= and secondary-name= as sub arg ;; changed address= sub argument names ;; removed object-name and updated values of ;; all xxx-spec(-like) arguments. ;; added in-care-of= under address= ;; removed airport-id= (like object-name=) ;;03-08-02 dmg release of 2002.1.3 ;;03-08-02 dmg release of 2002.1.3 ;;03-10-02 dmg removed second definition of feature= (use feature=(object-spec=...)) ;;03-13-02 dmg all values (except: question, discourse, relative, pronoun, [n], unspecified, [nth], [untranslated-string]) ;; have been moved to values file and replaced by new classes inthis file. ;;03-29-02 dmg added change-from= and change-to= back with new defs ;; (CSTAR data) ;;04-01-02 dmg release of 2002.1.4 ;;04-04-02 dmg fixed typos ;;04-09-02 dmg moved some missed values to classes ;;04-15-02 dmg release of 2002.1.5 ;;04-25-02 dmg added tag to history sectionto determine if addition/change is ;; only relevant to a specific sub-domain ;; SHA - shared (all travel) (assume this is no tag) ;; MED - Nespole/General medical ;; MIL - Military Medical (Babylon) ;; ;;04-26-02 dmg SHA: added language-spec= and language-level= ;;04-26-02 dmg MED: added body-part-spec= ;;05-13-02 dmg adding domain tags ;;05-14-02 dmg SHA: added provider= and experiencer= to evidentiality= ;; added intensity= to degree= ;;05-29-02 dmg added *NEW* hear=, general-action=, compass-point= ;; added *NEW* audio-level=, noise-level= (remove mod=quiet,noisy,loud), ;; surrounding= as loc-rel, conclusion=discourse, route=, ;; route-spec=, direction-relation=??? ;;06-13-02 dmg commented out medical stuff for now ;; added second definition to provider= ;; added *NEW* with= , in-area=, relation-mod= (to location-relations), ;; *NEW* instrument=, 3d-position=, ;; added goto definitions for object-spec in order to include ;; special sub-arguments for certain arguments like ;; admission, package, accommodation, etc. ;; added frequency= as relation in object like spec arguments ;; object-topic as sub arg of concept-spec= and object-spec= ;; added *NEW* consist-of= (as general sub argument relation) ;; added intensity= to feasibility= ;;06-17-02 dmg IF release 2002.1.6 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;06-19-02 kp added dependency= to object-relations ;;06-28-02 dmg added locomotion= as sub arg of trip-spec= ;; added new recommendation= argument for +recommendation ;;07-03-02 dmg added path= to sub args of location= ;; and made it a location-relation ;; in addition to its special DIRECTION PATH values. ;;07-09-02 dmg added somehow to manner= ;; added direction-reference= for landmarks in directions ;; added country-code-number= for +telelophone-number ;; added through=, between= as a location relation (only used for locations) ;; added phase= for actions that can start/stop/continue ;;07-10-02 dmg added excluded-from and included-in inverse relations ;; added *0-9* to object-spec= values, ;; restricted to single digits for now ("dial the zero") ;;07-11-02 dmg added contained-in= ;;07-11-02 IF 2002.1.7 RELEASED ;;07-26-02 dmg added *rental-property-names* to acc-spec ;;07-30-02 dmg fixed error in sub-arguments (removed send-by= ;; and replace it with transmission-mode= (changed 02-12-02)) ;;08-12-02 dmg SHA added normality= mod ;;08-15-02 dmg MED added health-status=, severity=, pain-mod, reaction-to= ;; SHA added occupation= back to spec, new values (+personal-data) ;; SHA added side= attribute ("left arm") (not "left side of ...") ;; SHA added rhetorical relation start-of=/end-of=/middle-of= ;; SHA added covering= as loc relation ;;08-16-02 SHA added completion= status= relative-region= ;; MED added substance-consistency= medical-procedure-spec= ;; body-location= body-object-spec= medicine-method= ;; medicine-target= medication-strength= medication= ;; medicine-spec= medical-object-spec ;; new body statistic arguments: ;; blood-pressure= systolic= diastolic= ;; blood-glucose= triglycerides= ;; cholesterol= ldl= hdl ;; vision= left-eye= right-eye= ;; hearing= left-ear= right-ear= ;;08-18-02 dmg 2002.2.0 version ;; Arguments are sorted into domain files. ;; shared-arguments.db.txt/.lsp (Nespole Travel) ;; medical-arguments.db.txt/.lsp (Nespole Travel + Nespole Medical) ;; military-medical-arguments.db.txt/.lsp ;; (Nespole Travel + Nespole Medical + Babylon Military Medical) ;;08-21-02 dmg added specifier= under 3d-position= ;; added *new* co-health-status= ;;08-23-02 dmg added new def of manner= for `this way', `different ways' ;; added new rhetorical given-rr= ;;09-04-02 dmg added voice-quality=, occurrence-of= (sub args for health-status= ) ;; added *locative-pronouns* to value list of body-location= ;;09-11-02 dmg added new: listener= and speaker= ;; added the missing arguments: explain= and describe= ;;09-16-02 dmg added experiencer= to obligation= as sub arg ;; added aspect= ;;09-18-02 dmg added on-surface= as loc-relation ;;09-19-02 dmg added (MED) fever-mod= ;;10-01-02 dmg added taste= ;;10-04-02 dmg added compared-to= to object-ref=, ;; added against= ;; added (MED) severity= to objects in med domain ;; added independence= to rhetoricals ;; IF released 2002.2.1 ;;10-25-02 dmg added smell= ;; added (MED) another definition of path= for body parts ;; added (MED) co-health-status= to args with HUMAN values. ;;11-08-02 dmg IF released 2002.2.2 ;;11-12-02 dmg added (MED) alternate definition for fever-mod= to incl temperatures ;; added (MED) fever-mod and pain-mod to feature= ;;11-14-02 dmg added (SHA) relative-time= as sub-arg of tod= ;; added (SHA) among-whom= (in my family, there are no illnesses) ;; redefined (SHA) who= seperating humans from animals ;; added (MED) medical-practice= ;; added (SHA) body-sense values to describe= ;; for describe the taste/smell/appearance.... ;; changed (SHA) definition of season= to include general sub-args. ;;12-04-02 dmg added period= to time= for "within 2 hours" ;;12-05-02 dmg added resultive= as a new rhetorical relation ;;12-09-02 dmg added (SHA) exactness= to sub-args of concept-spec= ;; added (SHA) experience= ;; added (MED) body-destination= ;; added (SHA) *NEW* similarity= attribute ;; added (SHA) *NEW* along= ;; added (SHA) *NEW* confession= ;; added independence= to sub args of feature= and other relations ;; added attributes degree=, intensity= to attribute lits of position-depth=/horizontal and vertical= ;; added quantity= to manner= ;; added exception= to general list of object relations ;; added *NEW* feedback= ;; added *people* to all location-relations ;; added *NEW* (SHA) correlated-with=, ;; added *NEW* (MED) body-stat= ;; added (MED) *NEW* body-origin=, body-direction= ;;01-09-03 dmg added (MED) exposure-to=, ;; changed (SHA) season=, listener= and help= ;; added measure=, suggest=, effect= ;; removed suggestee=, and suggestor= (see suggest=) ;; added ;; added to numbers ;; added compared-to to OBJECTS ;; added focalizer to polarity ;; added intensity= to experience= and another def of concept-spec= ;; added exactness= to duration= ;; added question as value of experience= ;; added among= for "among objects" ;;01-13-03 fixed class names with ..short-cuts* to ..shortcuts* ;;01-14-03 release 2003.1.0 ;;01-15-03 added life-age= to time= ;;01-15-03 release 2003.1.0 (corrected) ;;02-04-03 fixed typo half-def => half-deaf ;;02-07-03 (MED) added procedure-check-for=, corrected definition of co-health-status= ;;4-15-03 (SHA) added unspecified as value of feature= ;;4-16-03 (SHA) added *compass-points* to 2d- and 3d-position= value ;;4-17-03 (SHA) added as sub arg of qmod= ;;4-21-03 (MED) added for medication directions... ;;4-21-03 (SHA) added value slot to (*measurements*) ;; (MED) added sub arg to severity=: scale= with sub arg upper-quantity= ;; added subjective-scale= ;;4-24-03 (SHA) 2003.2.0 released ;;4-25-03 (SHA) added *facilities* *area-names* -> values ;; added *title-names* to ;;4-29-03 (SHA) added *NEW* as modifier type ;;4-30-03 (SHA) added unspecified to values of all -spec= args ;;4-30-03 (SHA) added *admission-names* values to admission-spec= ;;4-24-03 (SHA) 2003.2.0 re-released (FINAL) ;;5-13-03 (SHA) added object-topic= and object-number= to all @spec args. ;; added trip-stage= ;;5-14-03 (SHA) adding distance-unit= and locomotion= to duration= ;;7-03-03 (SHA) added price-spec= to general modifiers of ..spec= args. ;; ;; Dorcas begins maintaining this file 7-29-03 (dorcas@cs.cmu.edu) ;;7-29-03 (SHA) added contractor-name= ;;8-05-03 (SHA) changed definitions of start-time= and end-time= so that ;; they do not allow sub-arguments start-time= and end-time= ;;8-05-03 (SHA) changed definitions of before= and after= so that they ;; do not allow sub-arguments before= and after= AND also ;; do not allow sub-arguments start-time= and end-time= ;;11-07-03 (SHA) added new argument without= ;; (SHA) added sub-argument phase= to argument status= ;;11-10-03 (SHA) added new argument behavior= ;; ;;12-05-03 (SHA) added *affiliations* to values for affiliation= ;;