Börje Karlsson

Results 17 issues of Börje Karlsson

Currently the recognizers don't properly represent "approximatedly/about/around" as the approx modifier consistently across all number sub types. See example in KO in #2835. This can be an important semantics signal...

enhancement
Priority:P4+

In some situations it seems code resource regeneration from YAML itself fails, but the build continues with the older code resources. Any failure in code generation from YAML, in any...

bug
dotnet
javascript
infrastructure
python
java

JavaScript build system needs to be updated. Current versions of lerna/ava block upgrading some code dependencies.

help wanted
javascript
infrastructure

* “frühmorgens” not recognized correctly if preceded by Holiday and followed by time Ex: "an Weihnachten frühmorgens um 8:00" * Time not recognized correctly if preceded by both day-of-week and...

bug

It seems if users don't have the hooks setup, they can still create PRs and lint issues are not captured in build. This leads to issues where future pushes from...

help wanted
infrastructure
python

For example, in input "a kilo of salt", "a kilo" should be tagged as entity. Not just the unit itself.

bug

Input like "Silvester spätabends um 8:00" currently returns three separate entities. It should at least merge time-range and time, or ideally, merge all three into a single entitiy.

bug

Move common holiday definitions and concrete dates to common resources BaseDateTime.yaml and BaseHolidayParserConfiguration, if the same for all supported cultures. International/standard holidays could be moved to the Base resources/parsers and...

help wanted
refactoring

Currently entities are returned separately in cases of holiday + time-of-day. If possible, the output should be merged into a single entitiy. Examples: - New Year's Eve at night -...

enhancement