From 9659157a0b3de6d3693f812609b8579ab7c03316 Mon Sep 17 00:00:00 2001 From: Lu Liu <2w6f8c@gmail.com> Date: Sun, 1 Mar 2020 23:13:38 +0800 Subject: [PATCH] Update DescriptionScrutinizer.java --- .../wikidata/qa/scrutinizers/DescriptionScrutinizer.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/wikidata/src/org/openrefine/wikidata/qa/scrutinizers/DescriptionScrutinizer.java b/extensions/wikidata/src/org/openrefine/wikidata/qa/scrutinizers/DescriptionScrutinizer.java index 9fd79627b..437dad3ba 100644 --- a/extensions/wikidata/src/org/openrefine/wikidata/qa/scrutinizers/DescriptionScrutinizer.java +++ b/extensions/wikidata/src/org/openrefine/wikidata/qa/scrutinizers/DescriptionScrutinizer.java @@ -15,10 +15,10 @@ import java.util.Set; * merely focusing on English here should be enough. * * To be more specific, it does the following checks: - * 1. is a description is too long + * 1. is a description too long * 2. does a description end by punctuation signs * 3. does a description begin with a uppercase letter - * 4. does a description begins with article ("a", "an" or "the") + * 4. does a description begin with article ("a", "an" or "the") * 5. is the description identical with corresponding label * * @author Lu Liu