Skip to content

jasonschwartzman/wordnet_conceptnet_neo4j

 
 

Repository files navigation

ConceptNet and WordNet to Neo4j

This script converts ConceptNet and WordNet into an integrated model, allowing search and expansion across both of them.

Docker

To make this script more accessible, you can run this code as a docker container with:

docker run --network=host tomkdickinson/wordnet-conceptnet-neo4j

You will find Neo4J running on localhost:7474.

The default username/password is neo4j/neo4j, and when running for the first time it will ask you to change your password.

About

A python script that converts WordNet and ConceptNet into a Neo4j property graph

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 90.9%
  • Dockerfile 7.8%
  • Shell 1.3%