Hello!
I've come to neo4j from a suggestion by a colleague on the visualisation of large graphs.
We're looking to attach the open-source speech understanding tool, Enguage (TM), to neo4j so we can interact with it by voice.
Perhaps such a thing exists already, but doing it with Enguage should be an interesting use-case.
Enguage already has other examples, such as verbal reasoning on Android and data mining Wikipedia.
So, this simply means transforming plain language into Cypher(?) queries (which Enguage can do!) and feeding this into a CLI, if such a thing exists.
If not, one could be 'easily' developed from the HelloWorldExample.java to feed in queries.
Enguage, itself, is written in Java and has hooks for running programs and directly calling Java methods, so there are several options.
I've got the sandbox server up and running, but the HelloWorldExample.java code doesn't seem to fit into it?
I started downloading and installing all the dependencies manually >:-O but there must be an easier way, so I'm reaching out!
Maybe I'm overthinking things - or I've probably missed something "obvious" (it won't be the first time!)
Any help/pointers would be gratefully recieved...
Kind regards,
Martin