ninja33 / ODH

A chrome extension to show online dictionary content.
MIT License
1.43k stars 244 forks source link

data directory is missing under bg in this repo #231

Closed emacsbliss closed 2 years ago

emacsbliss commented 2 years ago

I'm not quite clear where does data directory come from, but when I tried to load the extension into chrome, chrome complains there is no file data/wordforms.json and data/collins.json..

Not sure if those files are generated, but I found them in the installation directory and looks like collins.json size is relatively big.

however without these files, one can't really develop and run this extension locally..

I may have misunderstood the intention for these files completely..

ninja33 commented 2 years ago

yes, these word data files are too big to be uploaded to github, but it is included in web store extension package.

emacsbliss commented 2 years ago

ok, thanks for clarification