Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 366 Bytes

word.md

File metadata and controls

14 lines (10 loc) · 366 Bytes

[source]

Word Tokenizer

The Word tokenizer uses a regular expression to tokenize the words in a blob of text.

Parameters

This tokenizer does not have any parameters.

Example

use Rubix\ML\Tokenizers\Word;

$tokenizer = new Word();