Text::Ngrams version 2.007 ========================== This is a module for flexible N-gram analysis of a text. It supports character n-grams, word n-grams, and more. Documentation is a part of the file Ngrams.pm in the pod format. To convert it into manual page format, type something like the following: pod2html Ngrams.pm INSTALLATION To install this module type the following: perl Makefile.PL make make test make install DEPENDENCIES No significant dependecies, as far as I know. Let me know if you find something important to add. COPYRIGHT AND LICENCE Copyright 2003-2020 Vlado Keselj web.cs.dal.ca/~vlado and contributors: 2005 Chris Jordan (contributed get_ngrams) 2012 Magdalena Jankowska (utf8_character ngrams type) This script is provided "as is" without express or implied warranty. This is free software; you can redistribute it and/or modify it under the same terms as Perl itself.