Typescript implementation of multinomial Bayes classifier of emails
In order to run the code perform the following steps:
- Open project directory in the terminal.
- Run
npm install
to install required dependencies. - Run
npm run bundle
to compile TypeScript code to JavaScript code. - Open console of the
index.html
in your browser to see results.