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

improved Hebrew stopwords #320

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 21 additions & 9 deletions src/stopwords_heb.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,19 @@ const heb = [
'אתכן',
'אתם',
'אתן',
'באיזומידה',
'מידה',
'באיזו',
'באמצע',
'באמצעות',
'בגלל',
'בין',
'בלי',
'במידה',
'במקוםשבו',
'במקום',
'ברם',
'בשביל',
'בשעהש',
'שבה',
'בשעה',
'בתוך',
'גם',
'דרך',
Expand All @@ -74,7 +76,7 @@ const heb = [
'הם',
'הן',
'הנה',
'הסיבהשבגללה',
'שבגללה',
'הרי',
'ואילו',
'ואת',
Expand All @@ -84,7 +86,7 @@ const heb = [
'יהיה',
'יוכל',
'יוכלו',
'יותרמדי',
'יותר',
'יכול',
'יכולה',
'יכולות',
Expand Down Expand Up @@ -124,7 +126,7 @@ const heb = [
'למה',
'למטה',
'למעלה',
'למקוםשבו',
'שבו',
'למרות',
'לנו',
'לעבר',
Expand All @@ -133,7 +135,8 @@ const heb = [
'לפני',
'מאד',
'מאחורי',
'מאיזוסיבה',
'סיבה',
'הסיבה',
'מאין',
'מאיפה',
'מבלי',
Expand All @@ -154,7 +157,7 @@ const heb = [
'מעטים',
'מעל',
'מצד',
'מקוםבו',
'בו',
'מתחת',
'מתי',
'נגד',
Expand Down Expand Up @@ -196,6 +199,15 @@ const heb = [
'שלנו',
'שם',
'תהיה',
'תחת'
'תחת',
'בעזרת',
'יחד',
'מנת',
'פעם',
'מדי',
'לאחר',
'אחריות',
'לאיזה',
'לאיזו'
]
export { heb }