Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 383 Bytes

sentence.md

File metadata and controls

14 lines (10 loc) · 383 Bytes

[source]

Word Tokenizer

This tokenizer matches sentences starting with a letter and ending with a punctuation mark.

Parameters

This tokenizer does not have any parameters.

Example

use Rubix\ML\Tokenizers\Sentence;

$tokenizer = new Sentence();