traitTokenizer extends (String) ⇒ Iterable[String] with Serializable
Abstract trait for tokenizers, which act as functions from a String
to an Iterable[String]. See companion object for instructions on
registering new subtypes outside of the current package.
Annotations
@SerialVersionUID(1)
Linear Supertypes
Serializable, Serializable, (String) ⇒ Iterable[String], AnyRef, Any
Abstract trait for tokenizers, which act as functions from a String to an Iterable[String]. See companion object for instructions on registering new subtypes outside of the current package.