-
Notifications
You must be signed in to change notification settings - Fork 29
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
String normalisation #146
Comments
Comment by legraphista Hmm 🤔 When calling I'm using the following: |
Comment by legraphista Closed in favour of #629 |
Comment by jexp @legraphista is there a Java library that does these? That one is a user definined function now. You can use |
Comment by legraphista Yep @jexp, I had to re-read the documentation to notice it changed from procedure to function (my bad 😞 ) . It does NFD as expected, but after cleaning it up it also strips the text out of any non-alphanumeric characters at this line. I think there should be an option to toggle the stripping of non-alphanumeric characters. For example if you want to clean a sentence, you need to split it, clean it word by word then join it back together. |
String normalization is supported in regular Cypher for awhile now: |
Issue by legraphista
Sunday Oct 08, 2017 at 20:15 GMT
Originally opened as neo4j-contrib/neo4j-apoc-procedures#628
Any plans to support string normalisation?
Thank you for the great work that has been poured into this project!
The text was updated successfully, but these errors were encountered: