Schemata and principles

Japanese version

Schemata and principles are defined in the file "grammar/schema.lil".The name of each schema is given in the file "grammar/types.lil".

The following standard HPSG schemata are implemented.

SchemaName given to the schema in the definition fileDescription
Head-Subject Schemasubj_head_schemaA verb takes a noun phrase as its subject
Head-Complement Schemahead_comp_schemaA verb or a preposition takes a noun phrase as its object
Head-Specifier Schemaspec_head_schemaA noun takes a determiner(an article or a demonstrative)
Head-Modifier Schema (left head)head_mod_schemaThe head is premodified by a modifier
Head-Modifier Schema (right head)mod_head_schemaThe head is postmodified by a modifier
Head-Filler Schemafiller_head_schemaLong distance dependencies

Besides the above schemata, we have added the following schemata.

Name given to the schema in the definition fileDescription
head_relative_schemaA noun is modified by a relative clause
coord_right_schemaA conjunction takes its right conjunct as its argument
coord_left_schemaA conjunction takes its left conjunct as its arugment
empty_filler_head_schemaA relative clause takes an empty relative pronoun as its argument
empty_specifier_schema?A noun takes an empty specifier as its argument

The following principles are implemented.

Name given to the schema in the definition fileDescription
head_feature_principleThe HEAD value of the head daughter is passed up to its mother
semantic_binary_principle?The CONT value of the head daughter is passed up to its mother. The CONT value of the non-head daughter is incorporated in the RELS list of its mother.非主辞の CONT は RELS に入る
semantic_unary_principleThe CONT value of the only daughter is passed up to its mother.
phonology_principleThe PHON value of all daughters are concatenated
adjacency_principleThe PROB_FEATURE|L_ADJAC feature contains information passed up from the left daughter whereas of PROP_FEATURE|R_ADJAC contains information passed up from the right daughter

Besides the able principles, we have principles for passing information used by the statistical model.

Other principles in HPSG(such as the Valence Principle) are hard-coded as part of the above principles.


Enju Developers' Manual Enju Home Page Tsujii Laboratory
MIYAO Yusuke (yusuke@is.s.u-tokyo.ac.jp)