;; Feature Attribute Value Specification ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;; March 22, 2005 ;;; Ariadna Font Llitjos (aria@cs.cmu.edu) ;; This is a feature attribute-value specification compatible with what ;; the Spanish Generation expects ;; Please expand as necessary below the dashed line (;--------) for each POS ;; Note: commented attributes are currently not being used by the Spanish ;; Generation, but could easily do. If you'd like them to, email me at ;; aria@cs.cmu.edu ;; This represents a mapping from the morphology tags used by the PAROLE ;; project, for examples and more information about the different values, see ;; http://www.lsi.upc.es/~nlp/tools/parole-sp.html ;; or contact me if the link is broken POS: Abbr* Adj Adv* Conj Det Interj* N Num Prep Pron Punct* V ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; the POS followed by a star (*) currently have no features specified Adj ;;;;;; gender = {masc,fem} number = {sg,pl} form = part ;participle ; type = qual ; degree = appreciative ;-------------expand the feature specification for Adj here-------------- Conj ;;;;;; type = {coord,subord} ;-------------expand the feature specification for Conj here-------------- Det ; articulos (el, la, etc.), determinantes (aquel, mi, cuantos, etc.) ;;;;;; type = {def, dem, poss, interr, exclam, indef} gender = {masc,fem} number = {sg,pl} person = {1,2,3} ; para los determinantes possor person = {1,2,3} ; possessor features possor number = {sg,pl} ; possessor features ;---------expand the feature specification for Det here---------------- N ;;;;;; type = proper ; it could also have the value "common", but I left it out, since I assume that is the default gender = {masc,fem} number = {sg,pl} ; it could also have the value "inv" if you need it to ;degree = appreciative ;---------expand the feature specification for N here---------------- Num ;;;;;; type = {card,ord} gender = {masc,fem} number = {sg,pl} POS = {Pron,Det,Adj} ;----------expand the feature specification for Num here------------- Prep ;;;;;; form = {simple,contract} gender = masc number = sg ;---------expand the feature specification for Prep here---------------- Pron ;;;;;; type = {personal,dem,poss,indef,interr,rel} number = {sg,pl} person = {1,2,3} gender = {masc,fem} possor person = {1,2,3} ; possessor features possor number = {sg,pl} ; possessor features polite = + ;---------expand the feature specification for Pron here---------------- V ;;;;;; type = aux ; it can also have the value "main", but I assume that as default mood = {ind,subj,imper,cond,inf,ger,part} tense = {pres,imperf,fut,past} number = {sg,pl} person = {1,2,3} gender = {masc,fem} ;---------expand the feature specification for V here----------------