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

Space character (" ") on stop-word list acts like a separator instead of a character #47

Open
YiFanChen99 opened this issue Jul 28, 2020 · 0 comments

Comments

@YiFanChen99
Copy link

The space character (" ") is already on the default stop-word list.
But SELECT ts_lexize('jieba_stem', ' '); => {" "} instead of {}

Even more, when adding apple watch to the list. Here are the results of ts_lexize:
apple watch => {"apple watch"}, apple => {}, watch => {watch}

Seems that the space character breaks the line into the first lexis only.

@YiFanChen99 YiFanChen99 changed the title Space character (" ") on stop-word list is not a character Space character (" ") on stop-word list acts like a separator instead of a character Jul 28, 2020
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