https://github.com/neo4j-examples/nlp-knowledge-graph
This repository contains queries and data from creating a dev.to/Wikidata Software Knowledge Graph using neosemantics and APOC NLP.
https://github.com/neo4j-examples/nlp-knowledge-graph
Last synced: 3 months ago
JSON representation
This repository contains queries and data from creating a dev.to/Wikidata Software Knowledge Graph using neosemantics and APOC NLP.
- Host: GitHub
- URL: https://github.com/neo4j-examples/nlp-knowledge-graph
- Owner: neo4j-examples
- Created: 2020-08-13T08:21:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-08T16:26:25.000Z (over 3 years ago)
- Last Synced: 2025-05-08T01:44:29.987Z (7 months ago)
- Language: Shell
- Homepage:
- Size: 104 KB
- Stars: 31
- Watchers: 3
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= NLP and Knowledge Graphs
The code in this repository is from a talk at the https://neo4j.com/connections/knowledge-graphs/[Neo4j Connections: Knowledge Graphs^] event.
== Running the examples
You can run the examples by following the instructions below:
=== Download code from GitHub
[source, bash]
----
git clone https://github.com/neo4j-examples/nlp-knowledge-graph.git
cd nlp-knowledge-graph
----
=== Launch Neo4j
You can launch Neo4j by using the following command:
[source,bash]
----
docker-compose up
----
This will spin up a Neo4j server, which can be accessed at http://localhost:7474
You can then play a Neo4j Browser guide by running the following command:
[source,cypher]
----
:play https://guides.neo4j.com/nlp_knowledge_graphs
----