add corpus, dict and mdel
Browse files- Demo_TopicVis/Demo_TopicVis/corpus.mm +3 -0
- Demo_TopicVis/Demo_TopicVis/corpus.mm.index +3 -0
- Demo_TopicVis/Demo_TopicVis/lda_demo.model +3 -0
- Demo_TopicVis/Demo_TopicVis/lda_demo.model.expElogbeta.npy +3 -0
- Demo_TopicVis/Demo_TopicVis/lda_demo.model.id2word +3 -0
- Demo_TopicVis/Demo_TopicVis/lda_demo.model.state +3 -0
- Demo_TopicVis/Demo_TopicVis/livedoor_demo.dict +3 -0
- Demo_TopicVis/Demo_TopicVis/raw_corpus.csv +3 -0
- Demo_TopicVis/Demo_TopicVis/word2vec.gensim.model +3 -0
- Demo_TopicVis/Demo_TopicVis/word2vec.gensim.model.syn1neg.npy +3 -0
- Demo_TopicVis/Demo_TopicVis/word2vec.gensim.model.wv.syn0.npy +3 -0
- Demo_TopicVis/Demo_TopicVis/word2vec.model +3 -0
Demo_TopicVis/Demo_TopicVis/corpus.mm
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:38635f82ae9f3c4dda7102fc9490bdedc7252db2ce112567fa770ca12026e073
|
3 |
+
size 11175678
|
Demo_TopicVis/Demo_TopicVis/corpus.mm.index
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:72767db46c1cd1d6fa978d07d3292ab8f05f568ea07b2fb6e2bf5360a68a2f1c
|
3 |
+
size 36780
|
Demo_TopicVis/Demo_TopicVis/lda_demo.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:343b994ba88549e98bf9005b12aaa905a7fbd8799da33c56eaf239bbef306767
|
3 |
+
size 161307
|
Demo_TopicVis/Demo_TopicVis/lda_demo.model.expElogbeta.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:67b82332c681036407bff78f2e60e8317ea114c96037edd52e2296222e2e650a
|
3 |
+
size 1416296
|
Demo_TopicVis/Demo_TopicVis/lda_demo.model.id2word
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e2e99dcee6c62d468b5d64053a2654a3559ea6cad38c5ca934ee4db5e91d14f6
|
3 |
+
size 1283235
|
Demo_TopicVis/Demo_TopicVis/lda_demo.model.state
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d4d1a044ffad64e9769daf521cf6195c74a6f221332f3c1435ac0aca167f136d
|
3 |
+
size 1574192
|
Demo_TopicVis/Demo_TopicVis/livedoor_demo.dict
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2d7019ad7b4fd3f486a1ea96f65ce5a2c2c0fd8e0d56cb38a4f9beac1850fb14
|
3 |
+
size 1283368
|
Demo_TopicVis/Demo_TopicVis/raw_corpus.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:746107980f471c893fa8fb1fb40e65f50bbf9b97fe5f7ad485e8d6997b9baf7f
|
3 |
+
size 26062717
|
Demo_TopicVis/Demo_TopicVis/word2vec.gensim.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9125139e4c1394e42e1c792f2ff5703a6180e9ac38b6c0122cc9397115eccd48
|
3 |
+
size 23527420
|
Demo_TopicVis/Demo_TopicVis/word2vec.gensim.model.syn1neg.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:164b5cd74b4abc03e7090eae31ceae68e8758aea374b07af7415bc789dcaf4be
|
3 |
+
size 67095280
|
Demo_TopicVis/Demo_TopicVis/word2vec.gensim.model.wv.syn0.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3cca0fc3f50b79eb3518ce84ae54019767e41815d8d31748a00f77be650edbb1
|
3 |
+
size 67095280
|
Demo_TopicVis/Demo_TopicVis/word2vec.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5fa90bdfdcca128e8d6689ff883ab8d3e587ab6b348f7bed7f1ad13a50782b12
|
3 |
+
size 21550345
|