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

Update stopwords_ukr.js #330

Merged
merged 1 commit into from
Dec 6, 2024
Merged
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
12 changes: 12 additions & 0 deletions src/stopwords_ukr.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ SOFTWARE. */

const ukr = [
'а',
'або',
'авжеж',
'адже',
'аж',
Expand All @@ -39,6 +40,7 @@ const ukr = [
'більш',
'в',
'вам',
'вами',
'вас',
'весь',
'вже',
Expand All @@ -53,6 +55,7 @@ const ukr = [
'все',
'всередині',
'всіх',
'вся',
'від',
'він',
'да',
Expand All @@ -70,6 +73,7 @@ const ukr = [
'за',
'завжди',
'замість',
'зі',
'і',
'із',
'інших',
Expand All @@ -91,6 +95,7 @@ const ukr = [
'мій',
'мною',
'мов',
'мого',
'моєї',
'моє',
'може',
Expand All @@ -107,6 +112,7 @@ const ukr = [
'наче',
'наш',
'не',
'нє',
'неї',
'нема',
'немов',
Expand All @@ -130,6 +136,7 @@ const ukr = [
'про',
'під',
'сам',
'сама',
'свій',
'свої',
'своя',
Expand All @@ -139,9 +146,12 @@ const ukr = [
'та',
'там',
'так',
'така',
'такий',
'також',
'твій',
'твого',
'твоєї',
'твої',
'твоя',
'те',
Expand All @@ -150,6 +160,7 @@ const ukr = [
'ті',
'тільки',
'то',
'тобі',
'тобою',
'тобто',
'тоді',
Expand All @@ -173,6 +184,7 @@ const ukr = [
'щось',
'я',
'як',
'яка',
'який',
'якої'
]
Expand Down
Loading