Skip to content

Commit

Permalink
add suru masu stem deinflection
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanVukovic99 committed Mar 18, 2024
1 parent d8dcaf3 commit 11abb9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/js/language/ja/japanese-transforms.js
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,7 @@ export const japaneseTransforms = {
suffixInflection('み', 'む', [], ['v5']),
suffixInflection('り', 'る', [], ['v5']),
suffixInflection('き', 'くる', [], ['vk']),
suffixInflection('し', 'する', [], ['vs']),
suffixInflection('来', '来る', [], ['vk']),
suffixInflection('來', '來る', [], ['vk'])
]
Expand Down

0 comments on commit 11abb9d

Please sign in to comment.