Documer\Storage\Adapter::getInverseWordProbabilityWithLabel PHP Method

getInverseWordProbabilityWithLabel() public method

Get the probability that this word shows up in a any other LABEL
public getInverseWordProbabilityWithLabel ( $word, $label ) : float
$word
$label
return float
    public function getInverseWordProbabilityWithLabel($word, $label);