.gitignore
LICENSE
README.md
embedding.png
requirements.txt
setup.py
data/MUTAG_test.tsv
data/MUTAG_train.tsv
data/mutag.owl
pyRDF2Vec.egg-info/PKG-INFO
pyRDF2Vec.egg-info/SOURCES.txt
pyRDF2Vec.egg-info/dependency_links.txt
pyRDF2Vec.egg-info/requires.txt
pyRDF2Vec.egg-info/top_level.txt
rdf2vec/__init__.py
rdf2vec/create_embeddings.py
rdf2vec/example.py
rdf2vec/example_bgs.py
rdf2vec/example_citeseer.py
rdf2vec/example_cora.py
rdf2vec/example_mutag_no_hash.py
rdf2vec/experiment.sh
rdf2vec/gating.py
rdf2vec/generate_corpus.py
rdf2vec/graph.py
rdf2vec/graph_no_hashing.py
rdf2vec/rdf2vec.py
rdf2vec/rdf2vec_no_hashing.py
rdf2vec/rdf2vec_old.py
rdf2vec/transE.py
rdf2vec/walkers/__init__.py
rdf2vec/walkers/anonymous.py
rdf2vec/walkers/community.py
rdf2vec/walkers/halk.py
rdf2vec/walkers/ngrams.py
rdf2vec/walkers/random.py
rdf2vec/walkers/walker.py
rdf2vec/walkers/walklets.py
rdf2vec/walkers/weisfeiler_lehman.py