hunspell-asm
hunspell-asm copied to clipboard
Publish latest version with stemming support
Would it be possible to publish the latest commits, since it has stemming support? The current release doesn't have it.
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 installandnpm run build:libin the directory to build thedistfolder
Then finally:
import { loadModule } from './submodules/hunspell-asm/dist/cjs/index.js';