fix(naivebayes): fix the algorithm to make it actually work
feat(cleanDocuments): preprocess documents, use stemming and stopword elimination for better accuracy
This commit is contained in:
6
profiling/run
Normal file
6
profiling/run
Normal file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
PROG==geniconvert
|
||||
VIEW==open
|
||||
|
||||
stack build --profile
|
6
profiling/setup
Normal file
6
profiling/setup
Normal file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
chmod u+x profiling/setup
|
||||
chmod u+x profiling/run
|
||||
chmod u+x profiling/compare
|
||||
chmod u+x profiling/save
|
Reference in New Issue
Block a user