Reputation: 1
I am using Duckling software. In the FR Rules file:
ruleDemain :: Rule
ruleDemain = Rule
{ name = "demain"
, pattern =
[ regex "(le len)?demain"
]
, prod = \_ -> tt $ cycleNth TG.Day 1
}
I want the software to be able to interpret demain and Demain as the same word. I am looking for a global solution for all the rules.
Upvotes: 0
Views: 80