jmccrae / srl-editor

Automatically exported from code.google.com/p/srl-editor
0 stars 0 forks source link

Nesting/Overlapping Tags #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Tags are not nested correctly for example the output

<name cl="disease"> <name cl="pathogen"> influenza </name> virus </name>

This is because the system can't distinguish between some end tags, this is
partially a problem with XML

Original issue reported on code.google.com by johnmcc...@gmail.com on 2 Sep 2008 at 9:53

GoogleCodeExporter commented 9 years ago
Overlapping tags should be dropped, we prefer the last tag (in sentence order) 
as
English is head last e.g.,
If "Bill Gates Building" matches Bill Gates as a name and Gates Building as a
building we prefer to tag only Gates Building

System needs to warn user of overlapped and dropped tags. Also provide option 
for
removing nested tags.

Future versions may implement priority systems to choose the applied rules.

Original comment by johnmcc...@gmail.com on 10 Sep 2008 at 5:37

GoogleCodeExporter commented 9 years ago
Priority system not implemented for 1.0 release

Original comment by johnmcc...@gmail.com on 25 Aug 2009 at 3:14

GoogleCodeExporter commented 9 years ago

Original comment by johnmcc...@gmail.com on 25 Aug 2009 at 3:49