We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GET http://localhost:3000/url/to/dictFiles/base.dat.gz 404 (Not Found) GET http://localhost:3000/url/to/dictFiles/unk_pos.dat.gz404 (Not Found)
GET http://localhost:3000/url/to/dictFiles/base.dat.gz 404 (Not Found)
GET http://localhost:3000/url/to/dictFiles/unk_pos.dat.gz404 (Not Found)
I am getting about 30 errors such as the ones above in my console when I try to use kuroshiro.
I have installed kuroshiro, kuroshiro-analyzer-kuromoji, and kuromiji through npm. Framework: Next.js
import Kuroshiro from "kuroshiro"; import KuromojiAnalyzer from "kuroshiro-analyzer-kuromoji"; export const kanjiToRomaji = async (kanji: string) => { const kuroshiro = new Kuroshiro(); await kuroshiro.init(new KuromojiAnalyzer()); const romaji = await kuroshiro.convert(kanji, { to: "romaji" }); return romaji; };
The text was updated successfully, but these errors were encountered:
did you solve this?
Sorry, something went wrong.
also looking for a solution to this
You can clone the dicts file from kuromoji's npm
No branches or pull requests
GET http://localhost:3000/url/to/dictFiles/base.dat.gz 404 (Not Found)
GET http://localhost:3000/url/to/dictFiles/unk_pos.dat.gz404 (Not Found)
I am getting about 30 errors such as the ones above in my console when I try to use kuroshiro.
I have installed kuroshiro, kuroshiro-analyzer-kuromoji, and kuromiji through npm.
Framework: Next.js
The text was updated successfully, but these errors were encountered: