textAnalysisSuite icon indicating copy to clipboard operation
textAnalysisSuite copied to clipboard

A suite of modules for text analysis, including simple analysis, nGrams, and TFIDF analysis

Results 2 textAnalysisSuite issues
Sort by recently updated
recently updated
newest added

When building ngrams from phrases with the word "constructor", I get unexpected behavior. This was because the dictionaries are created with `var x = {};` which makes them inherit from...

When running tryMeOut.js, every analysis ends with an empty string.

bug