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

Adding stop words in Arabic language #44

Open
mohammad-albarham opened this issue Oct 15, 2021 · 0 comments
Open

Adding stop words in Arabic language #44

mohammad-albarham opened this issue Oct 15, 2021 · 0 comments
Labels
feature request Feature request

Comments

@mohammad-albarham
Copy link
Collaborator

What problem are you trying to solve?

Adding a set for Arabic stop words. It may be helpful for those who want to remove them from the text for example.

Examples (if relevant)

It can be with Arabic constants within Arabic compound file, :data:~.compound
The definition can be as the following:

>>> from typing import Dict, List
>>> ARABIC_Stop_Words: List[str] = ["من", "إلى", ... ]

Definition of Done

  • Adding tests.
@mohammad-albarham mohammad-albarham added the feature request Feature request label Oct 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Feature request
Projects
None yet
Development

No branches or pull requests

1 participant