Skip to content

Commit

Permalink
add all -n forms to bench
Browse files Browse the repository at this point in the history
  • Loading branch information
khaitruong922 committed Aug 29, 2024
1 parent 431a079 commit f8bf5ca
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions benches/japanese-language-transformer.bench.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ describe('japanese language transformer', () => {
'食べてる',
'食べとる',
'食べてしまう',
'食べん',
'食べんかった',
'食べんばかり',
];

const inflectionCombinations = [
Expand Down Expand Up @@ -141,6 +144,9 @@ describe('japanese language transformer', () => {
'きてる',
'きとる',
'きてしまう',
'こん',
'こんかった',
'こんばかり',
];

const suruInflections = [
Expand Down Expand Up @@ -195,6 +201,9 @@ describe('japanese language transformer', () => {
'してる',
'しとる',
'してしまう',
'せん',
'せんかった',
'せんばかり',
];

const kansaibenInflections = [
Expand Down

0 comments on commit f8bf5ca

Please sign in to comment.