clean content by special chars lines removal, add content word statistics

This commit is contained in:
Tykayn 2023-03-06 00:01:59 +01:00 committed by tykayn
parent 3985b4ba33
commit 53f757e384
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import moment from 'moment';
* initialize configs
**********************/
const sourceFileName = 'demo_more.org'
const sourceFileName = 'tasks.org'
const sourceFilePath = './sources/' + sourceFileName;
let headers = []