i want to convert a business rule such as "it is obligatory that the person has more than 18 years if he wants to subscribe", to java code such as "if (Person.age>18) Person.subscribe()".
I tried one way , i was based on SBVR standard and NLP (Natural Language Processing tools) to convert such rules, are there better ways ? thank you
2.1m questions
2.1m answers
60 comments
57.0k users