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

Properly escape \s+ #66

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Properly escape \s+ #66

wants to merge 1 commit into from

Conversation

jihaekor
Copy link

I ran into an error running the package with the below:

ERROR  -   File "...virtualenvs/project-zxI9dQ-Q/lib/python3.11/site-packages/nyoka/PMML44Super.py", line 36464
    if self.wordSeparatorCharacterRE != "\s+" and 'wordSeparatorCharacterRE' not in already_processed:
                                        ^^^^^
SyntaxError: invalid escape sequence '\s'

I think this should fix this error.

@jihaekor
Copy link
Author

jihaekor commented Feb 1, 2024

Hi - Is there anybody maintaining this repository?

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

Successfully merging this pull request may close these issues.

None yet

1 participant