issues
search
ulf1
/
kshingle
Split strings into (character-based) k-shingles
Apache License 2.0
4
stars
1
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
[Snyk] Security upgrade setuptools from 68.0.0 to 70.0.0
#72
ulf1
opened
4 months ago
0
[Snyk] Security upgrade zipp from 3.15.0 to 3.19.1
#71
ulf1
opened
4 months ago
0
[Snyk] Security upgrade urllib3 from 2.0.7 to 2.2.2
#70
ulf1
opened
5 months ago
0
[Snyk] Security upgrade requests from 2.31.0 to 2.32.2
#69
ulf1
opened
5 months ago
0
[Snyk] Fix for 2 vulnerabilities
#68
ulf1
opened
5 months ago
0
[Snyk] Security upgrade requests from 2.31.0 to 2.32.0
#67
ulf1
opened
6 months ago
0
[Snyk] Security upgrade wheel from 0.32.2 to 0.38.0
#66
ulf1
opened
9 months ago
0
[Snyk] Fix for 4 vulnerabilities
#65
ulf1
opened
11 months ago
0
replace CEWS code
#64
ulf1
opened
1 year ago
0
[Snyk] Fix for 4 vulnerabilities
#63
ulf1
opened
1 year ago
0
ray code and its deps removed from repo, minor doc changes, deprecate…
#62
ulf1
closed
2 years ago
1
faster batch processing
#61
ulf1
closed
2 years ago
0
typo encode_multi_match_test
#60
ulf1
closed
2 years ago
0
encode_multi_match_text added for 20x faster encoding
#59
ulf1
closed
2 years ago
0
ray fixes
#58
ulf1
closed
2 years ago
0
Bugfix, add offset
#57
ulf1
closed
2 years ago
1
Offset is required
#56
ulf1
closed
2 years ago
0
Dev 0.10.x - Hashed Encoding
#55
ulf1
closed
2 years ago
1
fix padding if string len is shorter than k
#54
ulf1
closed
2 years ago
0
ensure that len(s)>=k-1 before shingling
#53
ulf1
closed
2 years ago
0
minor fixes
#52
ulf1
closed
2 years ago
1
numpy warning
#51
ulf1
closed
2 years ago
0
Pattern list as dict for faster lookup, multi-match encoding
#50
ulf1
closed
2 years ago
1
parallel encoding with ray.io
#49
ulf1
closed
2 years ago
0
pattern sorting criteria changed
#48
ulf1
closed
2 years ago
0
doesn't split consecutive wildcards
#47
ulf1
closed
2 years ago
1
params changed in CEWS
#46
ulf1
closed
2 years ago
0
regularize the node/leaf splits, approx target vocab size
#45
ulf1
closed
2 years ago
1
switch to logical cpus
#44
ulf1
closed
2 years ago
0
parallel cews version for CPUs with ray.io
#43
ulf1
closed
2 years ago
1
Regex fix
#42
ulf1
closed
2 years ago
0
re.error: missing ), unterminated subpattern at position 6
#41
ulf1
closed
2 years ago
0
allow wildcard for two chars in CEWS
#40
ulf1
opened
2 years ago
1
v0.8.3 update
#39
ulf1
closed
3 years ago
0
Rename VOCAB to TOKENLIST
#38
ulf1
closed
3 years ago
1
deepcode badge removed
#37
ulf1
closed
3 years ago
0
fix #35
#36
ulf1
closed
3 years ago
0
There could be multiple matches. Select the matched pattern with lowest number of wildcards
#35
ulf1
closed
3 years ago
2
add single-chars to memo automatically
#34
ulf1
closed
3 years ago
0
Code simplified
#33
ulf1
closed
3 years ago
0
Check `if snew not in memo:` before calling `select_most_frequent_shingles`
#32
ulf1
closed
3 years ago
0
Set `memo` dictionary with start values
#31
ulf1
closed
3 years ago
0
Delete commented code lines
#30
ulf1
closed
3 years ago
0
Padding shingle sequences
#29
ulf1
closed
3 years ago
1
centered padding for shingle sequences
#28
ulf1
closed
3 years ago
0
Selection Algorithm for k-shingles
#27
ulf1
closed
3 years ago
0
Rename `shingling_k` to `shingleseqs_k`
#26
ulf1
closed
3 years ago
0
new shingle and wildcard selection algorithm added
#25
ulf1
closed
3 years ago
0
Fix Installation
#24
ulf1
closed
3 years ago
0
Actually store the README.rst file in the repo before uploading to pypi
#23
ulf1
closed
3 years ago
0
Next