Package de.monochromata.anaphors.ast

A generic framework for AST-based anaphora resolution and standard anaphor resolution strategies.

The interfaces RelatedExpressionStrategy , AnaphorResolutionStrategy and ReferentializationStrategy interact in the following way. All available RelatedExpressionStrategy instances are used to provide potential related expressions to all available AnaphorResolutionStrategy instances that uses all available ReferentializationStrategy instances to find potential referents.

TODO: Also mention the difference between anaphors and anaphora

TODO: Add caption / refer to the image:
Interfaces and classes implementing anaphora relations

TODO: Add caption / refer to the image:
Interfaces and classes implementing anaphor resolution strategies

TODO: Add caption / refer to the image:
Accessing the Service-Provider Interfaces (SPIs)

Note that this package supports anaphora resolution on different AST implementations. See the package de.monochromata.anaphors.ast.spi for a service-provider interface for specific AST implementations.