cocoxu / simplification

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

Fix error in formula for deletion computation #7

Open louismartin opened 5 years ago

louismartin commented 5 years ago

In order to compute the correct deletions "delgramcountergood_rep" we need to take the intersection between deletions in predictions and deletions in references, however the code computed the difference between the deletions in predictions and the counts in references (not the deletions in references).