tokenizers (version 0.3.0)

tokenizers: Tokenizers

Description

A collection of functions with a consistent interface to convert natural language text into tokens.

Arguments

Details

The tokenizers in this package have a consistent interface. They all take either a character vector of any length, or a list where each element is a character vector of length one. The idea is that each element comprises a text. Then each function returns a list with the same length as the input vector, where each element in the list are the tokens generated by the function. If the input character vector or list is named, then the names are preserved.