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

AttributeError: module 'parser' has no attribute 'convert_abbreviations' #4

Open
kunwuliu opened this issue Jan 8, 2019 · 1 comment

Comments

@kunwuliu
Copy link

kunwuliu commented Jan 8, 2019

How to solve this problem?

@Horeng
Copy link

Horeng commented Mar 19, 2019

I think this problem caused by using the name of 'parser'@extractor.py:4 which used as Python's built-in package name.
This works for me

  1. Change the filename "parser.py" to unique name like "ASparser.py"
  2. Change all the package name "parser" to "ASparser" in "extractor.py" and "scoring.py"
  3. run it.

rekker22 pushed a commit to rekker22/Article-Summarizer that referenced this issue Oct 15, 2021
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