0.2.0 • Published 1 year ago
text_parser_with_tts v0.2.0
text_parser
Simple usage
var t = require('text_parser'); t.parse("Simple, simple text!"); // => {'word':'simple', 'hits':2}, {'word':'text', 'hits':1}
var t = require('text_parser'); t.parse("Simple, simple text!"); // => {'word':'simple', 'hits':2}, {'word':'text', 'hits':1}