Skip to content

Duckling v0.1.1.0

Compare
Choose a tag to compare
@patapizza patapizza released this 19 Jun 23:34

Core

  • More optimizations for Time internals.
  • Entity value is now a Value (was a JSON-encoded Text).

Rulesets

  • Common
    • AmountOfMoney: MYR currency
    • Duration: Helper for ". hours"
  • CS
    • Distance: new!
    • Numeral: new!
  • DE
    • Ordinal: Don't parse "1.1."
    • Time: Small improvements
  • EN
    • AmountOfMoney
      • Support pence as cents
      • Support Malaysian ringgits
    • Distance: Abbreviations for inches, miles
    • Numeral: Fractions
    • Quantity: Generic product
    • Time
      • Allow spaces in e.g. "2 / 15"
      • Afternoonish
      • Early/mid/late month
  • ID
    • Numeral: Optimization for regex matching
  • KO
    • Time: Fixed typo in the day after tomorrow
  • SV
    • Time: vid
  • TR
    • Distance: new!
    • Duration: new!
    • Numeral: Comma as decimal mark
    • Temperature: new!
    • Volume: new!
  • ZH
    • Time: Cantonese support

Server

  • Added dockerfile
  • Fixed warnings around logs