Skip to content

Commit

Permalink
Update stopwords_ukr.js
Browse files Browse the repository at this point in the history
Added feminitive versions (grammatical gender) for some of the ukrainian stopwords that had only masculine version
  • Loading branch information
imposeren authored Dec 6, 2024
1 parent c08fc33 commit 73c6904
Showing 1 changed file with 12 additions and 0 deletions.
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

0 comments on commit 73c6904

Please sign in to comment.