Uses of Class
org.terrier.querying.summarisation.Summariser
-
Packages that use Summariser Package Description org.terrier.querying Provides the interfaces and classes for the querying API of the Terrier platform, the controls, post processors and filters.org.terrier.querying.summarisation Package for summarisation algorithms. -
-
Uses of Summariser in org.terrier.querying
Fields in org.terrier.querying declared as Summariser Modifier and Type Field Description protected Summariser
Decorate. summariser
-
Uses of Summariser in org.terrier.querying.summarisation
Subclasses of Summariser in org.terrier.querying.summarisation Modifier and Type Class Description class
DefaultSummariser
Summariser that was originally in the Decorate class, and formed the Terrier release from 3.0Methods in org.terrier.querying.summarisation that return Summariser Modifier and Type Method Description static Summariser
Summariser. getSummariser()
Obtain an instance of the current default summarised
-