basic Haskell knowledgefamiliarity with Duckling codebase
初心者向け度初回貢献者にどれだけ取り組みやすいかを 1-100 で推定したスコアです。
30
調査方針
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.
Arabic Numbers are not recognized · facebook/duckling#150 | Good First Issue