dbacl is a digramic Bayesian text classifier. Given some text, it calculates the posterior probabilities that the input resembles one of any number of previously learned document collections.
dbacl is a digramic Bayesian text classifier. Given some text, it calculates the posterior probabilities that the input resembles one of any number of previously learned document collections.
To install dbacl, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install dbacl
To see what files were installed by dbacl, run:
port contents dbacl
To later upgrade dbacl, run:
sudo port selfupdate && sudo port upgrade dbacl
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.