Revision history for Text-TFIDF-Ngram
0.0501 2019-01-26 12:22:33
- Fix a documentation line!
0.0500 2019-01-25 21:36:38
- Correct the split regex in ngram processing.
- Remove the digits attribute and processing. Lingua::EN::Ngram excludes them by default it seems.
0.0402 2019-01-25 18:50:30
- Fix a little grammar.
- Improved the documentation of the eg/analyze program.
0.0401 2019-01-25 18:23:30
- Improved the documentation ever so slightly.
0.0400 2019-01-25 17:58:43
- Add a digits attribute.
- Update the eg/analyze program.
0.0300 2019-01-20 01:00:18
- Add a user defined punctuation regex attribute.
- Add a lowercase attribute.
0.0207 2018-04-08 21:04:31
- Set distribution dependency prerequisites.
- Fix case sensitivity in test output from Lingua::EN::Ngram.
0.0206 2018-01-27 11:49:52
- Improved the eg/analyze program significantly.
- Improved documentation.
0.0205 2018-01-18 15:21:20
- Improved documentation.
- Added the previously hidden file_tfidf attribute.
0.0204 2018-01-17 23:14:53
- Skip the token-allowed, lone single quote when processing ngrams.
- Fixed the eg/analyze program slightly.
0.0203 2018-01-17 19:53:18
- Improved documentation.
- Added a handy MANIFEST.SKIP!
0.0202 2018-01-17 19:25:38
- Fixed the distribution name in the bugs and repo links.
- Specified the minimum version of List::Util to use.
0.0201 2018-01-16 21:44:49
- Improved documentation.
- Improved the eg/analyze program.
0.02 2018-01-16 19:12:16
- Added stopwords feature and tests.
- Improved documentation.
0.01 2018-01-16 17:01:35
- Minted by Dist::Zilla.
- Imported some funtionality from Text::IFIDF.