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.

Hi,

I am trying to generate SVO triplets to below text. Can you help me to choose a verb as relation?

"Normal cells stop growing when they encounter other cells"

Thanks,
Dinesh K.

Comments
martin3
Node Clone

(nc:NormalCell)<-[STOPS_GROWTH_OF]-(oc:OtherTypeOfCell)

or

(nc:NormalCell)<-[STOPPED_GROWTH_OF {encounter: datetime}]-(oc:OtherTypeOfCell)

or

(oc:Cell:OtherType)-[STOPPED_GROWTH_OF {encounter: datetime}]->(nc:Cell:Normal)

Version history
Last update:
‎12-06-2021 04:40 AM
Updated by:
Contributors