v0.0.3 — WebMiner Subcommand CLI
Breaking Changes
The CLI has been redesigned from --input flag-based to subcommand-based:
Old (legacy):
WebMiner --input <html-dir> [options]
New:
WebMiner <command> [args...] [options...]
Commands
all <html-dir>— Full pipeline: encode → cluster → viewsencode <html-dir>— Encode HTML files to CSV feature vectorscluster <csv-path>— Run KMeans on an encoded CSVviews <result-dir>— Build HTML/XLSX views from clustering results
Examples
WebMiner all /tmp/amazon-pages
WebMiner all /tmp/amazon-pages --k 12 --max-files 50
WebMiner all /tmp/amazon-pages --resume
WebMiner encode /tmp/amazon-pages
WebMiner cluster /tmp/encoded.csv
Fixes
run-examplenow works correctly with the installed JAR- The PowerShell launcher no longer needs the
-cpworkaround