text_parser_with_tts
v0.2.0
Published
text parser with tts engine (to be updated)
Downloads
3
Readme
text_parser
Simple usage
var t = require('text_parser'); t.parse("Simple, simple text!"); // => [{'word':'simple', 'hits':2}, {'word':'text', 'hits':1}]