Kawazu icon indicating copy to clipboard operation
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.

Results 6 Kawazu issues
Sort by recently updated
recently updated
newest added

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. ![image](https://user-images.githubusercontent.com/7996256/157424115-b2fa1dec-255e-4ff2-b211-786e519ba3ae.png) The exception occurred in `Division.cs` file line 144: ![image](https://user-images.githubusercontent.com/7996256/157424351-0ed03409-860b-4ef4-995b-0235cc304577.png) 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. ![image](https://user-images.githubusercontent.com/10143738/110569259-400f8f00-818f-11eb-94cd-81f5c5d70ae7.png) Then I test the elder verison(Kawazu1.0.0) with .net core 3.1,...

help wanted
good first issue

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...