Uses of Interface
de.monochromata.anaphors.ast.spi.RelatedExpressionsSpi
| Package | Description |
|---|---|
| de.monochromata.anaphors.ast.reference |
Generic interfaces and standard implementations of referents and
referentialization strategies.
|
| de.monochromata.anaphors.ast.relatedexp |
Generic interfaces for and standard implementations of expressions that
anaphors are related to (related expressions).
|
| de.monochromata.anaphors.ast.relatedexp.strategy |
Strategies for identifying and handling related expressions
|
| de.monochromata.anaphors.ast.strategy |
Anaphora resolution strategies.
|
| de.monochromata.anaphors.perspectivation |
-
Uses of RelatedExpressionsSpi in de.monochromata.anaphors.ast.reference
Constructors in de.monochromata.anaphors.ast.reference with parameters of type RelatedExpressionsSpi Constructor Description AbstractReferent(R relatedExpression, String description, RelatedExpressionsSpi<N,E,T,B,MB,TB,S,I,QI,EV,PP,R> relatedExpressionsSpi, AnaphoraResolutionSpi<N,E,T,B,VB,FB,MB,TB,S,I,QI,R,A> anaphorResolutionSpi) -
Uses of RelatedExpressionsSpi in de.monochromata.anaphors.ast.strategy
Fields in de.monochromata.anaphors.ast.strategy declared as RelatedExpressionsSpi Modifier and Type Field Description protected RelatedExpressionsSpi<N,E,T,B,MB,TB,S,I,QI,EV,PP,R>AbstractAnaphorResolutionStrategy. relatedExpressionsSpiMethods in de.monochromata.anaphors.ast.strategy with parameters of type RelatedExpressionsSpi Modifier and Type Method Description static <N, E, T, B, MB extends B, TB extends B, S, I, QI, EV, PP, R extends RelatedExpression<N, T, B, TB, S, QI, R>, A extends ASTBasedAnaphora<N, E, T, B, TB, S, I, QI, R, A>>
StringAnaphorCreationForReferentInLocalTempVariable. getAnaphorToBeRealized(RelatedExpressionPart<N,E,T,B,TB,S,I,QI,R> relatedExpressionPart, List<AnaphorPart<N,E,T,B,TB,S,I,QI,R,A>> allAnaphorPartsRelatedToTheRelatedExpression, AnaphorPart<N,E,T,B,TB,S,I,QI,R,A> anaphorPart, S scope, RelatedExpressionsSpi<N,E,T,B,MB,TB,S,I,QI,EV,PP,R> relatedExpressionsSpi)Constructors in de.monochromata.anaphors.ast.strategy with parameters of type RelatedExpressionsSpi Constructor Description AbstractAnaphorResolutionStrategy(List<Class<? extends RelatedExpressionStrategy>> supportedRelatedExpressionStrategies, AnaphorsSpi<N,E,TB,S,I,QI,EV,PP> anaphorsSpi, RelatedExpressionsSpi<N,E,T,B,MB,TB,S,I,QI,EV,PP,R> relatedExpressionsSpi, AnaphoraResolutionSpi<N,E,T,B,VB,FB,MB,TB,S,I,QI,R,A> anaphoraResolutionSpi)AbstractAnchoringStrategy(List<Class<? extends RelatedExpressionStrategy>> supportedRelatedExpressionStrategies, AnaphorsSpi<N,E,TB,S,I,QI,EV,PP> anaphorsSpi, RelatedExpressionsSpi<N,E,T,B,MB,TB,S,I,QI,EV,PP,R> relatedExpressionsSpi, AnaphoraResolutionSpi<N,E,T,B,VB,FB,MB,TB,S,I,QI,R,A> anaphoraResolutionSpi)DA1Referent(R relatedExpression, RelatedExpressionsSpi<N,E,T,B,MB,TB,S,I,QI,EV,PP,R> relatedExpressionsSpi, AnaphoraResolutionSpi<N,E,T,B,VB,FB,MB,TB,S,I,QI,R,A> anaphorResolutionSpi)DA1ReStrategy(AnaphorsSpi<N,E,TB,S,I,QI,EV,PP> anaphorsSpi, RelatedExpressionsSpi<N,E,T,B,MB,TB,S,I,QI,EV,PP,R> relatedExpressionsSpi, AnaphoraResolutionSpi<N,E,T,B,VB,FB,MB,TB,S,I,QI,R,A> anaphoraResolutionSpi)IA1MrStrategy(AnaphorsSpi<N,E,TB,S,I,QI,EV,PP> anaphorsSpi, RelatedExpressionsSpi<N,E,T,B,MB,TB,S,I,QI,EV,PP,R> relatedExpressionsSpi, AnaphoraResolutionSpi<N,E,T,B,VB,FB,MB,TB,S,I,QI,R,A> anaphoraResolutionSpi)IA2FStrategy(AnaphorsSpi<N,E,TB,S,I,QI,EV,PP> anaphorsSpi, RelatedExpressionsSpi<N,E,T,B,MB,TB,S,I,QI,EV,PP,R> relatedExpressionsSpi, AnaphoraResolutionSpi<N,E,T,B,VB,FB,MB,TB,S,I,QI,R,A> anaphoraResolutionSpi)IA2MgStrategy(AnaphorsSpi<N,E,TB,S,I,QI,EV,PP> anaphorsSpi, RelatedExpressionsSpi<N,E,T,B,MB,TB,S,I,QI,EV,PP,R> relatedExpressionsSpi, AnaphoraResolutionSpi<N,E,T,B,VB,FB,MB,TB,S,I,QI,R,A> anaphoraResolutionSpi) -
Uses of RelatedExpressionsSpi in de.monochromata.anaphors.perspectivation
Methods in de.monochromata.anaphors.perspectivation with parameters of type RelatedExpressionsSpi Modifier and Type Method Description static <N, E, T, B, MB extends B, TB extends B, S, I, QI, EV, PP, R extends RelatedExpression<N, T, B, TB, S, QI, R>, A extends ASTBasedAnaphora<N, E, T, B, TB, S, I, QI, R, A>>
PPUnderspecification. underspecifyRelatedExpression(RelatedExpressionPart<N,E,T,B,TB,S,I,QI,R> relatedExpressionPart, List<AnaphorPart<N,E,T,B,TB,S,I,QI,R,A>> anaphorParts, S scope, Predicate<EV> condition, RelatedExpressionsSpi<N,E,T,B,MB,TB,S,I,QI,EV,PP,R> relatedExpressionsSpi)