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

Training endpoint only allows a single label for text classification #3

Closed kbastani closed 10 years ago

kbastani commented 10 years ago

The training method at http://localhost:7474/service/pattern/training only allows a single label to be applied to the feature vector of supplied text.

Resolve this by changing the "label" property in the JSON model for labeledText to an array.

kbastani commented 10 years ago

Resolved