CodecFactory

lamp.data.CodecFactory
trait CodecFactory[T <: Codec]

An abstraction around byte to token encodings.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def readFromFile(file: File): IO[T]
def train(corpus: Array[Byte]): T