Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ja: prefix in context or not? #2

Open
goodmami opened this issue Nov 24, 2017 · 1 comment
Open

ja: prefix in context or not? #2

goodmami opened this issue Nov 24, 2017 · 1 comment

Comments

@goodmami
Copy link
Member

ACE warns of duplicated type names, and often the resolution is obvious, but see the following:

prepositions.mtr:

;;;
;;; This is to prevent prepositions from occurring before words like `here'.
;;;                                                             (23-sep-10; ph)
ni_p_rel-loc_nonsp_rel := preposition_mtr &
[ CONTEXT.RELS < [ PRED place_n_rel, ARG0 #x ] >,
  INPUT.RELS < [ PRED "ja:_ni_p_rel", ARG2 #x ] >,
  OUTPUT.RELS < [ PRED loc_nonsp_rel ] > ].

lex-exp.mtr

;;; 彼女 は どこ に 行っ た の >> Where did she go?
ni_p_rel-loc_nonsp_rel := arg12_v_mtr &
[ CONTEXT.RELS < [ PRED "ja:place_rel", ARG2 #x ] >,
  JA.RELS < [ PRED "ja:_ni_p_rel", ARG0 #x ] >,
  EN.RELS < [ PRED loc_nonsp_rel, ARG0 #x ] > ].

Note how the second has ja: prefixed to the context predicate but the first one doesn't? Which will match?

Of course, this is not the only difference between the two.

@fcbond
Copy link
Member

fcbond commented Nov 25, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants