Interface LiricalAnalysisRunner

All Superinterfaces:
AutoCloseable, Closeable
All Known Implementing Classes:
LiricalAnalysisRunnerImpl

public interface LiricalAnalysisRunner extends Closeable
The analysis runner runs LIRICAL analysis on provided analysis subject (AnalysisData). The analysis is parametrized by AnalysisOptions. The runner throws LiricalAnalysisException if the analysis cannot be run as dictated by the options.
  • Method Summary

    Modifier and Type
    Method
    Description
    run(AnalysisData analysisData, AnalysisOptions analysisOptions)
    Run analysis parametrized by analysisOptions on analysisData.

    Methods inherited from interface java.io.Closeable

    close