IrregularMappingRule

class IrregularMappingRule(wordMappings: Map[String, String], regex: String) extends AbstractRegexReplacementRule

IrregularMappingRule class.

trait Rule
class Object
trait Matchable
class Any

Value members

Concrete methods

override
def replace(m: Matcher): String

Inherited methods

def applies(word: String): Boolean
def apply(word: String): String