Package

com.xiaomi

duckling

Permalink

package duckling

Visibility
  1. Public
  2. All

Type Members

  1. case class Document(rawInput: String, firstNonAdjacent: Array[Int], lang: LanguageInfo) extends Product with Serializable

    Permalink

    firstNonAdjacent

    for a given index 'i' it keeps a first index 'j' greater or equal 'i' -- such that isAdjacentSeparator (indexable ! j) == False -- eg. " a document " :: Document -- firstNonAdjacent = [1,1,3,3,4,5,6,7,8,9,10,12] -- Note that in this case 12 is the length of the vector, hence not a -- valid index inside the array, this is intentional.

Value Members

  1. object Api extends LazyLogging

    Permalink
  2. object Document extends LazyLogging with Serializable

    Permalink
  3. object JsonSerde

    Permalink
  4. object Resources extends LazyLogging

    Permalink
  5. object Rules

    Permalink
  6. object Types

    Permalink
  7. package analyzer

    Permalink
  8. package constraints

    Permalink
  9. package dimension

    Permalink
  10. package engine

    Permalink
  11. package exceptions

    Permalink
  12. package ranking

    Permalink
  13. package task

    Permalink
  14. package types

    Permalink

Ungrouped