Changeset 1199 for trunk/autoquest-core-usability-evaluation/src/main
- Timestamp:
- 04/30/13 17:18:43 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-core-usability-evaluation/src/main/java/de/ugoe/cs/autoquest/usability/rules/metrics/TextInputEntryRepetitionsMetric.java
r1152 r1199 86 86 orderedTextFragmentsWithMultipleOccurences 87 87 .count(wordWithHighestRepetitionInTextFragments); 88 return Math.max(numberOfRepeatedWords, maxRepetitions );88 return Math.max(numberOfRepeatedWords, maxRepetitions-1); 89 89 } 90 90
Note: See TracChangeset
for help on using the changeset viewer.