Uses of Interface
de.monochromata.anaphors.cog.transform.CheckResult
| Package | Description |
|---|---|
| de.monochromata.anaphors.cog |
Resolution of anaphors based on a model from cognitive linguistics.
|
| de.monochromata.anaphors.cog.transform |
Complex transformations to prepare resolution of activation-based anaphors.
|
-
Uses of CheckResult in de.monochromata.anaphors.cog
Methods in de.monochromata.anaphors.cog that return CheckResult Modifier and Type Method Description CheckResult<N,E,S>DefaultResolution. getCheckResult()CheckResult<N,E,S>Resolution. getCheckResult()The check result is obtained from thePreparatoryTransformationand can be used to actually perform the preparatory transformation.Methods in de.monochromata.anaphors.cog with parameters of type CheckResult Modifier and Type Method Description protected Resolution<N,E,T,B,TB,S,I,QI,R,A>ActivationBasedAnaphorResolution. createResolution(CheckResult<N,E,S> checkResult, PreparatoryTransformation<N,E,T,B,TB,S,I,QI,R,A> preparatoryTransformation, A preliminaryAnaphora)Constructors in de.monochromata.anaphors.cog with parameters of type CheckResult Constructor Description DefaultResolution(CheckResult<N,E,S> checkResult, PreparatoryTransformation<N,E,T,B,TB,S,I,QI,R,A> preparatoryTransformation, A preliminaryAnaphora) -
Uses of CheckResult in de.monochromata.anaphors.cog.transform
Classes in de.monochromata.anaphors.cog.transform that implement CheckResult Modifier and Type Class Description classAbstractCheckResult<N,E,S>Methods in de.monochromata.anaphors.cog.transform with type parameters of type CheckResult Modifier and Type Method Description protected <C extends CheckResult<N, E, S>>
voidAbstractPreparatoryTransformation. requireInstanceOf(CheckResult<N,E,S> result, Class<C> clazz)Methods in de.monochromata.anaphors.cog.transform that return CheckResult Modifier and Type Method Description CheckResult<N,E,S>AddParameterToCallChain. canPerform(Chunk<N> chunk, E definiteExpression, S scope)CheckResult<N,E,S>NoPreparationRequired. canPerform(Chunk<N> chunk, E definiteExpression, S scope)CheckResult<N,E,S>PreparatoryTransformation. canPerform(Chunk<N> chunk, E definiteExpression, S scope)Check whether the transformation can be performed.Methods in de.monochromata.anaphors.cog.transform with parameters of type CheckResult Modifier and Type Method Description AAddParameterToCallChain. perform(CheckResult<N,E,S> result, A preliminaryAnaphora)ANoPreparationRequired. perform(CheckResult<N,E,S> result, A preliminaryAnaphora)APreparatoryTransformation. perform(CheckResult<N,E,S> checkResult, A preliminaryAnaphora)Perform the preparatory transformation and return a potential Anaphora relation thereafter.protected <C extends CheckResult<N, E, S>>
voidAbstractPreparatoryTransformation. requireInstanceOf(CheckResult<N,E,S> result, Class<C> clazz)protected voidAbstractPreparatoryTransformation. requireSuccessfulCheck(CheckResult<N,E,S> result)