Uses of Interface
de.monochromata.anaphors.cog.transform.PreparatoryTransformation
| 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 PreparatoryTransformation in de.monochromata.anaphors.cog
Methods in de.monochromata.anaphors.cog that return PreparatoryTransformation Modifier and Type Method Description PreparatoryTransformation<N,E,T,B,TB,S,I,QI,R,A>DefaultResolution. getPreparatoryTransformation()PreparatoryTransformation<N,E,T,B,TB,S,I,QI,R,A>Resolution. getPreparatoryTransformation()Methods in de.monochromata.anaphors.cog with parameters of type PreparatoryTransformation 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 PreparatoryTransformation Constructor Description DefaultResolution(CheckResult<N,E,S> checkResult, PreparatoryTransformation<N,E,T,B,TB,S,I,QI,R,A> preparatoryTransformation, A preliminaryAnaphora) -
Uses of PreparatoryTransformation in de.monochromata.anaphors.cog.transform
Classes in de.monochromata.anaphors.cog.transform that implement PreparatoryTransformation Modifier and Type Class Description classAbstractPreparatoryTransformation<N,E,T,B,TB extends B,S,I,QI,R extends RelatedExpression<N,T,B,TB,S,QI,R>,A extends ASTBasedAnaphora<N,E,T,B,TB,S,I,QI,R,A>>classAddParameterToCallChain<N,E,T,B,TB extends B,S,I,QI,R extends RelatedExpression<N,T,B,TB,S,QI,R>,A extends ASTBasedAnaphora<N,E,T,B,TB,S,I,QI,R,A>>If the given definite expression is reachable via the call chain from the invocable containing the potential related expression, add a parameter for it to propagate it to the invocable containing the definite expression.classNoPreparationRequired<N,E,T,B,TB extends B,S,I,QI,R extends RelatedExpression<N,T,B,TB,S,QI,R>,A extends ASTBasedAnaphora<N,E,T,B,TB,S,I,QI,R,A>>A no-operation preparatory transformation that merely returns a givenASTBasedAnaphorarelation.