-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
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
Can not load dict from external URL #37
Comments
azu
added a commit
to textlint/editor
that referenced
this issue
Jul 26, 2020
azu
added a commit
to azu/kuromojin
that referenced
this issue
Apr 24, 2021
BREAKING CHANGE: update to [email protected] It includes bug fix, but some tokens will be changed. takuyaa/kuromoji.js#37
azu
added a commit
to azu/kuromojin
that referenced
this issue
Apr 24, 2021
BREAKING CHANGE: update to [email protected] It includes bug fix, but some tokens will be changed. takuyaa/kuromoji.js#37
16 tasks
@georgeOsdDev im having the same issue. im using kuroshiro to change kanji to furigana however when i try to use external cdn for the dict path. it seems to work fine on localhost but not on live server. did u find any workaround for this issue? if so would help me? |
@chinenvinicius |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We are trying to use kuromoji.js with kuromojin on browser.
When we use external url as
dicPath
option, double slash is normalized bypath.join
.So
XMLHttpRequest
will go tohttps://mydomain.com/external-url.com/dict/base.dat.gz
And fail to load dict.
The text was updated successfully, but these errors were encountered: