├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── _test_all.py ├── generate_table.py └── list.json /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piskvorky/gensim-data/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piskvorky/gensim-data/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piskvorky/gensim-data/HEAD/README.md -------------------------------------------------------------------------------- /_test_all.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piskvorky/gensim-data/HEAD/_test_all.py -------------------------------------------------------------------------------- /generate_table.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piskvorky/gensim-data/HEAD/generate_table.py -------------------------------------------------------------------------------- /list.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piskvorky/gensim-data/HEAD/list.json --------------------------------------------------------------------------------