Noahs-ARK / semafor-semantic-parser

Automatically exported from code.google.com/p/semafor-semantic-parser
GNU General Public License v3.0
41 stars 19 forks source link

Token indices do not match text span #3

Open Nikoschenk opened 9 years ago

Nikoschenk commented 9 years ago

This is only a minor issue: It looks like the token * end * indices should be increased by 1 to match the original data:

This is such a great example .

// this should be end="20" <label ID="101" end="19" name="Target" start="15"/ ....

// this should be end="28" <label ID="201" end="27" name="Evaluee" start="21"/ ...