project-yuki / planning

Project YUKI planning
GNU General Public License v3.0
0 stars 0 forks source link

mecab integration #3

Closed tinyAdapter closed 5 years ago

tinyAdapter commented 5 years ago

This is important for those who wants to learn a little bit Japanese while playing game (such as me).

The same function from VNR provides good Japanese syntax highlight and word splitting, which can be used to guess word's meaning and have a glimpse at the Japanese syntactic.

mecab is an executable file. First edition integrates it into the final build. The ability to download it from the Internet will be added after that.

tinyAdapter commented 5 years ago

Implemented, but with direct DLL calls rather than running executable file.