I am using the Maximum Entropy algorithm provided by the Stanford Classifier in order to perform a customized Named Entity Recognition. The output file provides 5 columns --> word \t ground-truth \t label \t P(clAnswer) \t P(goldAnswer))
Which is the difference between P(clAnswer) and P(goldAnswer) and how are these calculated?