nickel icon indicating copy to clipboard operation
nickel copied to clipboard

Wrong date extractions

Open jure opened this issue 12 years ago • 0 comments

Example 1:

@sciencemagazine is stuck in the 19th century, when it made sense to reject 95% of submissions" - @plos cofounder @mbeisen cc #wcsj2013 wrongly extracts to 19th of July 2013

SUTime is correct:

the 19th century    19XX    <TIMEX3 tid="t1" value="19XX" type="DATE">the 19th century</TIMEX3>
2013    2013    <TIMEX3 tid="t2" value="2013" type="DATE">2013</TIMEX3>

Example 2: Withings commercially launches Pulse, its first activity tracker http://t.co/bbKAf37veT wrongly extracts to 1st of July 2013

SUTime is correct: No temporal expressions.

Example 3: excellent RT @nickbarnes: Gave 1st talk at SoundSoftware 2013: "10 Reasons you must publish your code". Pulled no punches. #openscience wrongly extracts to 1st of July 2013

SUTime is correct: 2013 2013 <TIMEX3 tid="t1" value="2013" type="DATE">2013</TIMEX3>

Example 4: Been listening to the Vampires of the Modern City album for the past few weeks, and it's absolutely fantastic. #vampireweekend wrongly extracts to 30th of June 2013

SUTime is correct: the past few weeks PXW <TIMEX3 tid="t1" value="PXW" type="DURATION">the past few weeks</TIMEX3>

I'll soon be in a position to provide a database of these wrong classifications, would that be helpful?

jure avatar Jun 28 '13 07:06 jure