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

Publish latest version with stemming support #223

Open
gregtatum opened this issue Sep 3, 2023 · 1 comment
Open

Publish latest version with stemming support #223

gregtatum opened this issue Sep 3, 2023 · 1 comment

Comments

@gregtatum
Copy link

Would it be possible to publish the latest commits, since it has stemming support? The current release doesn't have it.

@gregtatum
Copy link
Author

If anyone is looking for a workaround, I was able to use stemming by:

  • Copying the repo locally (I used a git submodule)
  • Run npm install and npm run build:lib in the directory to build the dist folder

Then finally:

import { loadModule } from './submodules/hunspell-asm/dist/cjs/index.js';

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