Tokenizer

object Tokenizer
class Object
trait Matchable
class Any

Value members

Concrete methods

def vectorTokenizer[F[_]](analyzer: Resource[F, Analyzer])(implicit F: Sync[F]): Resource[F, String => F[Vector[String]]]

Build a tokenizing function that runs its input through the Analyzer and collects all tokens into a Vector

Build a tokenizing function that runs its input through the Analyzer and collects all tokens into a Vector

Source:
Tokenizer.scala