Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 27, 2019 21:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/9ae922139074c0b09e266990b63d234d to your computer and use it in GitHub Desktop.
Save ryantm/9ae922139074c0b09e266990b63d234d to your computer and use it in GitHub Desktop.
/nix/store/4slwy45ip9jb0f7j7ngh5hssndr8a7k7-python3.7-gensim-3.7.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── gensim
│   │   ├── corpora
│   │   │   ├── bleicorpus.py
│   │   │   ├── csvcorpus.py
│   │   │   ├── dictionary.py
│   │   │   ├── hashdictionary.py
│   │   │   ├── indexedcorpus.py
│   │   │   ├── __init__.py
│   │   │   ├── lowcorpus.py
│   │   │   ├── malletcorpus.py
│   │   │   ├── mmcorpus.py
│   │   │   ├── _mmreader.c
│   │   │   ├── _mmreader.cpython-37m-x86_64-linux-gnu.so
│   │   │   ├── _mmreader.pyx
│   │   │   ├── __pycache__
│   │   │   │   ├── bleicorpus.cpython-37.pyc
│   │   │   │   ├── csvcorpus.cpython-37.pyc
│   │   │   │   ├── dictionary.cpython-37.pyc
│   │   │   │   ├── hashdictionary.cpython-37.pyc
│   │   │   │   ├── indexedcorpus.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── lowcorpus.cpython-37.pyc
│   │   │   │   ├── malletcorpus.cpython-37.pyc
│   │   │   │   ├── mmcorpus.cpython-37.pyc
│   │   │   │   ├── sharded_corpus.cpython-37.pyc
│   │   │   │   ├── svmlightcorpus.cpython-37.pyc
│   │   │   │   ├── textcorpus.cpython-37.pyc
│   │   │   │   ├── ucicorpus.cpython-37.pyc
│   │   │   │   └── wikicorpus.cpython-37.pyc
│   │   │   ├── sharded_corpus.py
│   │   │   ├── svmlightcorpus.py
│   │   │   ├── textcorpus.py
│   │   │   ├── ucicorpus.py
│   │   │   └── wikicorpus.py
│   │   ├── downloader.py
│   │   ├── __init__.py
│   │   ├── interfaces.py
│   │   ├── _matutils.c
│   │   ├── _matutils.cpython-37m-x86_64-linux-gnu.so
│   │   ├── matutils.py
│   │   ├── _matutils.pyx
│   │   ├── models
│   │   │   ├── atmodel.py
│   │   │   ├── base_any2vec.py
│   │   │   ├── basemodel.py
│   │   │   ├── callbacks.py
│   │   │   ├── coherencemodel.py
│   │   │   ├── deprecated
│   │   │   │   ├── doc2vec.py
│   │   │   │   ├── fasttext.py
│   │   │   │   ├── fasttext_wrapper.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── keyedvectors.py
│   │   │   │   ├── old_saveload.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── doc2vec.cpython-37.pyc
│   │   │   │   │   ├── fasttext.cpython-37.pyc
│   │   │   │   │   ├── fasttext_wrapper.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── keyedvectors.cpython-37.pyc
│   │   │   │   │   ├── old_saveload.cpython-37.pyc
│   │   │   │   │   └── word2vec.cpython-37.pyc
│   │   │   │   └── word2vec.py
│   │   │   ├── doc2vec_corpusfile.cpp
│   │   │   ├── doc2vec_corpusfile.cpython-37m-x86_64-linux-gnu.so
│   │   │   ├── doc2vec_corpusfile.pyx
│   │   │   ├── doc2vec_inner.c
│   │   │   ├── doc2vec_inner.cpython-37m-x86_64-linux-gnu.so
│   │   │   ├── doc2vec_inner.pxd
│   │   │   ├── doc2vec_inner.pyx
│   │   │   ├── doc2vec.py
│   │   │   ├── fast_line_sentence.h
│   │   │   ├── _fasttext_bin.py
│   │   │   ├── fasttext_corpusfile.cpp
│   │   │   ├── fasttext_corpusfile.cpython-37m-x86_64-linux-gnu.so
│   │   │   ├── fasttext_corpusfile.pyx
│   │   │   ├── fasttext_inner.c
│   │   │   ├── fasttext_inner.cpython-37m-x86_64-linux-gnu.so
│   │   │   ├── fasttext_inner.pxd
│   │   │   ├── fasttext_inner.pyx
│   │   │   ├── fasttext.py
│   │   │   ├── hdpmodel.py
│   │   │   ├── __init__.py
│   │   │   ├── keyedvectors.py
│   │   │   ├── lda_dispatcher.py
│   │   │   ├── ldamodel.py
│   │   │   ├── ldamulticore.py
│   │   │   ├── ldaseqmodel.py
│   │   │   ├── lda_worker.py
│   │   │   ├── logentropy_model.py
│   │   │   ├── lsi_dispatcher.py
│   │   │   ├── lsimodel.py
│   │   │   ├── lsi_worker.py
│   │   │   ├── nmf_pgd.c
│   │   │   ├── nmf_pgd.cpython-37m-x86_64-linux-gnu.so
│   │   │   ├── nmf_pgd.pyx
│   │   │   ├── nmf.py
│   │   │   ├── normmodel.py
│   │   │   ├── phrases.py
│   │   │   ├── poincare.py
│   │   │   ├── __pycache__
│   │   │   │   ├── atmodel.cpython-37.pyc
│   │   │   │   ├── base_any2vec.cpython-37.pyc
│   │   │   │   ├── basemodel.cpython-37.pyc
│   │   │   │   ├── callbacks.cpython-37.pyc
│   │   │   │   ├── coherencemodel.cpython-37.pyc
│   │   │   │   ├── doc2vec.cpython-37.pyc
│   │   │   │   ├── _fasttext_bin.cpython-37.pyc
│   │   │   │   ├── fasttext.cpython-37.pyc
│   │   │   │   ├── hdpmodel.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── keyedvectors.cpython-37.pyc
│   │   │   │   ├── lda_dispatcher.cpython-37.pyc
│   │   │   │   ├── ldamodel.cpython-37.pyc
│   │   │   │   ├── ldamulticore.cpython-37.pyc
│   │   │   │   ├── ldaseqmodel.cpython-37.pyc
│   │   │   │   ├── lda_worker.cpython-37.pyc
│   │   │   │   ├── logentropy_model.cpython-37.pyc
│   │   │   │   ├── lsi_dispatcher.cpython-37.pyc
│   │   │   │   ├── lsimodel.cpython-37.pyc
│   │   │   │   ├── lsi_worker.cpython-37.pyc
│   │   │   │   ├── nmf.cpython-37.pyc
│   │   │   │   ├── normmodel.cpython-37.pyc
│   │   │   │   ├── phrases.cpython-37.pyc
│   │   │   │   ├── poincare.cpython-37.pyc
│   │   │   │   ├── rpmodel.cpython-37.pyc
│   │   │   │   ├── tfidfmodel.cpython-37.pyc
│   │   │   │   ├── translation_matrix.cpython-37.pyc
│   │   │   │   ├── utils_any2vec.cpython-37.pyc
│   │   │   │   └── word2vec.cpython-37.pyc
│   │   │   ├── rpmodel.py
│   │   │   ├── tfidfmodel.py
│   │   │   ├── translation_matrix.py
│   │   │   ├── _utils_any2vec.c
│   │   │   ├── _utils_any2vec.cpython-37m-x86_64-linux-gnu.so
│   │   │   ├── utils_any2vec.py
│   │   │   ├── _utils_any2vec.pyx
│   │   │   ├── voidptr.h
│   │   │   ├── word2vec_corpusfile.cpp
│   │   │   ├── word2vec_corpusfile.cpython-37m-x86_64-linux-gnu.so
│   │   │   ├── word2vec_corpusfile.pxd
│   │   │   ├── word2vec_corpusfile.pyx
│   │   │   ├── word2vec_inner.c
│   │   │   ├── word2vec_inner.cpython-37m-x86_64-linux-gnu.so
│   │   │   ├── word2vec_inner.pxd
│   │   │   ├── word2vec_inner.pyx
│   │   │   ├── word2vec.py
│   │   │   └── wrappers
│   │   │   ├── dtmmodel.py
│   │   │   ├── fasttext.py
│   │   │   ├── __init__.py
│   │   │   ├── ldamallet.py
│   │   │   ├── ldavowpalwabbit.py
│   │   │   ├── __pycache__
│   │   │   │   ├── dtmmodel.cpython-37.pyc
│   │   │   │   ├── fasttext.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── ldamallet.cpython-37.pyc
│   │   │   │   ├── ldavowpalwabbit.cpython-37.pyc
│   │   │   │   ├── varembed.cpython-37.pyc
│   │   │   │   └── wordrank.cpython-37.pyc
│   │   │   ├── varembed.py
│   │   │   └── wordrank.py
│   │   ├── nosy.py
│   │   ├── parsing
│   │   │   ├── __init__.py
│   │   │   ├── porter.py
│   │   │   ├── preprocessing.py
│   │   │   └── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── porter.cpython-37.pyc
│   │   │   └── preprocessing.cpython-37.pyc
│   │   ├── __pycache__
│   │   │   ├── downloader.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── interfaces.cpython-37.pyc
│   │   │   ├── matutils.cpython-37.pyc
│   │   │   ├── nosy.cpython-37.pyc
│   │   │   └── utils.cpython-37.pyc
│   │   ├── scripts
│   │   │   ├── glove2word2vec.py
│   │   │   ├── __init__.py
│   │   │   ├── make_wikicorpus.py
│   │   │   ├── make_wiki_lemma.py
│   │   │   ├── make_wiki_online_lemma.py
│   │   │   ├── make_wiki_online_nodebug.py
│   │   │   ├── make_wiki_online.py
│   │   │   ├── make_wiki.py
│   │   │   ├── package_info.py
│   │   │   ├── __pycache__
│   │   │   │   ├── glove2word2vec.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── make_wikicorpus.cpython-37.pyc
│   │   │   │   ├── make_wiki.cpython-37.pyc
│   │   │   │   ├── make_wiki_lemma.cpython-37.pyc
│   │   │   │   ├── make_wiki_online.cpython-37.pyc
│   │   │   │   ├── make_wiki_online_lemma.cpython-37.pyc
│   │   │   │   ├── make_wiki_online_nodebug.cpython-37.pyc
│   │   │   │   ├── package_info.cpython-37.pyc
│   │   │   │   ├── segment_wiki.cpython-37.pyc
│   │   │   │   ├── word2vec2tensor.cpython-37.pyc
│   │   │   │   └── word2vec_standalone.cpython-37.pyc
│   │   │   ├── segment_wiki.py
│   │   │   ├── word2vec2tensor.py
│   │   │   └── word2vec_standalone.py
│   │   ├── similarities
│   │   │   ├── docsim.py
│   │   │   ├── index.py
│   │   │   ├── __init__.py
│   │   │   ├── levenshtein.py
│   │   │   ├── __pycache__
│   │   │   │   ├── docsim.cpython-37.pyc
│   │   │   │   ├── index.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── levenshtein.cpython-37.pyc
│   │   │   │   └── termsim.cpython-37.pyc
│   │   │   └── termsim.py
│   │   ├── sklearn_api
│   │   │   ├── atmodel.py
│   │   │   ├── d2vmodel.py
│   │   │   ├── ftmodel.py
│   │   │   ├── hdp.py
│   │   │   ├── __init__.py
│   │   │   ├── ldamodel.py
│   │   │   ├── ldaseqmodel.py
│   │   │   ├── lsimodel.py
│   │   │   ├── phrases.py
│   │   │   ├── __pycache__
│   │   │   │   ├── atmodel.cpython-37.pyc
│   │   │   │   ├── d2vmodel.cpython-37.pyc
│   │   │   │   ├── ftmodel.cpython-37.pyc
│   │   │   │   ├── hdp.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── ldamodel.cpython-37.pyc
│   │   │   │   ├── ldaseqmodel.cpython-37.pyc
│   │   │   │   ├── lsimodel.cpython-37.pyc
│   │   │   │   ├── phrases.cpython-37.pyc
│   │   │   │   ├── rpmodel.cpython-37.pyc
│   │   │   │   ├── text2bow.cpython-37.pyc
│   │   │   │   ├── tfidf.cpython-37.pyc
│   │   │   │   └── w2vmodel.cpython-37.pyc
│   │   │   ├── rpmodel.py
│   │   │   ├── text2bow.py
│   │   │   ├── tfidf.py
│   │   │   └── w2vmodel.py
│   │   ├── summarization
│   │   │   ├── bm25.py
│   │   │   ├── commons.py
│   │   │   ├── graph.py
│   │   │   ├── __init__.py
│   │   │   ├── keywords.py
│   │   │   ├── mz_entropy.py
│   │   │   ├── pagerank_weighted.py
│   │   │   ├── __pycache__
│   │   │   │   ├── bm25.cpython-37.pyc
│   │   │   │   ├── commons.cpython-37.pyc
│   │   │   │   ├── graph.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── keywords.cpython-37.pyc
│   │   │   │   ├── mz_entropy.cpython-37.pyc
│   │   │   │   ├── pagerank_weighted.cpython-37.pyc
│   │   │   │   ├── summarizer.cpython-37.pyc
│   │   │   │   ├── syntactic_unit.cpython-37.pyc
│   │   │   │   └── textcleaner.cpython-37.pyc
│   │   │   ├── summarizer.py
│   │   │   ├── syntactic_unit.py
│   │   │   └── textcleaner.py
│   │   ├── test
│   │   │   ├── basetmtests.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── basetmtests.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── simspeed2.cpython-37.pyc
│   │   │   │   ├── simspeed.cpython-37.pyc
│   │   │   │   ├── svd_error.cpython-37.pyc
│   │   │   │   ├── test_aggregation.cpython-37.pyc
│   │   │   │   ├── test_api.cpython-37.pyc
│   │   │   │   ├── test_atmodel.cpython-37.pyc
│   │   │   │   ├── test_big.cpython-37.pyc
│   │   │   │   ├── test_BM25.cpython-37.pyc
│   │   │   │   ├── test_coherencemodel.cpython-37.pyc
│   │   │   │   ├── test_corpora.cpython-37.pyc
│   │   │   │   ├── test_corpora_dictionary.cpython-37.pyc
│   │   │   │   ├── test_corpora_hashdictionary.cpython-37.pyc
│   │   │   │   ├── test_datatype.cpython-37.pyc
│   │   │   │   ├── test_direct_confirmation.cpython-37.pyc
│   │   │   │   ├── test_doc2vec.cpython-37.pyc
│   │   │   │   ├── test_dtm.cpython-37.pyc
│   │   │   │   ├── test_fasttext.cpython-37.pyc
│   │   │   │   ├── test_fasttext_wrapper.cpython-37.pyc
│   │   │   │   ├── test_glove2word2vec.cpython-37.pyc
│   │   │   │   ├── test_hdpmodel.cpython-37.pyc
│   │   │   │   ├── test_indirect_confirmation.cpython-37.pyc
│   │   │   │   ├── test_keras_integration.cpython-37.pyc
│   │   │   │   ├── test_keyedvectors.cpython-37.pyc
│   │   │   │   ├── test_keywords.cpython-37.pyc
│   │   │   │   ├── test_lda_callback.cpython-37.pyc
│   │   │   │   ├── test_ldamallet_wrapper.cpython-37.pyc
│   │   │   │   ├── test_ldamodel.cpython-37.pyc
│   │   │   │   ├── test_ldaseqmodel.cpython-37.pyc
│   │   │   │   ├── test_ldavowpalwabbit_wrapper.cpython-37.pyc
│   │   │   │   ├── test_lee.cpython-37.pyc
│   │   │   │   ├── test_logentropy_model.cpython-37.pyc
│   │   │   │   ├── test_lsimodel.cpython-37.pyc
│   │   │   │   ├── test_matutils.cpython-37.pyc
│   │   │   │   ├── test_miislita.cpython-37.pyc
│   │   │   │   ├── test_nmf.cpython-37.pyc
│   │   │   │   ├── test_normmodel.cpython-37.pyc
│   │   │   │   ├── test_parsing.cpython-37.pyc
│   │   │   │   ├── test_phrases.cpython-37.pyc
│   │   │   │   ├── test_poincare.cpython-37.pyc
│   │   │   │   ├── test_probability_estimation.cpython-37.pyc
│   │   │   │   ├── test_rpmodel.cpython-37.pyc
│   │   │   │   ├── test_scripts.cpython-37.pyc
│   │   │   │   ├── test_segmentation.cpython-37.pyc
│   │   │   │   ├── test_sharded_corpus.cpython-37.pyc
│   │   │   │   ├── test_similarities.cpython-37.pyc
│   │   │   │   ├── test_similarity_metrics.cpython-37.pyc
│   │   │   │   ├── test_sklearn_api.cpython-37.pyc
│   │   │   │   ├── test_summarization.cpython-37.pyc
│   │   │   │   ├── test_text_analysis.cpython-37.pyc
│   │   │   │   ├── test_tfidfmodel.cpython-37.pyc
│   │   │   │   ├── test_tmdiff.cpython-37.pyc
│   │   │   │   ├── test_translation_matrix.cpython-37.pyc
│   │   │   │   ├── test_utils.cpython-37.pyc
│   │   │   │   ├── test_varembed_wrapper.cpython-37.pyc
│   │   │   │   ├── test_word2vec.cpython-37.pyc
│   │   │   │   ├── test_wordrank_wrapper.cpython-37.pyc
│   │   │   │   └── utils.cpython-37.pyc
│   │   │   ├── simspeed2.py
│   │   │   ├── simspeed.py
│   │   │   ├── svd_error.py
│   │   │   ├── test_aggregation.py
│   │   │   ├── test_api.py
│   │   │   ├── test_atmodel.py
│   │   │   ├── test_big.py
│   │   │   ├── test_BM25.py
│   │   │   ├── test_coherencemodel.py
│   │   │   ├── test_corpora_dictionary.py
│   │   │   ├── test_corpora_hashdictionary.py
│   │   │   ├── test_corpora.py
│   │   │   ├── test_data
│   │   │   │   ├── alldata-id-10.txt
│   │   │   │   ├── atmodel_3_0_1_model
│   │   │   │   ├── atmodel_3_0_1_model.expElogbeta.npy
│   │   │   │   ├── atmodel_3_0_1_model.id2word
│   │   │   │   ├── atmodel_3_0_1_model.state
│   │   │   │   ├── bgwiki-latest-pages-articles-shortened.xml.bz2
│   │   │   │   ├── compatible-hash-false.model
│   │   │   │   ├── compatible-hash-true.model
│   │   │   │   ├── cp852_fasttext.bin
│   │   │   │   ├── crime-and-punishment.bin
│   │   │   │   ├── crime-and-punishment.txt
│   │   │   │   ├── crime-and-punishment.vec
│   │   │   │   ├── d2v-lee-v0.13.0
│   │   │   │   ├── doc2vec_old
│   │   │   │   ├── doc2vec_old_sep
│   │   │   │   ├── doc2vec_old_sep.syn0_lockf.npy
│   │   │   │   ├── doc2vec_old_sep.syn1neg.npy
│   │   │   │   ├── DTM
│   │   │   │   │   ├── ldaseq_3_0_1_model
│   │   │   │   │   └── sstats_test.txt
│   │   │   │   ├── dtm_test.dict
│   │   │   │   ├── dtm_test.mm
│   │   │   │   ├── EN.1-10.cbow1_wind5_hs0_neg10_size300_smpl1e-05.txt
│   │   │   │   ├── enwiki-latest-pages-articles1.xml-p000000010p000030302-shortened.bz2
│   │   │   │   ├── enwiki-table-markup.xml.bz2
│   │   │   │   ├── euclidean_vectors.bin
│   │   │   │   ├── fasttext_old
│   │   │   │   ├── fasttext_old_sep
│   │   │   │   ├── fasttext_old_sep.syn0_lockf.npy
│   │   │   │   ├── fasttext_old_sep.syn1neg.npy
│   │   │   │   ├── ft_model_2.3.0
│   │   │   │   ├── head500.noblanks.cor
│   │   │   │   ├── head500.noblanks.cor.bz2
│   │   │   │   ├── head500.noblanks.cor_tfidf.model
│   │   │   │   ├── head500.noblanks.cor_wordids.txt
│   │   │   │   ├── high_precision.kv.bin
│   │   │   │   ├── high_precision.kv.txt
│   │   │   │   ├── IT.1-10.cbow1_wind5_hs0_neg10_size300_smpl1e-05.txt
│   │   │   │   ├── large_tag_doc_10_iter50
│   │   │   │   ├── lda_3_0_1_model
│   │   │   │   ├── lda_3_0_1_model.expElogbeta.npy
│   │   │   │   ├── lda_3_0_1_model.id2word
│   │   │   │   ├── lda_3_0_1_model.state
│   │   │   │   ├── ldamodel_python_2_7
│   │   │   │   ├── ldamodel_python_2_7.expElogbeta.npy
│   │   │   │   ├── ldamodel_python_2_7.id2word
│   │   │   │   ├── ldamodel_python_2_7.state
│   │   │   │   ├── ldamodel_python_3_5
│   │   │   │   ├── ldamodel_python_3_5.expElogbeta.npy
│   │   │   │   ├── ldamodel_python_3_5.id2word
│   │   │   │   ├── ldamodel_python_3_5.state
│   │   │   │   ├── ldavowpalwabbit.dict.txt
│   │   │   │   ├── ldavowpalwabbit.txt
│   │   │   │   ├── lee_background.cor
│   │   │   │   ├── lee.cor
│   │   │   │   ├── lee_fasttext
│   │   │   │   ├── lee_fasttext.bin
│   │   │   │   ├── lee_fasttext_new.bin
│   │   │   │   ├── lee_fasttext.vec
│   │   │   │   ├── mihalcea_tarau.kwpos.txt
│   │   │   │   ├── mihalcea_tarau.kw.txt
│   │   │   │   ├── mihalcea_tarau.summ.txt
│   │   │   │   ├── mihalcea_tarau.txt
│   │   │   │   ├── miIslita.cor
│   │   │   │   ├── mini_newsgroup
│   │   │   │   ├── non_ascii_fasttext.bin
│   │   │   │   ├── old_d2v_models
│   │   │   │   │   ├── d2v_0.12.0.mdl
│   │   │   │   │   ├── d2v_0.12.1.mdl
│   │   │   │   │   ├── d2v_0.12.2.mdl
│   │   │   │   │   ├── d2v_0.12.3.mdl
│   │   │   │   │   ├── d2v_0.12.4.mdl
│   │   │   │   │   ├── d2v_0.13.0.mdl
│   │   │   │   │   ├── d2v_0.13.1.mdl
│   │   │   │   │   ├── d2v_0.13.2.mdl
│   │   │   │   │   ├── d2v_0.13.3.mdl
│   │   │   │   │   ├── d2v_0.13.4.mdl
│   │   │   │   │   ├── d2v_1.0.0.mdl
│   │   │   │   │   ├── d2v_1.0.1.mdl
│   │   │   │   │   ├── d2v_2.0.0.mdl
│   │   │   │   │   ├── d2v_2.1.0.mdl
│   │   │   │   │   ├── d2v_2.2.0.mdl
│   │   │   │   │   ├── d2v_2.3.0.mdl
│   │   │   │   │   ├── d2v_3.0.0.mdl
│   │   │   │   │   ├── d2v_3.1.0.mdl
│   │   │   │   │   ├── d2v_3.2.0.mdl
│   │   │   │   │   ├── d2v_3.3.0.mdl
│   │   │   │   │   └── d2v_3.4.0.mdl
│   │   │   │   ├── old_w2v_models
│   │   │   │   │   ├── w2v_0.12.0.mdl
│   │   │   │   │   ├── w2v_0.12.1.mdl
│   │   │   │   │   ├── w2v_0.12.2.mdl
│   │   │   │   │   ├── w2v_0.12.3.mdl
│   │   │   │   │   ├── w2v_0.12.4.mdl
│   │   │   │   │   ├── w2v_0.13.0.mdl
│   │   │   │   │   ├── w2v_0.13.1.mdl
│   │   │   │   │   ├── w2v_0.13.2.mdl
│   │   │   │   │   ├── w2v_0.13.3.mdl
│   │   │   │   │   ├── w2v_0.13.4.mdl
│   │   │   │   │   ├── w2v_1.0.0.mdl
│   │   │   │   │   ├── w2v_1.0.1.mdl
│   │   │   │   │   ├── w2v_2.0.0.mdl
│   │   │   │   │   ├── w2v_2.1.0.mdl
│   │   │   │   │   ├── w2v_2.2.0.mdl
│   │   │   │   │   ├── w2v_2.3.0.mdl
│   │   │   │   │   ├── w2v_3.0.0.mdl
│   │   │   │   │   ├── w2v_3.1.0.mdl
│   │   │   │   │   ├── w2v_3.2.0.mdl
│   │   │   │   │   ├── w2v_3.3.0.mdl
│   │   │   │   │   └── w2v_3.4.0.mdl
│   │   │   │   ├── OPUS_en_it_europarl_train_one2ten.txt
│   │   │   │   ├── pang_lee_polarity.cor
│   │   │   │   ├── pang_lee_polarity_fasttext.bin
│   │   │   │   ├── pang_lee_polarity_fasttext.vec
│   │   │   │   ├── para2para_text1.txt
│   │   │   │   ├── para2para_text2.txt
│   │   │   │   ├── PathLineSentences
│   │   │   │   │   ├── 1.txt
│   │   │   │   │   └── 2.txt.bz2
│   │   │   │   ├── phraser-3.6.0.model
│   │   │   │   ├── phraser-no-common-terms.pkl
│   │   │   │   ├── phraser-no-scoring.pkl
│   │   │   │   ├── phraser-scoring-str.pkl
│   │   │   │   ├── phrases-3.6.0.model
│   │   │   │   ├── phrases-no-common-terms.pkl
│   │   │   │   ├── phrases-no-scoring.pkl
│   │   │   │   ├── phrases-scoring-str.pkl
│   │   │   │   ├── phrases-transformer-new-v3-5-0.pkl
│   │   │   │   ├── phrases-transformer-v3-5-0.pkl
│   │   │   │   ├── poincare_cp852.tsv
│   │   │   │   ├── poincare_hypernyms_large.tsv
│   │   │   │   ├── poincare_hypernyms.tsv
│   │   │   │   ├── poincare_test_3.4.0
│   │   │   │   ├── poincare_utf8.tsv
│   │   │   │   ├── poincare_vectors.bin
│   │   │   │   ├── pre_0_13_2_model
│   │   │   │   ├── pre_0_13_2_model.state
│   │   │   │   ├── questions-words.txt
│   │   │   │   ├── similarities0-1.txt
│   │   │   │   ├── simlex999.txt
│   │   │   │   ├── small_tag_doc_5_iter50
│   │   │   │   ├── testcorpus.blei
│   │   │   │   ├── testcorpus.blei.index
│   │   │   │   ├── testcorpus.blei.vocab
│   │   │   │   ├── testcorpus.low
│   │   │   │   ├── testcorpus.low.index
│   │   │   │   ├── testcorpus.mallet
│   │   │   │   ├── testcorpus.mallet.index
│   │   │   │   ├── testcorpus.mm
│   │   │   │   ├── testcorpus.mm.index
│   │   │   │   ├── test_corpus_ok.mm
│   │   │   │   ├── test_corpus_small.mm
│   │   │   │   ├── testcorpus.svmlight
│   │   │   │   ├── testcorpus.svmlight.index
│   │   │   │   ├── testcorpus.txt
│   │   │   │   ├── testcorpus.uci
│   │   │   │   ├── testcorpus.uci.index
│   │   │   │   ├── testcorpus.uci.vocab
│   │   │   │   ├── testcorpus.xml.bz2
│   │   │   │   ├── test_glove.txt
│   │   │   │   ├── testlowdistinctwords.txt
│   │   │   │   ├── test_mmcorpus_corrupt.mm
│   │   │   │   ├── test_mmcorpus_no_index.mm
│   │   │   │   ├── test_mmcorpus_no_index.mm.bz2
│   │   │   │   ├── test_mmcorpus_no_index.mm.gz
│   │   │   │   ├── test_mmcorpus_overflow.mm
│   │   │   │   ├── test_mmcorpus_with_index.mm
│   │   │   │   ├── test_mmcorpus_with_index.mm.index
│   │   │   │   ├── testrepeatedkeywords.txt
│   │   │   │   ├── testsummarization_unrelated.txt
│   │   │   │   ├── tfidf_model.tst
│   │   │   │   ├── tfidf_model.tst.bz2
│   │   │   │   ├── toy-data.txt
│   │   │   │   ├── toy-model.bin
│   │   │   │   ├── toy-model.vec
│   │   │   │   ├── varembed_lee_subcorpus.cor
│   │   │   │   ├── varembed_morfessor.bin
│   │   │   │   ├── varembed_vectors.pkl
│   │   │   │   ├── w2v-lee-v0.12.0
│   │   │   │   ├── word2vec_3.3
│   │   │   │   ├── word2vec_old
│   │   │   │   ├── word2vec_old_sep
│   │   │   │   ├── word2vec_old_sep.syn0_lockf.npy
│   │   │   │   ├── word2vec_old_sep.syn1neg.npy
│   │   │   │   ├── word2vec_pre_kv_c
│   │   │   │   ├── word2vec_pre_kv_py2
│   │   │   │   ├── word2vec_pre_kv_py3
│   │   │   │   ├── word2vec_pre_kv_py3_4
│   │   │   │   ├── word2vec_pre_kv_sep_py2
│   │   │   │   ├── word2vec_pre_kv_sep_py2.neg_labels.npy
│   │   │   │   ├── word2vec_pre_kv_sep_py2.syn0_lockf.npy
│   │   │   │   ├── word2vec_pre_kv_sep_py2.syn0.npy
│   │   │   │   ├── word2vec_pre_kv_sep_py2.syn1neg.npy
│   │   │   │   ├── word2vec_pre_kv_sep_py3
│   │   │   │   ├── word2vec_pre_kv_sep_py3_4
│   │   │   │   ├── word2vec_pre_kv_sep_py3_4.neg_labels.npy
│   │   │   │   ├── word2vec_pre_kv_sep_py3_4.syn0_lockf.npy
│   │   │   │   ├── word2vec_pre_kv_sep_py3_4.syn0.npy
│   │   │   │   ├── word2vec_pre_kv_sep_py3_4.syn1neg.npy
│   │   │   │   ├── word2vec_pre_kv_sep_py3.neg_labels.npy
│   │   │   │   ├── word2vec_pre_kv_sep_py3.syn0_lockf.npy
│   │   │   │   ├── word2vec_pre_kv_sep_py3.syn0.npy
│   │   │   │   ├── word2vec_pre_kv_sep_py3.syn1neg.npy
│   │   │   │   └── wordsim353.tsv
│   │   │   ├── test_datatype.py
│   │   │   ├── test_direct_confirmation.py
│   │   │   ├── test_doc2vec.py
│   │   │   ├── test_dtm.py
│   │   │   ├── test_fasttext.py
│   │   │   ├── test_fasttext_wrapper.py
│   │   │   ├── test_glove2word2vec.py
│   │   │   ├── test_hdpmodel.py
│   │   │   ├── test_indirect_confirmation.py
│   │   │   ├── test_keras_integration.py
│   │   │   ├── test_keyedvectors.py
│   │   │   ├── test_keywords.py
│   │   │   ├── test_lda_callback.py
│   │   │   ├── test_ldamallet_wrapper.py
│   │   │   ├── test_ldamodel.py
│   │   │   ├── test_ldaseqmodel.py
│   │   │   ├── test_ldavowpalwabbit_wrapper.py
│   │   │   ├── test_lee.py
│   │   │   ├── test_logentropy_model.py
│   │   │   ├── test_lsimodel.py
│   │   │   ├── test_matutils.py
│   │   │   ├── test_miislita.py
│   │   │   ├── test_nmf.py
│   │   │   ├── test_normmodel.py
│   │   │   ├── test_parsing.py
│   │   │   ├── test_phrases.py
│   │   │   ├── test_poincare.py
│   │   │   ├── test_probability_estimation.py
│   │   │   ├── test_rpmodel.py
│   │   │   ├── test_scripts.py
│   │   │   ├── test_segmentation.py
│   │   │   ├── test_sharded_corpus.py
│   │   │   ├── test_similarities.py
│   │   │   ├── test_similarity_metrics.py
│   │   │   ├── test_sklearn_api.py
│   │   │   ├── test_summarization.py
│   │   │   ├── test_text_analysis.py
│   │   │   ├── test_tfidfmodel.py
│   │   │   ├── test_tmdiff.py
│   │   │   ├── test_translation_matrix.py
│   │   │   ├── test_utils.py
│   │   │   ├── test_varembed_wrapper.py
│   │   │   ├── test_word2vec.py
│   │   │   ├── test_wordrank_wrapper.py
│   │   │   └── utils.py
│   │   ├── topic_coherence
│   │   │   ├── aggregation.py
│   │   │   ├── direct_confirmation_measure.py
│   │   │   ├── indirect_confirmation_measure.py
│   │   │   ├── __init__.py
│   │   │   ├── probability_estimation.py
│   │   │   ├── __pycache__
│   │   │   │   ├── aggregation.cpython-37.pyc
│   │   │   │   ├── direct_confirmation_measure.cpython-37.pyc
│   │   │   │   ├── indirect_confirmation_measure.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── probability_estimation.cpython-37.pyc
│   │   │   │   ├── segmentation.cpython-37.pyc
│   │   │   │   └── text_analysis.cpython-37.pyc
│   │   │   ├── segmentation.py
│   │   │   └── text_analysis.py
│   │   ├── utils.py
│   │   └── viz
│   │   ├── __init__.py
│   │   ├── poincare.py
│   │   └── __pycache__
│   │   ├── __init__.cpython-37.pyc
│   │   └── poincare.cpython-37.pyc
│   └── gensim-3.7.0.dist-info
│   ├── COPYING
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
36 directories, 591 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment