p

markovNamegen

package markovNamegen

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. markovNamegen
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait Config extends AnyRef
  2. case class DamerauLevenshteinDistance(value: String, maxDistance: Int, enableTranspositions: Boolean) extends SingleGenerationOptionM with Product with Serializable
  3. sealed trait Data extends AnyRef
  4. case class EndsWith(value: String) extends SingleGenerationOption with Product with Serializable
  5. case class Excludes(value: String) extends SingleGenerationOption with Product with Serializable
  6. case class ExcludesAny(values: Iterable[String]) extends SingleGenerationOption with Product with Serializable
  7. sealed trait GenerationOption extends AnyRef
  8. trait GroupGenerationOption extends GenerationOption
  9. trait GroupGenerationOptionM extends GenerationOption
  10. case class Includes(value: String) extends SingleGenerationOption with Product with Serializable
  11. case class Length(value: Int) extends SingleGenerationOption with Product with Serializable
  12. case class MaxLength(value: Int) extends SingleGenerationOption with Product with Serializable
  13. case class MinLength(value: Int) extends SingleGenerationOption with Product with Serializable
  14. case class QuantifiedData(data: Map[String, Int]) extends Data with Product with Serializable
  15. case class RegexMatch(value: Regex) extends SingleGenerationOption with Product with Serializable
  16. trait SingleGenerationOption extends GenerationOption
  17. trait SingleGenerationOptionM extends GenerationOption
  18. case class StartsWith(value: String) extends SingleGenerationOption with Product with Serializable
  19. case class StringData(data: IndexedSeq[String]) extends Data with Product with Serializable
  20. type StringGenerator = Has[Service]
  21. case class TrainedData(models: Map[Int, Map[String, RandomVIO[Nothing, Option[String]]]], letters: IndexedSeq[String]) extends Data with Product with Serializable
  22. case class TrainedRefData(models: Map[Int, Ref[Map[String, RandomVIO[Nothing, Option[String]]]]], letters: IndexedSeq[String]) extends Data with Product with Serializable

Value Members

  1. object Generator
  2. object Main extends App
  3. object Model
  4. object StringGenerator

Inherited from AnyRef

Inherited from Any

Ungrouped