Hi All,
Thanks to the excellent documentation, I was able to get CLAVIN (this one
https://github.com/Berico-Technologies/CLAVIN) compiled and running in Eclipse, but I'm confused about how to get CLAVIN-NERD running.
Could you tell me, should the CLAVIN-NERD files be imported into the existing CLAVIN project? Since WorkflowDemoNERD.java calls the 'parse' method, I placed the 'nerd' directory in the same path as GeoParser.java (something like C:\stuff\CLAVIN-master\src\main\java\com\bericotech\clavin) .
It seems that in my current configuration, CLAVIN-NERD does not know what an
AbstractSequenceClassifier is. Do I need to download Stanford Core NLP (
http://stanfordnlp.github.io/CoreNLP/) and if so, how can I make CLAVIN aware of its location?
Apologies--my Java experience is limited, so I may be way off base.
Thank you!
Laura