jedp / porter-stemmer

Martin Porter's stemmer for node.js
MIT License
99 stars 15 forks source link

The memoizing stemmer breaks on the word 'constructor' #4

Open bwbroersma opened 7 years ago

bwbroersma commented 7 years ago

See my pull request https://github.com/jedp/porter-stemmer/pull/3 for a test case and a fix.