MCPcopy Create free account
hub / github.com/MiuLab/DialSum / _len_lcs

Function _len_lcs

rouge.py:44–59  ·  view source on GitHub ↗

Returns the length of the Longest Common Subsequence between sequences x and y. Source: http://www.algorithmist.com/index.php/Longest_Common_Subsequence Args: x: sequence of words y: sequence of words Returns integer: Length of LCS between x and y

(x, y)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

rouge_l_sentence_levelFunction · 0.85

Calls 1

_lcsFunction · 0.85

Tested by

no test coverage detected