Skip to content

Commit

Permalink
head-rule: add [:to?] = [:head :to?]
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoontz committed Jul 27, 2024
1 parent 637bc13 commit 2b15973
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion resources/ug.edn
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,17 @@
(let [comp-derivation (atom :top)
head-cat (atom :top)
head-derivation (atom :top)
head-interogative (atom :top)]
head-interogative (atom :top)
head-to (atom :top)]
{:def 'head-rule
:unify '(head-agr head-infl head-reflexive)
:cat head-cat
:to? head-to
:interogative? head-interogative
:comp-derivation comp-derivation
:head-derivation head-derivation
:head {:cat head-cat
:to? head-to
:interogative? head-interogative
:head-derivation head-derivation
:menard.lexiconfn/derivation head-derivation}
Expand Down

0 comments on commit 2b15973

Please sign in to comment.