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

URLs tokenzing individual characters in the URL #4

Open
joshweir opened this issue Mar 28, 2017 · 1 comment
Open

URLs tokenzing individual characters in the URL #4

joshweir opened this issue Mar 28, 2017 · 1 comment

Comments

@joshweir
Copy link

joshweir commented Mar 28, 2017

Tokenizer::WhitespaceTokenizer.new.tokenize "www.google.com"
=> ["www", ".", "g","o","o","g","l","e",".","c","o","m"]

I want the website urls to be tokenized as a single noun effectively so would expect www.google.com to tokenize as "www.google.com". I am happy to fork this repo and would like to contribute.

Thanks for repo btw, it's useful.

@arbox
Copy link
Owner

arbox commented Mar 28, 2017

@joshweir thank you for reporting, I'll review this next week.

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 a pull request may close this issue.

2 participants