Replies: 1 comment 2 replies
-
|
That sounds like a case of needing to reset the person index: https://acl-anthology.readthedocs.io/py-v1.0.0/guide/modifying-data/#dependent-indices I hope this can be made smarter in the future (especially now with the new author system it should be easier). |
Beta Was this translation helpful? Give feedback.
2 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.
-
In the script I am using to process verification requests, one of the workflows is to create a brand new Person and link that person to specific papers from one or more previously unverified Persons. I want to set
disable_name_matchingfor the new verified Person on an as-needed basis. That is, if the new verified Person would have additional existing papers showing up on the author page via implicit name matching, I want them to be excluded.Is there a straightforward way to list all the papers that would show up on the new author page? When I use
person.papers()it doesn't work—I take it that relies on some other part of the library to instantiate theitem_idsfor the Person. @mbollmannBeta Was this translation helpful? Give feedback.
All reactions