freme-project / e-Internationalization

Apache License 2.0
0 stars 0 forks source link

Segmentation issue for HTML roundtripping #28

Closed fsasaki closed 9 years ago

fsasaki commented 9 years ago

request4.txt out4.txt html-in.txt The attached request with the attached html input leads to segementation issues. E.g. "Yves Desmet" is correctly recognized, but the output dublicates the last character "t": <span its-ta-ident-ref="http://nl.dbpedia.org/resource/Yves_Desmet" its-ta-class-ref="http://nerd.eurecom.fr/ontology#Person" its-ta-confidence="0.9869452659937508">Yves Desmet</span>t This seems to be a regular error, see the output for details.

borriellom commented 9 years ago

Fixed. Please, check if it works now.

fsasaki commented 9 years ago

works, thanks!