The shortest yet efficient Python implementation of the sequential pattern mining algorithm PrefixSpan, closed sequential pattern mining algorithm BIDE, and generator sequential pattern mining algorithm FEAT.
414
stars
92
forks
source link
fixed wordmap generation for text input #25
Closed
Comonut closed 4 years ago
As first raised by https://github.com/chuanconggao/PrefixSpan-py/issues/24 , wordmap generation was not working property. This seems to fix it.