Update ne decision tree authored by Agata Savary's avatar Agata Savary
...@@ -20,7 +20,7 @@ Let _c_ denote the candidate sequence identified while following the [general de ...@@ -20,7 +20,7 @@ Let _c_ denote the candidate sequence identified while following the [general de
apply [ObviousProper](#test-1-obviousproper-obvious-proper-name)(_c_,_t_) apply [ObviousProper](#test-1-obviousproper-obvious-proper-name)(_c_,_t_)
    **YES** => _c_ is a fuzzy NE, go to [Step 3](#step-3-establishing-the-span-of-a-named-entity)     **YES** => _c_ is a fuzzy NE, go to [Step 3](#step-3-establishing-the-span-of-a-named-entity)
    **NO** => apply [NameConv](#test-3-nameconv-naming-convention)(_c_,_t_)     **NO** => apply [DiscNameConv](#test-2-nameconv-naming-convention)(_c_,_t_)
        preciseNE => c is a **NE with a precise span**         preciseNE => c is a **NE with a precise span**
        fuzzyNE => go to [Step 3](#step-3-establishing-the-span-of-a-named-entity)         fuzzyNE => go to [Step 3](#step-3-establishing-the-span-of-a-named-entity)
        noNE => c is **not a NE**         noNE => c is **not a NE**
... ...
......