kbastani / graphify

Graphify is a Neo4j unmanaged extension used for document and text classification using graph-based hierarchical pattern recognition.
http://graphify.github.io/graphify
Apache License 2.0
382 stars 89 forks source link

Insufficient example documentation #28

Open mafiosso opened 9 years ago

mafiosso commented 9 years ago

I suppose the examples and howtos given in README.md is very brief. For example I wonder how to get the same results as you achieve e.g.:

curl -X POST -d '{ "text": "Interoperability is the ability of making systems work together."}' http://localhost:7474/service/graphify/classify

gives me:

{"classes":[]}

Some data missing? Can you explain prerequisities less briefly? Thank you.