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

Include ZWNJ in hashtags #30

Open
ahangarha opened this issue Mar 1, 2020 · 0 comments
Open

Include ZWNJ in hashtags #30

ahangarha opened this issue Mar 1, 2020 · 0 comments

Comments

@ahangarha
Copy link

In some RTL languages including Persian, ZWNJ character is used a lot and in particular, it is being used in hastags. For example in "#نیم‌فاصله" which has ZWNJ between نیم and فاصله.

This line of code needs to be updated and include ZWNJ in the hastag recognition pattern .

HASHTAG_PATTERN = re.compile(r'#\w*')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants