Does anyone know of a solution or strategy for parsing and translating recurring events in any given language?
I've got some code that sort of works, but I'm having trouble even wrapping my brain around a solid approach.
|
Does anyone know of a solution or strategy for parsing and translating recurring events in any given language? I've got some code that sort of works, but I'm having trouble even wrapping my brain around a solid approach.
| |||
|
feedback
|
|
By "parse" you mean free-form text in any language? That is nearly impossible to do. The problem is, you can describe that in many ways (even in English, right?). Put inflection in the picture and... Taking these facts into account, I can suggest (unless you really must parse free form text, i.e. sent via email or something) that you create a form where people can actually choose recurring frequency and options (i.e. ignore holidays, etc.). It is still uneasy task but... | |||||
feedback
|