-
The lancaster stemmer is a more aggressive stemming algorithm than porter, but also faster.
-
While reading and learning a bit about PostScript hinting, I think I discovered a little potential issue in UFOv3. The issue is that there's no official way to explicitly PostScript `StdHW` and `StdVW…
-
### Description
It shows the normal stem rates for consumption and generated energy instead of the quality ones. For the quality steam boiler the rate is displayed correct.
![image](https://github…
-
Use NLTK Porter Stemmer in initial implementation.
-
Sonic seems to have very thoughtful stopword filtering in place, but are there any plans to have built-in stemming/normalization support? (Do these capabilities already exist and did I miss them some…
-
We are using hunspell in elasticsearch to help us stem irregular nouns, but it doesn't really give us the expected result.
Fx "gulerod" (carrot) vs "gulerødder" (carrots) are stemmed to "gulerod" (…
-
Hello,
Thank you for this list. Based on your previous experience, I would like to know which of these packages support STEM-EELS simulations?
-
- [x] [Porter stemmer](http://snowballstem.org/algorithms/porter/stemmer.html) [WIP: code quality].
- [x] Lancaster stemmer.
-
**Describe the bug**
The whole editor would freeze after delete some lines that would result in a different tree structure
**To Reproduce**
Steps to reproduce the behavior:
1. Open a tree-parsed…
-
It has been pointed out by @msingle, correctly, that we have really crappy handling of adv/adj forms. Right now, most adv are defined as totally subservient to their root adj.
There are algorithms th…