Package

com.xiaomi.duckling.dimension

matcher

Permalink

package matcher

Visibility
  1. Public
  2. All

Type Members

  1. case class GroupMatch(patterns: List[String]) extends Resolvable with Product with Serializable

    Permalink
  2. case class LexiconMatches(text: String, target: String) extends Resolvable with Product with Serializable

    Permalink
  3. case class MultiCharMatches(text: String) extends Resolvable with Product with Serializable

    Permalink
  4. case class Phrase(text: String) extends Resolvable with Product with Serializable

    Permalink
  5. case class Varchar(text: String, excludes: List[Regex] = DefaultExcludes) extends Resolvable with Product with Serializable

    Permalink

Value Members

  1. object LexiconMatch extends Dimension with NilRules with Product with Serializable

    Permalink

    词典匹配

  2. object MultiCharMatch extends Dimension with NilRules with Product with Serializable

    Permalink

    多字符匹配,比如emoji 😄️ 之类

  3. object PhraseMatch extends Dimension with NilRules with Product with Serializable

    Permalink
  4. object Prods

    Permalink
  5. object RegexMatch extends Dimension with NilRules with Product with Serializable

    Permalink
  6. object VarcharMatch extends Dimension with NilRules with Product with Serializable

    Permalink

Ungrouped