Y
Hacker News
new
|
ask
|
show
|
jobs
by
ppyil
3991 days ago
Does anyone know of any code for iSAX that isn't in C# or Java? I'd quite like to get stuck in but right now I'm using Python. I've got SAX set up but getting the iSAX indexing will take some time.
1 comments
travisbrady
3991 days ago
Both of these appear to do what you want:
-
https://github.com/dolaameng/pysax
-
https://github.com/nphoff/saxpy
link
ppyil
3988 days ago
Thank you. These are great for SAX but unfortunately don't implement iSAX. I'm working on iSAX for Python and will release that once it is complete.
link
- https://github.com/dolaameng/pysax - https://github.com/nphoff/saxpy