Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface ROUGEResult

    interface ROUGEResult {
        rouge1: ROUGEScores;
        rouge2: ROUGEScores;
        rougeL: ROUGEScores;
    }
    Index
    rouge1: ROUGEScores

    ROUGE-1 (unigram overlap)

    rouge2: ROUGEScores

    ROUGE-2 (bigram overlap)

    rougeL: ROUGEScores

    ROUGE-L (longest common subsequence)