stbusch
Results
2
issues of
stbusch
Hi, I'm trying to get some deeper insight in the code of sempre. For the moment, I'm looking at the simple Java logical forms and their execution by the class...
Hi, I guess for doing so I have to add dependencies to the gradle build file, somehow like this: dependencies { implementation (group: 'com.github.percyliang', name: 'sempre', version: '2.4') } but...