All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ckling.duckling-core_2.11.1.6.3.3.source-code.reference.conf Maven / Gradle / Ivy

The newest version!
duckling.core {
  // 可实现一个调整减少加载的dim,比如只识别Time/Duration
  dims = "com.xiaomi.duckling.dimension.FullDimensions"
  analyzer = "com.xiaomi.duckling.analyzer.SplitAnalyzer"

  engine.verbose {
    parse = false
    match = false
    produce = false
    lookup = false
  }

  model.bayes {
    file = "naive_bayes.kryo"
    dims = [
      Act,
      Age,
      Area,
      BloodType,
      Constellation,
      Currency,
      Date,
      DigitSequence,
      Distance,
      Duration,
      Episode,
      Fraction,
      Level,
      Multiple
      Numeral,
      Ordinal,
      Place,
      Quantity,
      Rating,
      Repeat,
      Season,
      Temperature,
      Time,
      Velocity,
    ]
  }

  dimension {
    time {
      max.iter = 100
      solar.days.load-from = "resource"
      solar.provider = "com.xiaomi.duckling.dimension.time.helper.LocalSolarTermProvider"
      holiday.provider = "com.xiaomi.duckling.dimension.time.helper.LocalHolidayProvider"
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy