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

Wiki links of form "X_(Y)" #1

Open
kovvalsky opened this issue Mar 5, 2018 · 1 comment
Open

Wiki links of form "X_(Y)" #1

kovvalsky opened this issue Mar 5, 2018 · 1 comment

Comments

@kovvalsky
Copy link

Wiki links of the for X_(Y) are printed as X_ (Y), with an unwanted extra space.

For example: produced vs gold

(vv314vote-01 / vote-01 
	:ARG0 (vv314he / he) 
	:ARG1 (vv314bill / bill 
		:mod (vv314political-party / political-party :wiki "Democratic_Party_ (United_States) " 
			:name (v3141 / name :op1 "Dem")) 
		:quant (vv314several / several)) 
	:mod (vv314even / even))
# ::id DF-199-193694-586_5859.15 ::date 2013-08-29T08:01:13 ::annotator SDL-AMR-09 ::preferred
# ::snt He even voted for several Dem bills.
# ::save-date Mon Sep 16, 2013 ::file DF-199-193694-586_5859_15.txt
(v / vote-01
      :ARG0 (h / he)
      :ARG1 (b / bill
            :quant (s / several)
            :mod (p / political-party :wiki "Democratic_Party_(United_States)"
                  :name (n2 / name :op1 "Democratic" :op2 "Party")))
      :mod (e / even))
@RikVN
Copy link
Owner

RikVN commented Nov 29, 2019

Sorry for the late reply. This issue went unnoticed because I usually remove Wiki links before processing, and then restore them later (as is common for a lot of AMR parsers). However, the issue should be fixed for the updated repo.

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