xdvom03 / klaus

Bayesian text classification of websites in a nested class system
Creative Commons Zero v1.0 Universal
2 stars 0 forks source link

Create startup executable #91

Open xdvom03 opened 3 years ago

xdvom03 commented 3 years ago

I tested on a virtual machine and couldn't get the right version of LTK to build from source. Pending the resolution of that problem (#90) and all other problems library mismatches might cause, there is the solution of an executable. So far I managed to get it to open the classifier/database on the VM, but it couldn't access any data because it hadn't processed it. So create a function that processes data (or merely checks its integrity), provides a reasonable progress bar, then opens the classifier. Then, create an executable from it as a release.

This supersedes #72 (just a better phrasing, I guess).

xdvom03 commented 3 years ago

Building from source is now vastly more possible. The manual will get into the docs (#95). But, a release = good idea. The function described now exists (main) with progress in the terminal.

This also means providing exports.

xdvom03 commented 3 years ago

Release has been added. Now, add a Windows version.