-
Notifications
You must be signed in to change notification settings - Fork 32
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
Expose n-gram analyzer #29
Comments
@rnewson Any chance someone can give a little help here? |
My personal focus is on the successor project to dreyfus/clouseau that targets the future CouchDB 4.0 (with the FoundationDB backend) but I can review a pull request. The https://github.com/cloudant-labs/clouseau/blob/master/src/main/scala/com/cloudant/clouseau/SupportedAnalyzers.scala should be the only place that needs working on to add a new analyzer, though you may need to think about how to add extra configuration parameters. (the number of characters per ngram being the obvious one). |
I'd love to contribute to expose the n-gram analyzer but I don't know where to start!
Anyone can help? There is no documentation about contribution
The text was updated successfully, but these errors were encountered: