issues
search
reiver
/
go-porterstemmer
A native Go clean room implementation of the Porter Stemming algorithm.
https://godoc.org/github.com/reiver/go-porterstemmer
MIT License
190
stars
45
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Bug fix for certain inputs.
#14
Khurshid-H
closed
3 years ago
0
Can use with french language?
#13
LeMoussel
opened
7 years ago
0
gofmt -s
#12
hermanschaaf
closed
4 years ago
1
step5a function bug fix
#11
sitanshunanda
opened
8 years ago
0
Update porterstemmer.go
#10
magiczhao
closed
8 years ago
1
Renamed test file to add _test
#9
cuevasclemente
closed
8 years ago
1
rename porterstemmer_has_suffix.go -> porterstemmer_has_suffix_test.go
#8
alexflint
opened
9 years ago
1
Fix panics
#7
mschoch
closed
8 years ago
1
removed unused import, fixes test compilation
#6
mschoch
closed
8 years ago
1
Stop words removal
#5
geraldstanje
opened
10 years ago
2
Bug crashes on certain inputs
#4
katelee168
opened
10 years ago
8
Improve performance by converting suffixes to rune at first.
#3
s1na
closed
5 years ago
0
Fixes #1. hasSuffix() will return false if the suffix is the string being evaluated
#2
OliverCardoza
closed
10 years ago
0
StemString("ion") causes runtime exception
#1
OliverCardoza
closed
10 years ago
1