Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 238 Bytes

File metadata and controls

4 lines (4 loc) · 238 Bytes

This is the RDF2VEC library.

  1. Load the RDF dataset into Apache Jena using BulkLoading class.
  2. Generate RDF walks using WalksGenerator Class on the loaded RDF dataset.
  3. Train word2vec using trainModel.py script using gensim library.