Uses of Package
de.monochromata.anaphors.ast.reference.strategy.concept
| Package | Description |
|---|---|
| de.monochromata.anaphors.ast.reference.strategy.concept |
Concept-based referentialization strategies
|
| de.monochromata.anaphors.ast.reference.strategy.feature |
Feature-based referentialization strategies
|
-
Classes in de.monochromata.anaphors.ast.reference.strategy.concept used by de.monochromata.anaphors.ast.reference.strategy.concept Class Description AbstractConceptReferentializationStrategy An abstract base class for strategies used to obtain referents based on information referring to the conceptual type (TODO:?) of the referent.ConceptReferentializationStrategy A referentialization strategy that interprets identifiers from right to left and refers to the conceptual type(TODO: ?), assuming that the conceptual type is not just another feature (TODO: find literature reference).NameRecurrence Referentialization based on case-insensitive name recurrence.TypeRecurrence Referentialization based on case-insensitive exact type recurrence. -
Classes in de.monochromata.anaphors.ast.reference.strategy.concept used by de.monochromata.anaphors.ast.reference.strategy.feature Class Description ConceptReferentializationStrategy A referentialization strategy that interprets identifiers from right to left and refers to the conceptual type(TODO: ?), assuming that the conceptual type is not just another feature (TODO: find literature reference).