Sutou Kouhei

Results 251 issues of Sutou Kouhei

http://taku910.github.io/mecab/partial.html The following API may be good: ```text TokenMecab("constraint_morpheme", "this", # the target morpheme as a literal "constraint_feature", null, # boundary constraint "constraint_pattern", "\\d+", # the target morphemes as a...

「?」も「(」も記号なので「?(」というトークンとしてトークナイズされ、エスカレーションしないと「?」ではマッチしない。 日本語だと「?」とか「!」は句点として使うことが多いので、「?」だけでもヒットした方がうれしそうな気がした。 「?(」じゃなくて「。(」でも同じようになるかも。

`MIN`, `MAX` and so on supports only scalar column value. See `grn_rset_recinfo_update_calc_values()`. Now, we support retrieving column values under reference vector column. We can pass vector numeric values to `grn_rset_recinfo_update_calc_values()`.

At least ngx_mruby and groonga-log don't exist.

http://groonga.org/ja/docs/install/fedora.html#fedora-21 がFedora 21用の記述になっていて古そう。 今も packages.groonga.org のパッケージが必要?もう必要なくなっていてもよさそう。(未確認)

The following change can resolve it but causes another overflow in `test/command/suite/select/scorer/overflow/binary_operation/uint8.test`: ``` diff diff --git a/lib/expr.c b/lib/expr.c index 4850af0..f5f77db 100644 --- a/lib/expr.c +++ b/lib/expr.c @@ -1853,9 +1853,6 @@ grn_proc_call(grn_ctx...