Hello, Is it possible to the coordination factor computed in the class BooleanScorer to have a zero value?
Look at the method computeCoordFactors(): private final void computeCoordFactors() { coordFactors = new float[maxCoord]; for (int i = 0; i < maxCoord; i++) coordFactors[i] = getSimilarity().coord(i, maxCoord-1); } When i=0 the computed coordination factor will have a zero value. The score then can be null !!! Best regards, Samir --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]