class Inference[L, W] extends framework.Inference[TreeInstance[L, W]]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Inference
- Inference
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Inference(pm: ParserInference[L, W])
Type Members
- type Marginal = ParseMarginal[L, W]
- type Scorer = GrammarAnchoring[L, W]
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
forTesting: framework.Inference[TreeInstance[L, W]]
- Definition Classes
- Inference
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
goldMarginal(scorer: Scorer, v: TreeInstance[L, W]): ParseMarginal[L, W]
Produces the "gold marginal" which is the marginal conditioned on the output label/structure itself.
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val labels: IndexedSeq[(L, Int)]
-
def
marginal(anch: Scorer, v: TreeInstance[L, W]): ParseMarginal[L, W]
Produces the "guess marginal" which is the marginal conditioned on only the input data
-
def
marginal(v: TreeInstance[L, W]): Marginal
- Definition Classes
- Inference
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- val pm: ParserInference[L, W]
- def scorer(v: TreeInstance[L, W]): Scorer
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )