refo
refo copied to clipboard
Stuck at a problem.
I looked everywhere but, couldn't find proper resources for this library. Finally, I am writing this as an issue. I am using this library with your quepy library for converting questions into sparql queries. @rafacarrascosa could you help me out with the regexes of the following questions:
- Who is ("Proper noun Name")?
- What is ("Someone's") lastname?
- What is (<employee_id>'s) hiredate?
- What is (<employee_id>'s) position?
** (advanced): 5) How many
were hired before some ? Please note, I am going to write the dsl for these in quepy. I am unable to do so right now, because I am not getting the regex correct in the first place.