Skip to content

pawelrychlik/semantic-network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

semantic-network

WordNet + Neo4j = semantic network

index.js

A handy console lookup tool for WordNet 3.1.

Run: node index.js greyhound where greyhound is your query.

rdf.js

Reads the WordNet-RDF dump (~1.3 GB), and inserts the entries (synsets / relationships) into Neo4j in batches.

Run: node rdf.js

TODO: let's run the whole thing twice:
  • create only nodes (labels) in batches
  • create only relationships (hypernyms, antonyms, see also, translations) in batches

About

WordNet + Neo4j = semantic network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published