-
Hey, I'm not sure this belongs here, but I don't know where else to report this, I've been trying to install jamdict-data with pip and got this error message, tried restarting computer and running the…
-
Explore the kanji dictionary and think how to create the graphical view using it.
-
检测到日文汉字时,在输出的原文的汉字上方添加平假名注音,
检测到片假名时,若找到英语原词则在输出的原文上方添加英语,若没有,则添加平假名
![image](https://github.com/PantsuDango/Dango-Translator/assets/103177863/355deee7-e636-4aba-8a0c-b07746c718a8)
输出类似于这种的
-
JMDict and JMnedict can both be extracted already, so perhaps there's a reason Kanjidic isn't supported but I believe it would be a useful addition.
https://www.edrdg.org/wiki/index.php/KANJIDIC_Pr…
-
Hello.
I tried to install jamdict-data on Windows but I couldn't. My details: Windows 11, Python 3.11.4, PowerShell 7.3.6.
Seems to be a Windows-specific thing: `[WinError 32] The process cannot…
-
C:\Users\bnico\Desktop\redacted>python3 translateSfw.py gather
Warning - 'regex' module is not installed, JPEXSActionScriptParser heuristics will be less effective
Warning - cannot import one of 'st…
-
install "nagisa"
install "pykakasi"
install "jamdict"
-
Can Pyglossary convert the [JMDict](https://www.edrdg.org/jmdict/j_jmdict.html) files? Maybe, the CC-CEDICT reader can be used for this?
-
-
Create Info controller
```
Class Info controller
offer only get_kanji_info function
- Input: kanji (ex 山)
- Output: dictionary (ex { “onyomi”: san, “kunyomi”: yama})
- Additional you can: return…