Skip to content
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

is there a pre-trained version for "english" dictionary for web use? #4092

Open
sprappcom opened this issue Jul 5, 2024 · 1 comment
Open

Comments

@sprappcom
Copy link

i have this zstd js
https://github.com/101arrowz/fzstd
to render decompressed zstd on browser.
was wondering if there are "officially" supported english language / dictionary corpus (good enough for web use [and on server]) to minimize "with reasonable processing speed" for the data transfer between server and client browser.

does anyone have such a thing? or where can i find one?

@RubenKelevra
Copy link
Contributor

The dictionary highly depends on your use case, including the compression level you like to use.

If you're interested in training for plain text English, you can for example use the Wikipedia as corpus. That's readily available. You would just need to strip away the Wiki markup language.

Hope that helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants