split_on_word property

  1. @Bool()
bool split_on_word
getter/setter pair

split on word rather than on token (when used with max_len)

Implementation

@ffi.Bool()
external bool split_on_word;