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

Faster Initialization #154

Open
SaarthShah opened this issue Jul 11, 2024 · 0 comments
Open

Faster Initialization #154

SaarthShah opened this issue Jul 11, 2024 · 0 comments

Comments

@SaarthShah
Copy link

Hi, I am trying to deploy this package as one of the core dependencies of my custom spelling correction algorithm. The problem is that i am loading a corpus of 5 million sentences into this which adds ~ 10 seconds to our main backend startup time. Do you have any ideas on how this startup time can be reduced?

I feel like instead of reading a txt file we can do it even faster using a json?

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

1 participant