Replies: 1 comment 5 replies
-
|
No, that doesn’t currently work like that (and there's a reason it's an underscore method...). This may be a functional gap in the library right now, batch-assigning IDs to papers that have been implicitly assigned to a verified author is not something I have considered. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I see that
make_explicit(new_id)andmerge_with_explicit(person)do this by callingacl-anthology/python/acl_anthology/people/person.py
Lines 284 to 285 in 0bf14b5
Can I call
person._set_id_on_items(person.id)directly to update just the XML for an already verified author? It doesn't seem to be working. @mbollmannBeta Was this translation helpful? Give feedback.
All reactions