Language

Package: r-tokenizers @ 0.2.1

Synopsis

Fast, consistent tokenization of natural language text

Description

This is a package for converting natural language text into tokens. It includes tokenizers for shingled n-grams, skip n-grams, words, word stems, sentences, paragraphs, characters, shingled characters, lines, tweets, Penn Treebank, regular expressions, as well as functions for counting characters, words, and sentences, and a function for splitting longer texts into separate documents, each with the same number of words. The tokenizers have a consistent interface, and the package is built on the stringi and Rcpp packages for fast yet correct tokenization in UTF-8 encoding.

Home page
https://lincolnmullen.com/software/tokenizers/
Location
gnu/packages/cran.scm (line: 23959, column: 2)
License

Lint warnings

LinterMessageLocation
No lint warnings