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

The instructions don't work #1

Closed
danyaljj opened this issue Apr 19, 2019 · 1 comment
Closed

The instructions don't work #1

danyaljj opened this issue Apr 19, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@danyaljj
Copy link

Conference.ACL(2018).retrieve("P18-5").to_dataframe().to_csv("acl2018.csv", index=False)

Gives me the following error:

huntsman-ve506-0712:acl-anthology daniel$ python 
Python 3.7.1 (default, Oct 23 2018, 14:07:42) 
[Clang 4.0.1 (tags/RELEASE_401/final)] :: Anaconda, Inc. on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from acl.conference import Conference

>>> 
>>> Conference.ACL(2018).retrieve("P18-5").to_dataframe().to_csv("acl2018.csv", index=False)

Download P18-5.
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/Users/daniel/ideaProjects/acl-anthology/acl/conference.py", line 36, in retrieve
    interval, with_arxiv)
  File "/Users/daniel/ideaProjects/acl-anthology/acl/conference.py", line 51, in retrieve_from_element
    paper_count = self.anthologies[t].count
KeyError: 'P18-5'
@icoxfog417 icoxfog417 added the bug Something isn't working label Apr 20, 2019
@icoxfog417
Copy link
Owner

ACL website seems to change its design. (acl-org/acl-anthology#170).

Please wait to catch up design change!

icoxfog417 added a commit that referenced this issue Apr 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants