Division by zero in FreqDist.php
parvbhullar opened this issue · 1 comments
parvbhullar commented
Warning: Division by zero in \vendor\php-text-analysis\php-text-analysis\src\Analysis\FreqDist.php on line 63
yooper commented
Calling the constructor, in FreqDist, with an empty array will now throw a TextAnalysis\Exceptions\InvalidParameterSizeException. Thanks for reporting the issue.