diff options
author | siikamiika <siikamiika@users.noreply.github.com> | 2019-11-05 15:56:45 +0200 |
---|---|---|
committer | siikamiika <siikamiika@users.noreply.github.com> | 2019-11-23 17:45:44 +0200 |
commit | 955e131f9673e006556bc2c5e0b3551a614ccc48 (patch) | |
tree | dcabce9d7e6008ef490d7e6316eae99008db1c70 /ext/bg/js/mecab.js | |
parent | 17003189888694da51d840dcf0464355bb342a4c (diff) |
add parser selection options
Diffstat (limited to 'ext/bg/js/mecab.js')
-rw-r--r-- | ext/bg/js/mecab.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/js/mecab.js b/ext/bg/js/mecab.js index 14f68393..fba9b2eb 100644 --- a/ext/bg/js/mecab.js +++ b/ext/bg/js/mecab.js @@ -60,4 +60,4 @@ class Mecab { } } -Mecab.timeout = 1000; +Mecab.timeout = 5000; |