- `mecab_batch` and `mecab_batch_iter` are added: Support batch processing with token parsing options. - `MecabTokenizer` is added: Scikit-learn compatible transformer. - `Token` object supports differences between ipadic and unidic outputs.
0.3.1
- Long description added to the package page.
0.3.0
* Add `dictionary` option (shortcut for giving system dictionary path) to `do_` functions. * From this version, if both `-o` and `outpath` given, `outpath` is ignored. * From this version, `-o` and/or `outpath` options will cause error for `do_mecab_iter`.
0.2.3
* `auto_buffer_size` option for `do_mecab_vec` and `do_mecab_iter`, which adjusts the input buffer size to cover all input * `truncate` option for `do_mecab_vec` and `do_mecab_iter`, which truncates input text longer than the input buffer size
0.2.2
* Replace line breaks by space in text for `do_mecab_vec`
0.2.1
* update `do_mecab_iter` to work with `-E` option * fix error with python2.x with encoding other than utf-8