clean content by special chars lines removal, add content word statistics
This commit is contained in:
parent
3985b4ba33
commit
53f757e384
|
@ -10,7 +10,7 @@ import moment from 'moment';
|
||||||
* initialize configs
|
* initialize configs
|
||||||
**********************/
|
**********************/
|
||||||
|
|
||||||
const sourceFileName = 'demo_more.org'
|
const sourceFileName = 'tasks.org'
|
||||||
const sourceFilePath = './sources/' + sourceFileName;
|
const sourceFilePath = './sources/' + sourceFileName;
|
||||||
|
|
||||||
let headers = []
|
let headers = []
|
||||||
|
|
Loading…
Reference in New Issue