MANIFEST.in
README.md
setup.py
examples/__init__.py
seaqube/__init__.py
seaqube/download.py
seaqube/package_config.py
seaqube.egg-info/PKG-INFO
seaqube.egg-info/SOURCES.txt
seaqube.egg-info/dependency_links.txt
seaqube.egg-info/requires.txt
seaqube.egg-info/top_level.txt
seaqube/augmentation/__init__.py
seaqube/augmentation/base.py
seaqube/augmentation/char/__init__.py
seaqube/augmentation/char/qwerty.py
seaqube/augmentation/corpus/__init__.py
seaqube/augmentation/corpus/unigram.py
seaqube/augmentation/misc/__init__.py
seaqube/augmentation/misc/embedding_model_wrapper.py
seaqube/augmentation/misc/model_loader.py
seaqube/augmentation/misc/qwerty_lookup_table.py
seaqube/augmentation/reduction/__init__.py
seaqube/augmentation/reduction/_reduction.py
seaqube/augmentation/reduction/unique_corpus.py
seaqube/augmentation/word/__init__.py
seaqube/augmentation/word/active2passive.py
seaqube/augmentation/word/eda.py
seaqube/augmentation/word/embedding.py
seaqube/augmentation/word/translation.py
seaqube/benchmark/__init__.py
seaqube/benchmark/_benchmark.py
seaqube/benchmark/corpus4ir.py
seaqube/benchmark/semantic_wordnet.py
seaqube/benchmark/wordanalogy.py
seaqube/benchmark/wordoutliers.py
seaqube/benchmark/wordsimilarity.py
seaqube/benchmark/benchmark_datasets/README.md
seaqube/benchmark/benchmark_datasets/dataset_map.json
seaqube/benchmark/benchmark_datasets/outlier-detection/monolingual/en/8-8-8.csv
seaqube/benchmark/benchmark_datasets/outlier-detection/monolingual/en/wikisem500.csv
seaqube/benchmark/benchmark_datasets/semantic-relation/monolingual/en/bless.csv
seaqube/benchmark/benchmark_datasets/semantic-relation/monolingual/en/sn.csv
seaqube/benchmark/benchmark_datasets/word-analogy/monolingual/en/google-analogies.csv
seaqube/benchmark/benchmark_datasets/word-analogy/monolingual/en/jair.csv
seaqube/benchmark/benchmark_datasets/word-analogy/monolingual/en/msr.csv
seaqube/benchmark/benchmark_datasets/word-analogy/monolingual/en/sat.csv
seaqube/benchmark/benchmark_datasets/word-analogy/monolingual/en/semeval.csv
seaqube/benchmark/benchmark_datasets/word-categorization/monolingual/en/ap.csv
seaqube/benchmark/benchmark_datasets/word-categorization/monolingual/en/battig.csv
seaqube/benchmark/benchmark_datasets/word-categorization/monolingual/en/bless.csv
seaqube/benchmark/benchmark_datasets/word-categorization/monolingual/en/essli-2008.csv
seaqube/benchmark/benchmark_datasets/word-similarity/cross-lingual/de-es/rg65.csv
seaqube/benchmark/benchmark_datasets/word-similarity/cross-lingual/de-es/semeval17.csv
seaqube/benchmark/benchmark_datasets/word-similarity/cross-lingual/de-fa/semeval17.csv
seaqube/benchmark/benchmark_datasets/word-similarity/cross-lingual/de-it/semeval17.csv
seaqube/benchmark/benchmark_datasets/word-similarity/cross-lingual/de-it/wordsim353.csv
seaqube/benchmark/benchmark_datasets/word-similarity/cross-lingual/en-de/rg65.csv
seaqube/benchmark/benchmark_datasets/word-similarity/cross-lingual/en-de/semeval17.csv
seaqube/benchmark/benchmark_datasets/word-similarity/cross-lingual/en-de/wordsim353.csv
seaqube/benchmark/benchmark_datasets/word-similarity/cross-lingual/en-es/rg65.csv
seaqube/benchmark/benchmark_datasets/word-similarity/cross-lingual/en-es/semeval17.csv
seaqube/benchmark/benchmark_datasets/word-similarity/cross-lingual/en-fa/semeval17.csv
seaqube/benchmark/benchmark_datasets/word-similarity/cross-lingual/en-fr/rg65.csv
seaqube/benchmark/benchmark_datasets/word-similarity/cross-lingual/en-it/semeval17.csv
seaqube/benchmark/benchmark_datasets/word-similarity/cross-lingual/en-it/wordsim353.csv
seaqube/benchmark/benchmark_datasets/word-similarity/cross-lingual/es-fa/semeval17.csv
seaqube/benchmark/benchmark_datasets/word-similarity/cross-lingual/es-it/semeval17.csv
seaqube/benchmark/benchmark_datasets/word-similarity/cross-lingual/fr-es/rg65.csv
seaqube/benchmark/benchmark_datasets/word-similarity/cross-lingual/it-fa/semeval17.csv
seaqube/benchmark/benchmark_datasets/word-similarity/monolingual/en/mc-30.csv
seaqube/benchmark/benchmark_datasets/word-similarity/monolingual/en/men.csv
seaqube/benchmark/benchmark_datasets/word-similarity/monolingual/en/mturk-287.csv
seaqube/benchmark/benchmark_datasets/word-similarity/monolingual/en/mturk-771.csv
seaqube/benchmark/benchmark_datasets/word-similarity/monolingual/en/rg-65.csv
seaqube/benchmark/benchmark_datasets/word-similarity/monolingual/en/rw.csv
seaqube/benchmark/benchmark_datasets/word-similarity/monolingual/en/semeval17.csv
seaqube/benchmark/benchmark_datasets/word-similarity/monolingual/en/simlex999.csv
seaqube/benchmark/benchmark_datasets/word-similarity/monolingual/en/simverb-3500.csv
seaqube/benchmark/benchmark_datasets/word-similarity/monolingual/en/verb-143.csv
seaqube/benchmark/benchmark_datasets/word-similarity/monolingual/en/wordsim353-rel.csv
seaqube/benchmark/benchmark_datasets/word-similarity/monolingual/en/wordsim353-sim.csv
seaqube/benchmark/benchmark_datasets/word-similarity/monolingual/en/yp-130.csv
seaqube/benchmark/benchmark_datasets/word-similarity/monolingual/ru/ae2.csv
seaqube/benchmark/benchmark_datasets/word-similarity/monolingual/ru/hj.csv
seaqube/benchmark/benchmark_datasets/word-similarity/monolingual/ru/rt.csv
seaqube/benchmark/benchmark_datasets/word-similarity/monolingual/ru/simlex965.csv
seaqube/benchmark/benchmark_datasets/word-similarity/monolingual/ru/simlex999.csv
seaqube/benchmark/benchmark_datasets/word-similarity/monolingual/ru/translated/MC-30.csv
seaqube/benchmark/benchmark_datasets/word-similarity/monolingual/ru/translated/MEN.csv
seaqube/benchmark/benchmark_datasets/word-similarity/monolingual/ru/translated/MTurk-287.csv
seaqube/benchmark/benchmark_datasets/word-similarity/monolingual/ru/translated/MTurk-771.csv
seaqube/benchmark/benchmark_datasets/word-similarity/monolingual/ru/translated/RG-65.csv
seaqube/benchmark/benchmark_datasets/word-similarity/monolingual/ru/translated/Rare-Word.csv
seaqube/benchmark/benchmark_datasets/word-similarity/monolingual/ru/translated/SemEval-2017.csv
seaqube/benchmark/benchmark_datasets/word-similarity/monolingual/ru/translated/SimLex999.csv
seaqube/benchmark/benchmark_datasets/word-similarity/monolingual/ru/translated/SimVerb-3500.csv
seaqube/benchmark/benchmark_datasets/word-similarity/monolingual/ru/translated/Verb-143.csv
seaqube/benchmark/benchmark_datasets/word-similarity/monolingual/ru/translated/WordSim353-Relatedness.csv
seaqube/benchmark/benchmark_datasets/word-similarity/monolingual/ru/translated/WordSim353-Similarity.csv
seaqube/benchmark/benchmark_datasets/word-similarity/monolingual/ru/translated/YP-130.csv
seaqube/nlp/__init__.py
seaqube/nlp/seaqube_model.py
seaqube/nlp/tools.py
seaqube/nlp/types.py
seaqube/nlp/context2vec/__init__.py
seaqube/nlp/context2vec/context2vec.py
seaqube/nlp/context2vec/common/__init__.py
seaqube/nlp/context2vec/common/context_models.py
seaqube/nlp/context2vec/common/defs.py
seaqube/nlp/context2vec/common/model_reader.py
seaqube/nlp/context2vec/eval/__init__.py
seaqube/nlp/context2vec/eval/explore_context2vec.py
seaqube/nlp/context2vec/eval/mscc_text_tokenize.py
seaqube/nlp/context2vec/eval/sentence_completion.py
seaqube/nlp/context2vec/eval/wsd/__init__.py
seaqube/nlp/context2vec/eval/wsd/dataset_reader.py
seaqube/nlp/context2vec/eval/wsd/knn.py
seaqube/nlp/context2vec/eval/wsd/wsd_main.py
seaqube/nlp/context2vec/train/__init__.py
seaqube/nlp/context2vec/train/corpus_by_sent_length.py
seaqube/nlp/context2vec/train/sentence_reader.py
seaqube/tools/__init__.py
seaqube/tools/chainer.py
seaqube/tools/io.py
seaqube/tools/math.py
seaqube/tools/types.py
seaqube/tools/umproc.py