Results 6 issues of Randall

Hello, This PR adds a `raw` output mode which outputs the results in a JS object, for example: ```js // raw await kuroshiro.convert("感じ取れたら手を繋ごう、重なるのは人生のライン and レミリア最高!", {mode:"raw", to:"hiragana"}); // result: //...

I'm going to maintain a list of queries here for which the parser does not do the right thing. **seldom** (first example sentence) **々** (first example sentence, 々 appears in...

Hi, This PR updates the mirror list based on the current info at: https://www.edrdg.org/wwwjdic/wwwjdicmirrors.html In summary: 1. The Japan mirror has been removed. It actually still responds, but it always...

Currently there are some heuristics to order the results, however they are not that great. I think ordering the results by the rank of the base word in a frequency...

enhancement

Currently only verbs are supported.

enhancement

* Update to use node-fetch v3 * Switch out ts-node for tsx * Increase TS compilation target