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

Multiple graphs #26

Closed cicero19 closed 9 years ago

cicero19 commented 9 years ago

Hi Kenny,

I'm wondering if there is a way to use a single instance of neo4j + graphify to train multiple graphs. For example, movie reviews and book reviews in a single database but unrelated. During classification you would need to specify which graph you want to use to classify. The current labels look like "class", "pattern" and "data". Presumably these would need to be duplicated for this case. Does this make sense? Any way to do it currently?

Thanks!

kbastani commented 9 years ago

Hi Mark,

Take a look at this spec: https://github.com/Graphify/graphify/issues/19

It's partially implemented in the 1.0.0-M01 branch. Hoping to have some time soon to merge it in.