Kawazu
Kawazu copied to clipboard
A C# library for converting Japanese sentence to Hiragana, Katakana or Romaji with furigana and okurigana modes supported. Inspired by project Kuroshiro.
https://github.com/Cutano/Kawazu/blob/master/Kawazu/Division.cs#L131-L154 This fails to correctly segment the readings for words without kanji in the middle. Eg 言い方 and 当たり前 both fail.
I tried to use **Kawazu-Cli** to test input `ノ森中ノ丁`, but exception occurred.  The exception occurred in `Division.cs` file line 144:  Can you check this problem? I tried to...
I could be doing things incorrectly but i am trying to basically do 2 things given almost any imput in a japanese text field. 1. Convert to Kana 2. Convert...
Hi, Not sure if this is a Kawazu or LibNMeCab issue, but when converting kanjis ignores exceptions. For example, if one wants to convert 300 with 三百, it will output...
When I test your lastest nuget package following the approach in `readme.md`, it still report `char.bin` not found error.  Then I test the elder verison(Kawazu1.0.0) with .net core 3.1,...
The following files remain in my solution, and I want to organize them into a single folder, but I'm unable to do so. Is it possible to move these files...