ArchivedBatchEngine

io.github.nicheapplab.tcodeengine.ArchivedBatchEngine

Converts key strokes into Japanese characters by using zip archived dictionary file.

scala> import io.github.nicheapplab.tcodeengine._
scala> val engine = new ArchivedBatchEngine with QwertyLayout
scala> engine.convert("hgjdkdhgjdhgjgjd;gjdkd;gjdja;g")
val res0: String = "で、ので、では、を、のを、とを"

Attributes

Graph
Supertypes
trait Strokes
trait BatchEngine
class Object
trait Matchable
class Any
Show all
Self type

Members list

Value members

Inherited methods

def convert(str: String): String

Attributes

Inherited from:
BatchEngine
override def getChar(first: Int, second: Int): Char

Attributes

Definition Classes
Inherited from:
ArchivedStrokes
def mixedConvert(str: String, inflex: String): Array[String]

Attributes

Inherited from:
BatchEngine
def mixedConvert(str: String): Array[String]

Attributes

Inherited from:
BatchEngine

Concrete fields