Package de.monochromata.anaphors.cog
Resolution of anaphors based on a model from cognitive linguistics.
The results of the application of this model needs to be transferred into the
model implemented in de.monochromata.anaphors.ast in order to apply
it to source code.
-
Interface Summary Interface Description Resolution<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>> Used to represent (potential) resolutions of anaphors based on a cognitive model. -
Class Summary Class Description ActivationBasedAnaphorResolution<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>> Resolve the referents of anaphors based on a cognitive model.DefaultResolution<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 default resolution implementation.