Hacker News new | ask | show | jobs
by DallaRosa 5201 days ago
What I can't get is the need to translate the Java code to Python. Ideas, anyone?
1 comments

Python does has a nice clean grammar if you have to generate code, but yeah, if they already had a Weka model it's not clear why they aren't just evaluating that in a JVM. The only exotic thing they're doing is calling a Python module that can read Win32 portable executable files, though there appear to be similar Java libraries. Maybe they want end users to install and run something, so they avoided requiring the huge download footprint of a modern JRE?
Maybe they even shipped this to users automatically through an already existing (Python-supporting) system?