HeidelTime / heideltime

A multilingual, cross-domain temporal tagger developed at the Database Systems Research Group at Heidelberg University.
GNU General Public License v3.0
343 stars 67 forks source link

Strange online result #10

Closed jzell closed 9 years ago

jzell commented 9 years ago
What steps will reproduce the problem?
1. Browse to http://heideltime.ifi.uni-heidelberg.de/heideltime/
2. Enter the String "02/08/2012 4:49 PM" (w/o ") into the form field "Input"
3. Press "Compute"

What is the expected output?
complete sting underlined w/ normalized date 2012-02-08 16:49:00

What do you see instead?
underlined "02/08/2012 4:49pan> PM" w/ normalized date 2012-02-08 4:49:00

What version of the product are you using? On what operating system?
online version

Original issue reported on code.google.com by karl-august.sensemaier@gmx.de on 2013-06-25 13:11:48

jzell commented 9 years ago
Hey,

thanks a lot for reporting this issue!

This symptom represents two bugs on our side; for one we don't recognize your entire
string (with the added PM) yet, and furthermore there's a bug in the way we format
the output for the web, which we will fix.

For now, you can produce "unbroken" results using the standalone version of HeidelTime.
For the incorrect normalization, we'll adapt our resources.

Original issue reported on code.google.com by j.zell@stud.uni-heidelberg.de on 2013-06-25 18:08:07

jzell commented 9 years ago
I've pushed a fixed version of the WebUI; the broken XML code should no longer appear.

Will still need to amend the rules.

Original issue reported on code.google.com by zell@informatik.uni-heidelberg.de on 2013-07-02 22:39:39

jzell commented 9 years ago
(No text was entered with this change)

Original issue reported on code.google.com by zell@informatik.uni-heidelberg.de on 2013-09-18 08:49:12