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

Issues in softconf2aclpub.py #172

Open
shashwatup9k opened this issue May 5, 2024 · 0 comments
Open

Issues in softconf2aclpub.py #172

shashwatup9k opened this issue May 5, 2024 · 0 comments

Comments

@shashwatup9k
Copy link

shashwatup9k commented May 5, 2024

I think line 34 should be tokens_capitalized = [token[0].upper()+token[1:].lower() for token in tokens if len(token)>1] instead of tokens_capitalized = [token[0].upper()+token[1:].lower() for token in tokens. It helps to resolve the "string index out of range" issue

@shashwatup9k shashwatup9k changed the title Issues in softconf2aclpu Issues in softconf2aclpub.py May 5, 2024
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

1 participant