You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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.
The text was updated successfully, but these errors were encountered: