cocoxu / simplification

Text Simplification System and Dataset
GNU General Public License v3.0
123 stars 37 forks source link

ZeroDivisionError in SARI.py #1

Closed senisioi closed 5 years ago

senisioi commented 7 years ago

In SARI.py, line 107, I think it should be "if len(addgramcounterall) > 0" instead of "if len(addgramcounter) > 0"

tuvuumass commented 7 years ago

You're right. I found the same issue and verified with Wei Xu. She updated it.