yooper/php-text-analysis

Division by zero in FreqDist.php

Closed this issue · 1 comments

Warning: Division by zero in \vendor\php-text-analysis\php-text-analysis\src\Analysis\FreqDist.php on line 63

Calling the constructor, in FreqDist, with an empty array will now throw a TextAnalysis\Exceptions\InvalidParameterSizeException. Thanks for reporting the issue.