Package: ngram Type: Package Title: Fast n-Gram 'Tokenization' Version: 3.2.3 Description: 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. License: BSD 2-clause License + file LICENSE Depends: R (>= 3.0.0) Imports: methods LazyLoad: yes NeedsCompilation: yes ByteCompile: yes Authors@R: c(person("Drew", "Schmidt", role=c("aut", "cre"), email="wrathematics@gmail.com"), person("Christian", "Heckendorf", role="aut")) Maintainer: Drew Schmidt URL: https://github.com/wrathematics/ngram BugReports: https://github.com/wrathematics/ngram/issues RoxygenNote: 7.1.2 Repository: https://wrathematics.r-universe.dev Date/Publication: 2023-12-10 18:39:46 UTC RemoteUrl: https://github.com/wrathematics/ngram RemoteRef: HEAD RemoteSha: 99ebbc3790bb36b1ba6e4990d7f9f6a64c261c6e Packaged: 2026-06-01 11:53:42 UTC; root Author: Drew Schmidt [aut, cre], Christian Heckendorf [aut]