rustling-ontology icon indicating copy to clipboard operation
rustling-ontology copied to clipboard

Handling of "since <time>"

Open OdileDevismesSonos opened this issue 7 years ago • 2 comments

Fr: depuis - à partir de En: since -from De: seit - ab

French: "depuis" combined with durations, but not with simple dates "depuis le 5 janvier": KO recognized as "le 5 janvier"

"depuis 3 mois": OK TimeInterval(Between { start: 2018-07-24T00:00:00+02:00, end: 2018-10-24T12:40:43.829472+02:00, precision: Exact, latent: false })

** French: "à partir de": OK "à partir du 5 janvier": OK TimeInterval(After(TimeOutput { moment: 2019-01-05T00:00:00+01:00, grain: Day, precision: Exact, latent: false }))

**English: "from", "from...on": KO "from october 13th": KO "from october 13th on": KO recognized as "october 13th"

German: "seit" combined with simple dates, but not with durations "seit dem 11. januar" : OK TimeInterval(After(TimeOutput { moment: 2018-01-11T00:00:00+01:00, grain: Day, precision: Exact, latent: false }))

"seit 3 monaten": KO recognized as "3 monaten"

**German: "ab" (= from, depuis): OK "ab dem 11. Januar" TimeInterval(After(TimeOutput { moment: 2018-01-11T00:00:00+01:00, grain: Day, precision: Exact, latent: false }))

OdileDevismesSonos avatar Jul 20 '18 14:07 OdileDevismesSonos

@Odile-deVismes can we get a few examples of expected/actual behaviours for the problematic cases that you identified?

rosastern avatar Oct 23 '18 09:10 rosastern

@rosastern I have just updated the description.

OdileDevismesSonos avatar Oct 24 '18 10:10 OdileDevismesSonos