MCPcopy Create free account
hub / github.com/DeepGraphLearning/graphvite / Wikipedia

Class Wikipedia

python/graphvite/dataset.py:546–559  ·  view source on GitHub ↗

Wikipedia dump for word embedding. Splits: graph

Source from the content-addressed store, hash-verified

544
545
546class Wikipedia(Dataset):
547 """
548 Wikipedia dump for word embedding.
549
550 Splits:
551 graph
552 """
553 def __init__(self):
554 super(Wikipedia, self).__init__(
555 "wikipedia",
556 urls={
557 "graph": "https://www.dropbox.com/s/q6w950e5f7g7ax8/enwiki-latest-pages-articles-sentences.txt.gz?dl=1"
558 }
559 )
560
561
562class Math(Dataset):

Callers 1

dataset.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected