Uses of Interface
de.monochromata.anaphors.ast.relatedexp.RelatedExpressionsCollector
| Package | Description |
|---|---|
| de.monochromata.anaphors.ast |
A generic framework for AST-based anaphora resolution and standard anaphor
resolution strategies.
|
-
Uses of RelatedExpressionsCollector in de.monochromata.anaphors.ast
Constructor parameters in de.monochromata.anaphors.ast with type arguments of type RelatedExpressionsCollector Constructor Description ASTBasedAnaphorResolution(List<RelatedExpressionStrategy<N,T,B,TB,S,QI,R>> relatedExpressionStrategies, List<AnaphorResolutionStrategy<N,E,T,B,TB,S,I,QI,R,A>> resolutionStrategies, List<ReferentializationStrategy<E,TB,S,I,QI>> referentializationStrategies, Supplier<RelatedExpressionsCollector<N,E,T,B,TB,S,QI,R>> relatedExpressionsCollectorSupplier)