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

Improve tokenization policy #9

Open
manuyavuz opened this issue Oct 23, 2015 · 0 comments
Open

Improve tokenization policy #9

manuyavuz opened this issue Oct 23, 2015 · 0 comments

Comments

@manuyavuz
Copy link
Member

As discussed in CocoaPods/Core#265, we can improve tokenizer while generating inverted index for search.

Current policy performs a naive and simple split approach which splits texts from whitespaces using String#split method. As suggested by @floere, we may implement a better tokenizer approach which may handle some typos in texts or clearing special characters like ! and . while preserving term specific usages like - character in Objective-C.

This needs to be evaluated in detail, opening issue as a reminder.

We may tag this as enhancement if appropriate.

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

No branches or pull requests

1 participant