aitelint

Results 28 comments of aitelint

> @aitelint Could you validate that this doesn't happen in .NET? Is this a case of date and DOW not matching? ok, I will check

@tellarin, yes these patterns work fine in .NET. Only "Mon 13th" gives problems because it is caught as "on 13th", I have pushed a fix for that. This is not...

> This would also require extra processing to avoid matching as surrounding single-quote. Like in '5'. yes I thought so, but the same kind of processing should be required also...

> Do you have an estimate to handle the mentioned "quote" issue? I have not looked into the "quote" issue yet, I was trying to tackle the python failure first....

@tellarin, added regex to handle the quote issue (merged with the existing NonUnitRegex)

> But why add suppoer for ordinal + week w/o context in this way in English? Such cases without context need a different timex. I left a comment in PR...

@tellarin, the behaviour in .NET is different than the one described here: "i am feeling sick from around 1pm" -> "around 1pm" is extracted and resolved as Time "i am...