Hi all,Today I was looking for a solution oh how to store a graph I will be creating in a database and happened upon Neo4j, it seems very interesting,
I am a python user mostly, so I will be using the python embedded version. However looking through the documentation there is I am not
sure how to set up this graph.....
I have a set of adjectives (a1, a2, a3, a4) and a set up of nouns (n1,n2,n3,n4), the adjectives modify the nouns (that would be a relationship) and multiple adjectives can connect to a noun. The connection between the adjectives and nouns also has two attributes (pmi_score and metaphor_score) these attributes exist only between one noun and adjective connection, each noun and adjective connection will have a unique form of these attributes. How do you suggest I create this???
Thanks, sorry this is vague, I am just starting, and was hoping to get your expertise so I can get started quickly.
Thanks,
Lisa Gandy