facebookresearch / fastText

Library for fast text representation and classification.
https://fasttext.cc/
MIT License
25.85k stars 4.71k forks source link

Support for gzip compressed files #1207

Open kno10 opened 3 years ago

kno10 commented 3 years ago

Fasttext should allow reading gzip compressed input files, as the files for download on the web page are .gz files and this saves considerable disk space 4.2G vs. 6.8G for English.

See also #1175