issco.eval
Interface ErrorRate

All Known Implementing Classes:
WordErrorRate

public interface ErrorRate

Author:
Maria GEORGESCUL, ISSCO/TIM, ETI, UNIVERSITY OF GENEVA

Method Summary
 float computeDenominator()
           
 float computeNumerator()
           
 java.lang.String[] getHyp()
           
 java.lang.String[] getRef()
           
 void setHyp(java.lang.String value)
          Sets the value of the 'Hyp' attribute.
 void setRef(java.lang.String value)
          Sets the value of the 'Ref' attribute.
 

Method Detail

getRef

java.lang.String[] getRef()

setRef

void setRef(java.lang.String value)
Sets the value of the 'Ref' attribute.

Parameters:
value - the new value of the 'Ref' attribute.
See Also:
getRef()

getHyp

java.lang.String[] getHyp()

setHyp

void setHyp(java.lang.String value)
Sets the value of the 'Hyp' attribute.

Parameters:
value - the new value of the 'Hyp' attribute.
See Also:
getHyp()

computeNumerator

float computeNumerator()

computeDenominator

float computeDenominator()