Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Warn about repeat/atleast body with known signal
If the body of repeat/atleast always signals `t` then it will loop forever, which is not desirable behaviour for a stemming algorithm. If the body of repeat/atleast always signals `f` then it will never loop, which seems clearly not what was intended.
- Loading branch information