Closed maartjeth closed 2 years ago
I think it is related to the new function introduced by @pranav-ust
@maartjeth Oh, it is an interesting case that is breaking the parser. I think the parser is guessing Retrieve, Rerank and Rewrite
as three authors lol.
Can you attach a pdf here? I will try to see a workaround for this.
@maartjeth thank to @pranav-ust the problem should be solved. Can you please confirm it is solved and eventually close the issue?
TNX
Yes, it works now, thanks!
Closing the issue.
I get an index out of range error when citing a specific article (all other citations are fine):
This is a snippet of the sentence in the paper: [...] Work on template-based~\cite[e.g.,][]{cao-etal-2018-retrieve} and [...]
The error is:
I did a bit of debugging and it seems that it parses the title as the authors. Line 100 in name_check.py:
new_paper_authors = [['rerank', 'Retrieve'], ['rewrite']]
(I guess the first part of the title reads as if these could be author names?)