Package

com.xiaomi.duckling.dimension

place

Permalink

package place

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. place
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait Examples extends DimExamples

    Permalink
  2. case class PlaceData(candidates: List[PlaceOne], isBirthPlace: Boolean = false, level: Int = 1, texts: Option[List[String]] = None) extends Resolvable with ResolvedValue with Product with Serializable

    Permalink

    candidates

    地点列表

    isBirthPlace

    是否是出生地,比如南阳人

  3. trait Rules extends DimRules

    Permalink

Value Members

  1. object Place extends Dimension with Rules with Examples with Product with Serializable

    Permalink
  2. object Types extends LazyLogging

    Permalink
  3. def toTexts(placeOnes: List[PlaceOne]): Option[List[String]]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped