Eric Lin
Eric Lin
I thought I'd share the wrapper I wrote for setting up the parser to use CoreNLPAnalyzer, read some examples, run the learning algorithm, and parse some text. Hope it's helpful...
Sorry, I forgot that I modified the class a little. Here's my full Response class: ```java import edu.stanford.nlp.sempre.Builder; import edu.stanford.nlp.sempre.Derivation; import edu.stanford.nlp.sempre.Example; import java.util.ArrayList; import java.util.LinkedHashMap; import java.util.List; import java.util.Map;...
@stbusch Looks like I missed some code removals when I did the copypasta. I've updated my comment to remove that line. It was referring to a Hibernate/JPA repository.
@stbusch Yes, I suppose so. To point two, yes, but I think you'd have to change it right before creating the new parser. See comment above: https://github.com/percyliang/sempre/issues/186#issuecomment-424089685
You don't have a C compiler installed. I've never used openSUSE, but you could probably install GCC from Yast or via zypper.