Add constant for addend for published score
This commit is contained in:
parent
fc99e94d79
commit
55dc362cdb
|
@ -13,6 +13,11 @@ declare(strict_types = 1);
|
||||||
*/
|
*/
|
||||||
final class MDPuqi {
|
final class MDPuqi {
|
||||||
|
|
||||||
|
// Just by itself, the PuQI score basically starts at around -60.
|
||||||
|
// To not frustrate users, it thus makes sense to simply add a reasonable
|
||||||
|
// number to get scores starting in the upper 2 digit numbers.
|
||||||
|
public const PUBLICATION_ADDEND_FOR_SCORE = 171;
|
||||||
|
|
||||||
// Limits for word counts
|
// Limits for word counts
|
||||||
private const THRESHOLD_WC_OBJECT_TYPE_TOO_LONG = 2;
|
private const THRESHOLD_WC_OBJECT_TYPE_TOO_LONG = 2;
|
||||||
private const THRESHOLD_WC_OBJECT_TITLE_TOO_LONG = 10;
|
private const THRESHOLD_WC_OBJECT_TITLE_TOO_LONG = 10;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user