All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.halfmatthalfcat.stringmetric.Tokenizer.scala Maven / Gradle / Ivy

The newest version!
package com.github.halfmatthalfcat.stringmetric

trait Tokenizer[A] {
	def tokenize(a: A): Option[Array[A]]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy