An n-gram is a sequence of n "words" taken, in order, from a body of text. This is a collection of utilities for creating, displaying, summarizing, and "babbling" n-grams. The 'tokenization' and "babbling" are handled by very efficient C code, which can even be built as its own standalone library. The babbler is a simple Markov chain. The package also offers a vignette with complete example 'workflows' and information about the utilities offered in the package.
Version: | 3.0.4 |
Depends: | R (≥ 3.0.0) |
Imports: | methods |
Published: | 2017-11-21 |
Author: | Drew Schmidt [aut, cre], Christian Heckendorf [aut] |
Maintainer: | Drew Schmidt <wrathematics at gmail.com> |
BugReports: | https://github.com/wrathematics/ngram/issues |
License: | BSD 2-clause License + file LICENSE |
URL: | https://github.com/wrathematics/ngram |
NeedsCompilation: | yes |
Citation: | ngram citation info |
Materials: | README ChangeLog |
CRAN checks: | ngram results |
Reference manual: | ngram.pdf |
Vignettes: |
Guide to the ngram Package |
Package source: | ngram_3.0.4.tar.gz |
Windows binaries: | r-devel: ngram_3.0.4.zip, r-release: ngram_3.0.4.zip, r-oldrel: ngram_3.0.4.zip |
macOS binaries: | r-release: ngram_3.0.4.tgz, r-oldrel: ngram_3.0.4.tgz |
Old sources: | ngram archive |
Reverse imports: | cheatR, revtools |
Please use the canonical form https://CRAN.R-project.org/package=ngram to link to this page.