Lambda-3 / Stargraph

StarGraph (aka *graph) is a graph database to query large Knowledge Graphs. Playing with Knowledge Graphs can be useful if you are developing AI applications or doing data analysis over complex domains.
MIT License
31 stars 12 forks source link

Remove dependency on CoreNLP #23

Open leonardossz opened 7 years ago

leonardossz commented 7 years ago

Defaults on reference.conf relies on CoreNLP library as the annotator. It's not just a matter of flipping the configuration with OpenNLP (already available) because this will only avoid using the CoreNLP libraries at runtime while still being shipped with the whole platform.

leonardossz commented 7 years ago

24 could address this issue.