Releases: titsuki/raku-MeCab
Releases · titsuki/raku-MeCab
0.0.7
- Fixes:
- Call on use experimental at the different line [#20]
- Additions:
- Efficiency:
0.0.6
- Fixes:
- Fix constructor to introduce 3rd-party dictionary such as mecab-ipadic-neologd [#19]
- Additions:
- Add description to introduce mecab-ipadic-neologd [#19]
- Efficiency:
0.0.5
New in 0.0.5:
- Fixes:
- Use %vars instead of if-else [#13]
- Use SPDX identifier in license field of META6.json [#14]
- Use zef instead of panda [#16]
- Additions:
- Efficiency:
0.0.4
New in 0.0.4:
- Fixes:
- Delete both all-begin-nodes and all-end-nodes method, because they call internal functions
- Add MeCab::Lattice.begin-nodes and MeCab::Lattice.end-nodes methods
- Additions:
- Efficiency:
0.0.3
New in 0.0.3:
- Fixes:
- Fix some typos
- Improve the documentation
- Make MeCab::Tagger.new multi method
- Additions:
- Efficiency:
0.0.2
New in 0.0.2:
- Fixes:
- Fix some typos
- Make patch license more clearly
- Additions:
- Efficiency: