Skip to content

Commit

Permalink
delete tempW2V.py, tf1-glove and KW2V.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vidarmehr committed May 6, 2020
1 parent 7733039 commit 62e9a4f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 576 deletions.
323 changes: 0 additions & 323 deletions tf1_glove.py

This file was deleted.

3 changes: 1 addition & 2 deletions xn2v/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"""
from .csf_graph import CSFGraph
from .hetnode2vec import N2vGraph
from .kW2V import kWord2Vec
from .link_prediction import LinkPrediction
from .link_prediction_with_validation import LinkPredictionWithValidation
from .text_encoder import TextEncoder
Expand All @@ -21,5 +20,5 @@

__all__ = [
"N2vGraph", "LinkPrediction", "LinkPredictionWithValidation", "CSFGraph", "TextEncoder", "CooccurrenceEncoder",
"CBOWListBatcher", "kWord2Vec", "ContinuousBagOfWordsWord2Vec", "SkipGramWord2Vec", "SkipGramBatcher"
"CBOWListBatcher", "ContinuousBagOfWordsWord2Vec", "SkipGramWord2Vec", "SkipGramBatcher"
]
Loading

0 comments on commit 62e9a4f

Please sign in to comment.