aitelint

Results 28 comments of aitelint

hi @VictorGrycuk, no problem and thanks for the reply. 1. To reproduce the issue use for example the Java SimpleConsole (no need to define a new regex, the problem already...

> @LionbridgeCSII, we used the examples you attached following your repro steps, and the examples were correctly recognized as **date**. @VictorGrycuk, interesting, it seems there is something wrong on my...

@tellarin, yes there are some interferences with DatePeriod and now some patterns are not correctly handled in certain languages. I am working on fixing these issues.

@tellarin, I left a comment in [#2950](https://github.com/microsoft/Recognizers-Text/pull/2950#discussion_r894304777) about this. It seems that parsing of spans is not supported in .NET Framework, so the span needs to be converted back to...

@tellarin, should we address this one?

@tellarin, this one contains also the commit from #2217. But it seems that the use of 'double[]' in the new dictionary DimensionUnitMultiplesMap is breaking the javascript build

> Does javascript support something like "number[]"? If so, the code generator can be modified to translate the type. Can you test this and reply here? If it would work,...

@tellarin, with "number[]" javascript builds correctly, but .NET does not support it.