hunspell-asm icon indicating copy to clipboard operation
hunspell-asm copied to clipboard

Publish latest version with stemming support

Open gregtatum opened this issue 2 years ago • 1 comments

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

gregtatum avatar Sep 03 '23 15:09 gregtatum

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';

gregtatum avatar Sep 03 '23 16:09 gregtatum