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.

baderk_cs
Node Link
since ‎06-12-2020
‎06-01-2022

User Statistics

  • 11 Posts
  • 0 Solutions
  • 3 Kudos given
  • 2 Kudos received

User Activity

Hello, I have nodes with text as a property stored in a Neo4j database. However, when I read text and create Spacy objects out of them to compute similarity between them and one text entered by user in memory, it takes too much time to execute. I won...
Hello all, I am trying to query using regular expression in py2neo. However, I ran this query, but It did not work. I tried running the same query directly in Cypher and it worked. I do not know what I am missing. I appreciate any help. Thanks. Bader...
Hello I am sorry it is a newbie question. I researched about how I can make such a query. The following is what I want, but it gives an error. MATCH (n:) WHERE n.name =~ 'car(s?)' return n; I want to find nodes with either car or cars as a node nam...
Hello, I wonder what is the best way to model acronyms that might occur within a node name either in the beginning, middle, or end. For instance, MIT graduate Programs node has an acronym MIT in the beginning of the node name.
Hello all, I have a graph that I want to query. I am using py2neo to do the task. However, when I ran the query, It results in the following error even though I installed the stable release. Graph.run("MATCH (a) WHERE n.name=$x RETURN n.id, labels(n)...
Kudos from