-
Notifications
You must be signed in to change notification settings - Fork 24
/
DESCRIPTION
27 lines (27 loc) · 1.03 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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="[email protected]"),
person("Christian", "Heckendorf", role="aut"))
Maintainer: Drew Schmidt <[email protected]>
URL: https://github.com/wrathematics/ngram
BugReports: https://github.com/wrathematics/ngram/issues
RoxygenNote: 7.1.2