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 code in README.md can't download models correctly. #145

Open
PPMark0712 opened this issue Nov 27, 2024 · 1 comment
Open

The code in README.md can't download models correctly. #145

PPMark0712 opened this issue Nov 27, 2024 · 1 comment
Labels

Comments

@PPMark0712
Copy link

PPMark0712 commented Nov 27, 2024

I read the source code in supar.__init__.py and found that the model name in source dict (NAME) differs from the one in the README. Is this intentional, or could it be an error?

parser = Parser.load('dep-biaffine-en') # can't download
parser = Parser.load('biaffine-dep-en') # can download

I installed Supar via pip using the command:

pip install -U supar

I used the pip list to check the version.
supar 1.1.4

However, I noticed that the source code I have locally appears to differ from the code in the main branch of the GitHub repository.

Copy link

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale label Dec 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant