diff options
| author | Alex Yatskov <alex@foosoft.net> | 2016-03-24 20:13:43 -0700 |
|---|---|---|
| committer | Alex Yatskov <alex@foosoft.net> | 2016-03-24 20:13:43 -0700 |
| commit | 125df215dd06355f26e117e8fd20e2d6a9ee1c22 (patch) | |
| tree | 7ffef0d9923434753ffd013c383412fd8df0eb7e /ext/jp/dictionary.js | |
| parent | 14f855ee75c6c95ac1c6c3f3b655dd0ae8c0e7ff (diff) | |
Improved deinflection
Diffstat (limited to 'ext/jp/dictionary.js')
| -rw-r--r-- | ext/jp/dictionary.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/jp/dictionary.js b/ext/jp/dictionary.js index e9e81503..eff54890 100644 --- a/ext/jp/dictionary.js +++ b/ext/jp/dictionary.js @@ -61,7 +61,7 @@ class Dictionary { expression: e, reading: r, glossary: g, - tags: t + tags: t.split(' ') }; }); } |