cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

fatjon_lala
Node
since ‎06-26-2019
‎06-01-2022

User Statistics

  • 13 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hello, I am trying to use Stanford NLP framework along with neo4j for a project. I want to know how can I use a input from python to be stored into a node in neo4j graph database so then I could use NLP to this node and start building a knowledge gra...
I am programming in python and I want that every input that I get from python programming to store to neo4j graph database. I am using py2neo to connect neo4j to python. And then I want to use stanford-nlp that neo4j offers to make keyword extraction...
I have a node labeled as Price and I want to retrieve the prices that are lower than an average over these prices. I tried the following cypher query but it did not work out. Can anyone help me out with this? PS: even if you do it with one match it g...
I copied the both jar files inside the plugin folder on neo4j and also changed the conf file as it was suggested on the github: https://github.com/graphaware/neo4j-uuid. Now nothing is generated as a uuid while I create my graph using my data. How c...
Hello, can anyone help me with some sources to get to know how to import data from csv files into neo4j using python, flask and also the py2neo. I dont want to include the raw cypher inside the python to import data due to security??