Duckling doesn't seem to recognize Arabic numbers especially in date formats, such as:
١/١/٢٠١٨
Guida contributor
Tech stack
Nessuno
Dominio
backenddata
Tipo issue
feature
DifficoltàQuanto dovrebbe essere impegnativa per un nuovo contributor.
3
Tempo stimatoTempo stimato per completare e verificare uno scope piccolo.
half day
Stato attivitàQuanto è probabile che la issue sia ancora attiva e reviewable.
stale
ChiarezzaQuanto chiaramente la issue descrive problema, scope e risultato atteso.
mostly clear
Prerequisiti
basic Haskell knowledgefamiliarity with Duckling codebase
Adatta ai principiantiQuanto la issue è adatta a contributor alla prima esperienza.
30
Direzione di ricerca
Investigate how Duckling currently handles numeric digits in date patterns. Look for the numeral recognition module (likely in Haskell source files under `Duckling/Numeral`). The issue requires adding support for Arabic Indic digits (٠ ٩) in addition to the existing ASCII digits. Check if there is a function that maps digit characters to numbers; if not, extend it. The change is localized to the numeral recognition logic.