facebookresearch / fastText

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

map now returns a map object, so we need to change the docs to reflect the same. #1212

Open AdityaSoni19031997 opened 3 years ago

AdityaSoni19031997 commented 3 years ago

map() function returns a map object (which is an iterator), so we do a list(map_object)...