diff --git a/mltb2/fasttext.py b/mltb2/fasttext.py index 5fc3453..8d2dda7 100644 --- a/mltb2/fasttext.py +++ b/mltb2/fasttext.py @@ -2,9 +2,7 @@ # This software is distributed under the terms of the MIT license # which is available at https://opensource.org/licenses/MIT -"""fastText specific module. - -This module is based on `fastText `_. +"""This module offers tools for `fastText `_. Hint: Use pip to install the necessary dependencies for this module: