c

epic.parser.models

LatentParserModel

class LatentParserModel[L, L3, W] extends ParserModel[L, W]

Linear Supertypes
ParserModel[L, W], ParserExtractable[L, W], Model[TreeInstance[L, W]], Model[TreeInstance[L, W]], SerializableLogging, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LatentParserModel
  2. ParserModel
  3. ParserExtractable
  4. Model
  5. Model
  6. SerializableLogging
  7. Serializable
  8. Serializable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LatentParserModel(indexedFeatures: IndexedFeaturizer[L, L3, W], reannotate: (BinarizedTree[L], IndexedSeq[W]) ⇒ BinarizedTree[IndexedSeq[L3]], projections: GrammarRefinements[L, L3], constrainer: Factory[L, W], topology: RuleTopology[L], lexicon: Lexicon[L, W], initialFeatureVal: (Feature) ⇒ Option[Double] = _ => None)

Type Members

  1. type ExpectedCounts = StandardExpectedCounts[Feature]
    Definition Classes
    ModelModel
  2. type Inference = LatentParserInference[L, L2, W]
    Definition Classes
    LatentParserModelParserModelModel
  3. type L2 = L3
  4. type Marginal = ParseMarginal[L, W]
    Definition Classes
    ParserModelModel
  5. type Scorer = GrammarAnchoring[L, W]
    Definition Classes
    ParserModelModel

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def accumulateCounts(inf: Inference, s: Scorer, d: TreeInstance[L, W], m: Marginal, accum: ExpectedCounts, scale: Double): Unit
    Definition Classes
    LatentParserModelModel
  5. final def accumulateCounts(inf: Inference, d: TreeInstance[L, W], accum: ExpectedCounts, scale: Double): Unit
    Definition Classes
    Model
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def cacheFeatureWeights(weights: DenseVector[Double], suffix: String = ""): Unit

    Caches the weights using the cache broker.

    Caches the weights using the cache broker.

    Definition Classes
    Model
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val constrainer: Factory[L, W]
    Definition Classes
    LatentParserModelParserExtractable
  10. def emptyCounts: StandardExpectedCounts[Feature]
    Definition Classes
    ModelModel
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. final def expectedCounts(inf: Inference, d: TreeInstance[L, W], scale: Double = 1.0): ExpectedCounts
    Definition Classes
    Model
  14. def expectedCountsToObjective(ecounts: ExpectedCounts): (Double, DenseVector[Double])
    Definition Classes
    ModelModel
  15. def extractParser(weights: DenseVector[Double])(implicit deb: Debinarizer[L]): Parser[L, W]
    Definition Classes
    ParserModelParserExtractable
  16. def featureIndex: CrossProductIndex[Feature, Feature]

    Models have features, and this defines the mapping from indices in the weight vector to features.

    Models have features, and this defines the mapping from indices in the weight vector to features.

    Definition Classes
    LatentParserModelModel
  17. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  20. def inferenceFromWeights(weights: DenseVector[Double]): LatentParserInference[L, L3, W]
    Definition Classes
    LatentParserModelModel
  21. def initialValueForFeature(f: Feature): Double
    Definition Classes
    LatentParserModelModel
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. val lexicon: Lexicon[L, W]
    Definition Classes
    LatentParserModelParserExtractable
  24. def logger: LazyLogger
    Attributes
    protected
    Definition Classes
    SerializableLogging
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  28. def numFeatures: Int
    Definition Classes
    Model
  29. val projections: GrammarRefinements[L, L3]
  30. def readCachedFeatureWeights(suffix: String = ""): Option[DenseVector[Double]]

    just saves feature weights to disk as a serialized counter.

    just saves feature weights to disk as a serialized counter. The file is prefix.ser.gz

    Definition Classes
    Model
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. val topology: RuleTopology[L]
    Definition Classes
    LatentParserModelParserExtractable
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. def weightsCacheName: String
    Attributes
    protected
    Definition Classes
    Model

Inherited from ParserModel[L, W]

Inherited from ParserExtractable[L, W]

Inherited from Model[TreeInstance[L, W]]

Inherited from Model[TreeInstance[L, W]]

Inherited from SerializableLogging

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped