LingPy

lingpy.test.evaluate.EvalPSA.c_score

EvalPSA.c_score()

Calculate column (C) score.

Returns :

score : float

The C score for reference and test alignments.

Notes

The C score, as it is described in Thompson1999, is calculated by dividing the number of columns which are identical in the gold standarad and the test alignment by the total number of columns in the test alignment.