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
{{ message }}
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.
I can confirm this error ant that the proposed fix works. Considering how old is the report and the easy fix and also the request at #27, I wonder if this repository is still maintained and if not, where should we contribute to the Polyglot project.
Thanks
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
there's a typo in the baseline at line 18:
package: 'PGTokenizer'; with: [ spec requires: #('AIStopwords') ];
should be
package: 'PGTokenizer' with: [ spec requires: #('AIStopwords') ];
The text was updated successfully, but these errors were encountered: