-
Notifications
You must be signed in to change notification settings - Fork 17
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
Crashes on certain words #146
Comments
I guess the simple fix
is not appropriate, since it would cut information off. What do you think? |
Right, setting |
This could be also an opportunity to introduce a property like |
Example export:
Results in the following crash:
Apparently there is a crash on the word "Meme" due to too many splits of the
word.name
andword.article
propety. This can be fixed by setting themaxsplit
in the split call:https://docs.python.org/3/library/stdtypes.html#str.split
The text was updated successfully, but these errors were encountered: