@@ -19,10 +19,10 @@ This decision tree is entered from the [general decision tree](https://gitlab.li
Let _c_ denote the candidate sequence identified while following the [general decision tree](https://gitlab.lis-lab.fr/PARSEME-FR/PARSEME-FR-public/wikis/Guide-annotation-PARSEME_FR-chapeau), and _t_ the text being annotated.
c is a **NE with a precise span**
**else**
**if** (there exists an occurrence c' identical to c such that [RelevUpper](#test-4-relevupper-relevant-uppercase)(c',t)) **then**
**if** (there exists an occurrence c' identical to c such that [RelevUpper](#test-3-relevupper-relevant-uppercase)(c',t)) **then**
c is a **NE with a precise span**
Note 1: This test does **not** apply to **any** NE of the given categories, it applies only when other more fine-grained tests have previously failed.
Note 2: According to the decision trees in [Step 3](#step-3-establishing-the-span-of-a-named-entity), this test is applied to candidate sequences for which the [MinSpan](#test-7-minspan-minimal-span) test failed, i.e. a shorted span can still refer to the same entity.
Note 2: According to the decision trees in [Step 3](#step-3-establishing-the-span-of-a-named-entity), this test is applied to candidate sequences for which the [MinSpan](#test-6-minspan-minimal-span) test failed, i.e. a shorted span can still refer to the same entity.
What is the **final type** of the candidate sequence _c_?